mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-06 14:10:30 +08:00
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.
This commit is contained in:
parent
685896ef5a
commit
7051b72105
@ -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).
|
||||
|
@ -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. */
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user