]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-06-09 Phil Blundell <pb@reciva.com>
authorPhil Blundell <pb@reciva.com>
Thu, 9 Jun 2005 21:48:16 +0000 (21:48 +0000)
committerPhil Blundell <pb@reciva.com>
Thu, 9 Jun 2005 21:48:16 +0000 (21:48 +0000)
* sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.h,
sysdeps/unix/sysv/linux/arm/sysdep.S: Correct paths to included
files.

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

index ef324f704f7b1246138a4af9077c21bd1b99e770..e3e7fa17cf3c0baa7642d74a7c492d10f47ccaf6 100644 (file)
@@ -1,3 +1,9 @@
+2005-06-09  Phil Blundell  <pb@reciva.com>
+
+       * sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.h,
+       sysdeps/unix/sysv/linux/arm/sysdep.S: Correct paths to included
+       files.
+
 2005-05-23  Roland McGrath  <roland@redhat.com>
 
        * ChangeLog.arm: New file (this one).
index 5f36272f27e6a3f8547546c367f13728ac869f5b..d6eb713585da22f78f81e9d1d85fb9bcd0ca6e17 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1997, 1998, 2005 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 +17,7 @@
    02111-1307 USA.  */
 
 #include <sysdeps/unix/sysdep.h>
-#include <sysdeps/arm/sysdep.h>
+#include <ports/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 1a4de2adb3f94c317999a16f725874b57d6cd131..b2906f7e325c0ce37dd7fd0bb5d0f7f87daab91a 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 1998, 2005 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 +31,4 @@ ENTRY (__syscall_error)
        rsb r0, r0, $0
 
 #define __syscall_error __syscall_error_1
-#include <sysdeps/unix/arm/sysdep.S>
+#include <ports/sysdeps/unix/arm/sysdep.S>
index 668aa1a2f18f26a591908e4f24f3a6da8aac0509..f42a5c8410232b284fc9306e48c01cd85f9c3b4c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 93, 1995-2000, 2002, 2003 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 93, 1995-2000, 2002, 2003, 2005 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 +22,7 @@
 #define _LINUX_ARM_SYSDEP_H 1
 
 /* There is some commonality.  */
-#include <sysdeps/unix/arm/sysdep.h>
+#include <ports/sysdeps/unix/arm/sysdep.h>
 
 /* For Linux we can use the system call table in the header file
        /usr/include/asm/unistd.h