This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Remove ports/ from ARM paths


Taking advantage of Roland's changes.

-- 
Daniel Jacobowitz
CodeSourcery

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.

Index: glibc/ports/sysdeps/unix/arm/sysdep.h
===================================================================
--- glibc.orig/ports/sysdeps/unix/arm/sysdep.h	2005-06-09 17:48:16.000000000 -0400
+++ glibc/ports/sysdeps/unix/arm/sysdep.h	2006-02-28 10:52:13.000000000 -0500
@@ -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: glibc/ports/sysdeps/unix/sysv/linux/arm/sysdep.S
===================================================================
--- glibc.orig/ports/sysdeps/unix/sysv/linux/arm/sysdep.S	2005-06-09 17:48:16.000000000 -0400
+++ glibc/ports/sysdeps/unix/sysv/linux/arm/sysdep.S	2006-02-28 10:52:05.000000000 -0500
@@ -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: glibc/ports/sysdeps/unix/sysv/linux/arm/sysdep.h
===================================================================
--- glibc.orig/ports/sysdeps/unix/sysv/linux/arm/sysdep.h	2006-02-26 12:46:16.000000000 -0500
+++ glibc/ports/sysdeps/unix/sysv/linux/arm/sysdep.h	2006-02-28 10:52:09.000000000 -0500
@@ -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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]