* sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.S,

sysdeps/unix/sysv/linux/arm/sysdep.h: Remove ports/ from include
	paths.
This commit is contained in:
Daniel Jacobowitz 2006-02-28 19:26:36 +00:00
parent 9bd382dcab
commit 16c82ad715
4 changed files with 15 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2006-02-28 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.S,
sysdeps/unix/sysv/linux/arm/sysdep.h: Remove ports/ from include
paths.
2006-02-27 Daniel Jacobowitz <dan@codesourcery.com>
* sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h

View File

@ -1,4 +1,5 @@
/* Copyright (C) 1997, 1998, 2005 Free Software Foundation, Inc.
/* Copyright (C) 1997, 1998, 2005, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -17,7 +18,7 @@
02111-1307 USA. */
#include <sysdeps/unix/sysdep.h>
#include <ports/sysdeps/arm/sysdep.h>
#include <sysdeps/arm/sysdep.h>
/* Some definitions to allow the assembler in sysdeps/unix/ to build
without needing ARM-specific versions of all the files. */

View File

@ -1,4 +1,5 @@
/* Copyright (C) 1995, 1996, 1997, 1998, 2005 Free Software Foundation, Inc.
/* Copyright (C) 1995, 1996, 1997, 1998, 2005, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@ -31,4 +32,4 @@ ENTRY (__syscall_error)
rsb r0, r0, $0
#define __syscall_error __syscall_error_1
#include <ports/sysdeps/unix/arm/sysdep.S>
#include <sysdeps/unix/arm/sysdep.S>

View File

@ -1,4 +1,5 @@
/* Copyright (C) 1992, 93, 1995-2000, 2002, 2003, 2005 Free Software Foundation, Inc.
/* Copyright (C) 1992, 93, 1995-2000, 2002, 2003, 2005, 2006
Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper, <drepper@gnu.ai.mit.edu>, August 1995.
ARM changes by Philip Blundell, <pjb27@cam.ac.uk>, May 1997.
@ -22,7 +23,7 @@
#define _LINUX_ARM_SYSDEP_H 1
/* There is some commonality. */
#include <ports/sysdeps/unix/arm/sysdep.h>
#include <sysdeps/unix/arm/sysdep.h>
/* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */
#include <dl-sysdep.h>