Commit Graph

1869 Commits

Author SHA1 Message Date
Richard Henderson c0b21b6958 alpha: Remove some __GNUC_PREREQs that are too old 2012-06-15 12:00:25 -07:00
Joseph Myers e525bc9c26 Fix MIPS32 frame-pointer forcing for more recent GCC. 2012-06-14 15:18:27 +00:00
Joseph Myers 64957ecc06 Use HIDDEN_JUMPTARGET for _exit jump from __startcontext. 2012-06-12 19:13:08 +00:00
Joseph Myers e21d3e83ee Update powerpc-nofpu ABI baseline for __mcount_internal. 2012-06-08 10:49:08 +00:00
Richard Henderson 7d1feb5693 alpha: Use .cfi_signal_frame in rt_sigaction 2012-06-05 08:12:03 -07:00
Joseph Myers 12139ca306 Fix typo in MIPS abi-n32-condition. 2012-06-01 14:42:11 +00:00
Richard Henderson 13488b2eae alpha: Fix error path for PIC __brk 2012-05-31 07:43:43 -07:00
Mike Frysinger 944c966887 ia64: use hidden_def with internal pthread funcs
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-31 00:02:18 -04:00
Mike Frysinger ee0c156dae ia64: remove __connect_internal alias
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-31 00:00:14 -04:00
Chris Metcalf c33aff6db6 tile: Remove __connect_internal alias 2012-05-30 19:48:28 -04:00
Joseph Myers fd5beba75e Move MIPS ABI settings out of conditional. 2012-05-30 23:44:17 +00:00
Richard Henderson 9cafd5de0d alpha: Remove __connect_internal alias 2012-05-30 16:09:11 -07:00
Richard Henderson a797e1734c alpha: Avoid fgets plt entry
And since the FILE is function local, avoid locking too.
2012-05-30 16:05:42 -07:00
Joseph Myers 6863adc8f9 Remove __connect_internal alias for MIPS. 2012-05-30 23:04:02 +00:00
Joseph Myers ad5bfebf0c Remove __connect_internal alias for ARM. 2012-05-30 23:04:02 +00:00
Andreas Schwab 28a45d133e m68k: remove __ASSUME_TRUNCATE64_SYSCALL 2012-05-30 23:49:29 +02:00
Andreas Schwab 7fce2e2655 m68k: use hidden_def for __pthread_once 2012-05-30 23:49:29 +02:00
Chris Metcalf 710056450b tile: don't guard setting abi- variables with ifeq ($(subdir),misc) 2012-05-30 16:52:36 -04:00
Chris Metcalf 93b7ebc23d tile: add default-abi variables for tilegx 2012-05-30 15:44:48 -04:00
Joseph Myers 66625b24f2 Support sharing ARM headers for hard and soft float. 2012-05-30 18:55:55 +00:00
Richard Henderson 317f883716 alpha: Update copyright dates 2012-05-30 11:21:12 -07:00
Richard Henderson d496e02135 alpha: Use hidden_def for pthread_once 2012-05-30 11:15:58 -07:00
Richard Henderson 1c37181459 alpha: Purge __ASSUME_TIMEVAL64 2012-05-30 11:14:24 -07:00
Chris Metcalf c64bb3c947 tile: support biarch tilegx with a new tilegx Makefile 2012-05-30 13:15:24 -04:00
Chris Metcalf a7ccf20717 tile: Use hidden_def for pthread_once 2012-05-30 13:15:23 -04:00
Chris Metcalf 3b3b9920c9 tile: remove __ASSUME_NEW_GETRLIMIT_SYSCALL, __ASSUME_TRUNCATE64_SYSCALL 2012-05-30 13:15:17 -04:00
Joseph Myers d9ab3effc7 Update MIPS for syscall-list changes. 2012-05-30 15:58:45 +00:00
Joseph Myers 6042a7c296 Remove __ASSUME_TRUNCATE64_SYSCALL for ARM. 2012-05-30 14:53:56 +00:00
Joseph Myers 17cb6fe2a4 Remove SJLJ exceptions conditionals for ARM. 2012-05-30 10:07:11 +00:00
Joseph Myers cc824a2e80 Replace __pthread_once_internal alias by hidden_def for MIPS. 2012-05-30 09:58:18 +00:00
Joseph Myers d7a10f9610 Replace __pthread_once_internal alias by hidden_def for ARM. 2012-05-30 09:57:22 +00:00
Joseph Myers 0387d09372 Add mips32 versions of otherwise empty ABI baselines. 2012-05-26 20:13:48 +00:00
Joseph Myers 331239ed63 Update ARM for removal of m68k chown.c. 2012-05-26 19:06:08 +00:00
Andreas Schwab 9aaedac0c8 m68k: remove __ASSUME_NEW_GETRLIMIT_SYSCALL 2012-05-26 01:01:25 +02:00
Andreas Schwab 2a4c76a692 m68k: remove pre-2.4 Linux kernel support for chown 2012-05-26 00:58:22 +02:00
Joseph Myers 4b5466f188 Remove __ASSUME_NEW_GETRLIMIT_SYSCALL for ARM. 2012-05-25 22:31:59 +00:00
Joseph Myers 089d856f77 Update MIPS kernel-features.h for removal of __ASSUME_32BITUIDS. 2012-05-25 19:21:15 +00:00
Mike Frysinger 5b0ef573d2 ia64: add getauxval to abilist
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-25 01:16:45 -04:00
Mike Frysinger 23e9f8631f ia64: mman.h: define MADV_DO{,NT}DUMP
Add new types from linux-3.4.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-24 20:25:25 -04:00
Richard Henderson 4458fa0167 alpha: Add abilist files. 2012-05-24 13:43:53 -07:00
Richard Henderson f7616d449a alpha: Remove __ASSUME_32BITUIDS. 2012-05-24 11:45:13 -07:00
Richard Henderson 18c2f1c075 alpha: Update bits/mman.h. 2012-05-24 08:59:42 -07:00
Mike Frysinger df7fe5c7ef ia64: update pthread_attr_t handling in bits/siginfo.h
This matches the changes made to the common bits/siginfo.h file.

Reported-by: Joseph Myers <joseph@codesourcery.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2012-05-23 22:45:41 -04:00
Steve Ellcey 46bd63802a Use -D options in building MIPS syscall.h. 2012-05-23 18:48:24 +00:00
Andreas Schwab d44f3a3855 m68k: define MADV_DONTDUMP and MADV_DODUMP 2012-05-23 18:45:57 +02:00
Chris Metcalf bf144a4fae tile: Define MADV_DONTDUMP and MADV_DODUMP 2012-05-23 08:20:12 -04:00
Joseph Myers ec55b2167a Define MADV_DONTDUMP and MADV_DODUMP for MIPS. 2012-05-23 10:23:26 +00:00
Joseph Myers 2def71058e Define MADV_DONTDUMP and MADV_DODUMP for ARM. 2012-05-23 10:22:42 +00:00
Chris Metcalf f711d080ef tile: Update ABI baselines for getauxval 2012-05-22 11:21:09 -04:00
Andreas Schwab 2eaac33877 m68k: update libc.abilist 2012-05-21 21:22:52 +02:00