From: Daniel Jacobowitz Date: Tue, 28 Feb 2006 19:26:36 +0000 (+0000) Subject: * sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.S, X-Git-Tag: glibc-2.16-ports-before-merge~902 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c82ad7150f420430b15c3be39880716bf94528;p=thirdparty%2Fglibc.git * sysdeps/unix/arm/sysdep.h, sysdeps/unix/sysv/linux/arm/sysdep.S, sysdeps/unix/sysv/linux/arm/sysdep.h: Remove ports/ from include paths. --- diff --git a/ChangeLog.arm b/ChangeLog.arm index abc35634979..d7217bb462e 100644 --- a/ChangeLog.arm +++ b/ChangeLog.arm @@ -1,3 +1,9 @@ +2006-02-28 Daniel Jacobowitz + + * 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 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h diff --git a/sysdeps/unix/arm/sysdep.h b/sysdeps/unix/arm/sysdep.h index d6eb713585d..2cc0a9dae5d 100644 --- a/sysdeps/unix/arm/sysdep.h +++ b/sysdeps/unix/arm/sysdep.h @@ -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 -#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 b2906f7e325..72541dd5ca2 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.S +++ b/sysdeps/unix/sysv/linux/arm/sysdep.S @@ -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 +#include diff --git a/sysdeps/unix/sysv/linux/arm/sysdep.h b/sysdeps/unix/sysv/linux/arm/sysdep.h index 01b37170184..e40add30cd7 100644 --- a/sysdeps/unix/sysv/linux/arm/sysdep.h +++ b/sysdeps/unix/sysv/linux/arm/sysdep.h @@ -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, , August 1995. ARM changes by Philip Blundell, , May 1997. @@ -22,7 +23,7 @@ #define _LINUX_ARM_SYSDEP_H 1 /* There is some commonality. */ -#include +#include /* Defines RTLD_PRIVATE_ERRNO and USE_DL_SYSINFO. */ #include