]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.S,
authorDaniel Jacobowitz <dan@codesourcery.com>
Tue, 28 Feb 2006 19:26:36 +0000 (19:26 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Tue, 28 Feb 2006 19:26:36 +0000 (19:26 +0000)
sysdeps/unix/sysv/linux/arm/sysdep.h: Remove ports/ from include
paths.

ChangeLog.arm
sysdeps/unix/arm/sysdep.h
sysdeps/unix/sysv/linux/arm/sysdep.S
sysdeps/unix/sysv/linux/arm/sysdep.h

index abc35634979564307a0c78e37d0f5ced36c0f9ff..d7217bb462ea1252690507f2344cabfbf2d71a08 100644 (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
index d6eb713585da22f78f81e9d1d85fb9bcd0ca6e17..2cc0a9dae5dbebbc8d86b819f1b2153426bdd1f4 100644 (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.  */
index b2906f7e325c0ce37dd7fd0bb5d0f7f87daab91a..72541dd5ca284c483baf7eff9de8c81832926705 100644 (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>
index 01b3717018456498a3a3b9e56cf50787f2398eb2..e40add30cd75498e6942ba3c13af07e474fbdd1f 100644 (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>