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 ef324f7..e3e7fa1 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 5f36272..d6eb713 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 1a4de2a..b2906f7 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 668aa1a..f42a5c8 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