[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r8110 - in /fsf/trunk/ports: ./ sysdeps/arm/bits/ sysdeps/arm/eabi/bits/ sysdeps/m68k/bits/ sysdeps/mips/bits/ sysdeps/unix/...
- To: commits@xxxxxxxxxx
- Subject: [commits] r8110 - in /fsf/trunk/ports: ./ sysdeps/arm/bits/ sysdeps/arm/eabi/bits/ sysdeps/m68k/bits/ sysdeps/mips/bits/ sysdeps/unix/...
- From: eglibc@xxxxxxxxxx
- Date: Mon, 16 Mar 2009 07:05:44 -0000
Author: eglibc
Date: Mon Mar 16 00:05:44 2009
New Revision: 8110
Log:
Import glibc-ports-mainline for 2009-03-16
Modified:
fsf/trunk/ports/ChangeLog.arm
fsf/trunk/ports/ChangeLog.m68k
fsf/trunk/ports/ChangeLog.mips
fsf/trunk/ports/sysdeps/arm/bits/link.h
fsf/trunk/ports/sysdeps/arm/eabi/bits/setjmp.h
fsf/trunk/ports/sysdeps/m68k/bits/link.h
fsf/trunk/ports/sysdeps/mips/bits/link.h
fsf/trunk/ports/sysdeps/unix/sysv/linux/arm/sys/io.h
fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/cachectl.h
fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/eventfd.h
fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/sysmips.h
fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/tas.h
Modified: fsf/trunk/ports/ChangeLog.arm
==============================================================================
--- fsf/trunk/ports/ChangeLog.arm (original)
+++ fsf/trunk/ports/ChangeLog.arm Mon Mar 16 00:05:44 2009
@@ -1,3 +1,9 @@
+2009-03-15 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/arm/bits/link.h: Uglify function parameter names.
+ * sysdeps/unix/sysv/linux/arm/sys/io.h: Likewise.
+ * sysdeps/arm/eabi/bits/setjmp.h: Uglify attribute name.
+
2009-03-03 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h: Declare
Modified: fsf/trunk/ports/ChangeLog.m68k
==============================================================================
--- fsf/trunk/ports/ChangeLog.m68k (original)
+++ fsf/trunk/ports/ChangeLog.m68k Mon Mar 16 00:05:44 2009
@@ -1,3 +1,7 @@
+2009-03-15 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/m68k/bits/link.h: Uglify function parameter names.
+
2009-03-04 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: Declare
Modified: fsf/trunk/ports/ChangeLog.mips
==============================================================================
--- fsf/trunk/ports/ChangeLog.mips (original)
+++ fsf/trunk/ports/ChangeLog.mips Mon Mar 16 00:05:44 2009
@@ -1,3 +1,11 @@
+2009-03-15 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/mips/bits/link.h: Uglify function parameter names.
+ * sysdeps/unix/sysv/linux/mips/sys/cachectl.h: Likewise.
+ * sysdeps/unix/sysv/linux/mips/sys/eventfd.h: Likewise.
+ * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Likewise.
+ * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
+
2009-03-03 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Declare
Modified: fsf/trunk/ports/sysdeps/arm/bits/link.h
==============================================================================
--- fsf/trunk/ports/sysdeps/arm/bits/link.h (original)
+++ fsf/trunk/ports/sysdeps/arm/bits/link.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2009 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
@@ -61,6 +61,6 @@
uintptr_t *__defcook,
const La_arm_regs *__inregs,
La_arm_retval *__outregs,
- const char *symname);
+ const char *__symname);
__END_DECLS
Modified: fsf/trunk/ports/sysdeps/arm/eabi/bits/setjmp.h
==============================================================================
--- fsf/trunk/ports/sysdeps/arm/eabi/bits/setjmp.h (original)
+++ fsf/trunk/ports/sysdeps/arm/eabi/bits/setjmp.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2005, 2006, 2009 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
@@ -32,7 +32,7 @@
recommends that the buffer contain 64 words. The first 28 words
are occupied by v1-v6, sl, fp, sp, pc, d8-d15, and fpscr. (Note
that d8-15 require 17 words, due to the use of fstmx.) */
-typedef int __jmp_buf[64] __attribute__((aligned (8)));
+typedef int __jmp_buf[64] __attribute__((__aligned__ (8)));
#endif
#endif
Modified: fsf/trunk/ports/sysdeps/m68k/bits/link.h
==============================================================================
--- fsf/trunk/ports/sysdeps/m68k/bits/link.h (original)
+++ fsf/trunk/ports/sysdeps/m68k/bits/link.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2009 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
@@ -53,6 +53,6 @@
uintptr_t *__defcook,
const La_m68k_regs *__inregs,
La_m68k_retval *__outregs,
- const char *symname);
+ const char *__symname);
__END_DECLS
Modified: fsf/trunk/ports/sysdeps/mips/bits/link.h
==============================================================================
--- fsf/trunk/ports/sysdeps/mips/bits/link.h (original)
+++ fsf/trunk/ports/sysdeps/mips/bits/link.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 2005 Free Software Foundation, Inc.
+/* Copyright (C) 2005, 2009 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
@@ -79,7 +79,7 @@
uintptr_t *__defcook,
const La_mips_32_regs *__inregs,
La_mips_32_retval *__outregs,
- const char *symname);
+ const char *__symname);
#elif _MIPS_SIM == _ABIN32
@@ -95,7 +95,7 @@
uintptr_t *__defcook,
const La_mips_64_regs *__inregs,
La_mips_64_retval *__outregs,
- const char *symname);
+ const char *__symname);
#else
@@ -111,7 +111,7 @@
uintptr_t *__defcook,
const La_mips_64_regs *__inregs,
La_mips_64_retval *__outregs,
- const char *symname);
+ const char *__symname);
#endif
Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/arm/sys/io.h
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/arm/sys/io.h (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/arm/sys/io.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1998, 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1998, 1999, 2009 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
@@ -35,13 +35,13 @@
extern int iopl (int __level) __THROW;
/* The functions that actually perform reads and writes. */
-extern unsigned char inb (unsigned long int port) __THROW;
-extern unsigned short int inw (unsigned long int port) __THROW;
-extern unsigned long int inl (unsigned long int port) __THROW;
+extern unsigned char inb (unsigned long int __port) __THROW;
+extern unsigned short int inw (unsigned long int __port) __THROW;
+extern unsigned long int inl (unsigned long int __port) __THROW;
-extern void outb (unsigned char value, unsigned long int port) __THROW;
-extern void outw (unsigned short value, unsigned long int port) __THROW;
-extern void outl (unsigned long value, unsigned long int port) __THROW;
+extern void outb (unsigned char __value, unsigned long int __port) __THROW;
+extern void outw (unsigned short __value, unsigned long int __port) __THROW;
+extern void outl (unsigned long __value, unsigned long int __port) __THROW;
__END_DECLS
Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/cachectl.h
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/cachectl.h (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/cachectl.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1996, 1997, 2000, 2009 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
@@ -29,13 +29,13 @@
__BEGIN_DECLS
#ifdef __USE_MISC
-extern int cachectl (void *addr, __const int nbytes, __const int op) __THROW;
+extern int cachectl (void *__addr, __const int __nbytes, __const int __op) __THROW;
#endif
-extern int __cachectl (void *addr, __const int nbytes, __const int op) __THROW;
+extern int __cachectl (void *__addr, __const int __nbytes, __const int __op) __THROW;
#ifdef __USE_MISC
-extern int cacheflush (void *addr, __const int nbytes, __const int op) __THROW;
+extern int cacheflush (void *__addr, __const int __nbytes, __const int __op) __THROW;
#endif
-extern int _flush_cache (char *addr, __const int nbytes, __const int op) __THROW;
+extern int _flush_cache (char *__addr, __const int __nbytes, __const int __op) __THROW;
__END_DECLS
Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/eventfd.h
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/eventfd.h (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/eventfd.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+/* Copyright (C) 2007, 2008, 2009 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
@@ -45,7 +45,7 @@
extern int eventfd_read (int __fd, eventfd_t *__value);
/* Increment event counter. */
-extern int eventfd_write (int __fd, eventfd_t value);
+extern int eventfd_write (int __fd, eventfd_t __value);
__END_DECLS
Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/sysmips.h
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/sysmips.h (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/sysmips.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 1997, 2000, 2001 Free Software Foundation, Inc.
+/* Copyright (C) 1995, 1997, 2000, 2001, 2009 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
@@ -36,7 +36,7 @@
__BEGIN_DECLS
-extern int sysmips (__const int cmd, ...) __THROW;
+extern int sysmips (__const int __cmd, ...) __THROW;
__END_DECLS
Modified: fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/tas.h
==============================================================================
--- fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/tas.h (original)
+++ fsf/trunk/ports/sysdeps/unix/sysv/linux/mips/sys/tas.h Mon Mar 16 00:05:44 2009
@@ -1,4 +1,5 @@
-/* Copyright (C) 2000, 2002, 2003, 2004, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2002, 2003, 2004, 2007, 2009
+ Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Maciej W. Rozycki <macro@xxxxxxxxxxxxx>, 2000.
@@ -25,7 +26,7 @@
__BEGIN_DECLS
-extern int _test_and_set (int *p, int v) __THROW;
+extern int _test_and_set (int *__p, int __v) __THROW;
#ifdef __USE_EXTERN_INLINES
@@ -34,9 +35,9 @@
# endif
_EXTERN_INLINE int
-__NTH (_test_and_set (int *p, int v))
+__NTH (_test_and_set (int *__p, int __v))
{
- int r, t;
+ int __r, __t;
__asm__ __volatile__
("/* Inline test and set */\n"
@@ -55,11 +56,11 @@
".set pop\n\t"
"2:\n\t"
"/* End test and set */"
- : "=&r" (r), "=&r" (t), "=m" (*p)
- : "m" (*p), "r" (v)
+ : "=&r" (__r), "=&r" (__t), "=m" (*__p)
+ : "m" (*__p), "r" (__v)
: "memory");
- return r;
+ return __r;
}
#endif /* __USE_EXTERN_INLINES */