From 7051b72105cc17d7218ebd7868a31d3b9ab9da20 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Thu, 9 Jun 2005 21:48:16 +0000 Subject: [PATCH] 2005-06-09 Phil Blundell * 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 | 6 ++++++ sysdeps/unix/arm/sysdep.h | 4 ++-- sysdeps/unix/sysv/linux/arm/sysdep.S | 4 ++-- sysdeps/unix/sysv/linux/arm/sysdep.h | 4 ++-- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/ChangeLog.arm b/ChangeLog.arm index ef324f7..e3e7fa1 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,9 @@ +2005-06-09 Phil Blundell + + * 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 * ChangeLog.arm: New file (this one). diff --git a/sysdeps/unix/arm/sysdep.h b/sysdeps/unix/arm/sysdep.h index 5f36272..d6eb713 100644 --- a/sysdeps/unix/arm/sysdep.h +++ b/sysdeps/unix/arm/sysdep.h @@ -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 -#include +#include /* Some definitions to allow the assembler in sysdeps/unix/ to build without needing ARM-specific versions of all the files. */ diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.S b/sysdeps/unix/sysv/linux/arm/sysdep.S index 1a4de2a..b2906f7 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.S +++ b/sysdeps/unix/sysv/linux/arm/sysdep.S @@ -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 +#include diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index 668aa1a..f42a5c8 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -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, , August 1995. ARM changes by Philip Blundell, , May 1997. @@ -22,7 +22,7 @@ #define _LINUX_ARM_SYSDEP_H 1 /* There is some commonality. */ -#include +#include /* For Linux we can use the system call table in the header file /usr/include/asm/unistd.h -- 2.7.4