mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 09:43:32 +08:00
Update.
2001-10-10 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add more ELFOSABI_* constants. (sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize
This commit is contained in:
parent
b61345a1ad
commit
1c92cebb26
@ -1,3 +1,7 @@
|
||||
2001-10-10 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/elf.h: Add more ELFOSABI_* constants.
|
||||
|
||||
2001-10-04 Ben Collins <bcollins@debian.org>
|
||||
|
||||
* sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
|
||||
@ -44,7 +48,7 @@
|
||||
|
||||
* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
|
||||
sparc64_fixup_plt.
|
||||
(sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize
|
||||
(sparc64_fixup_plt): Moved from elf_machine_fixup_plt. Optimize
|
||||
near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
|
||||
for non-lazy binding. Fix .plt[32768+] handling.
|
||||
(elf_machine_plt_value): Don't add addend.
|
||||
|
12
elf/elf.h
12
elf/elf.h
@ -137,8 +137,18 @@ typedef struct
|
||||
/* Value must be EV_CURRENT */
|
||||
|
||||
#define EI_OSABI 7 /* OS ABI identification */
|
||||
#define ELFOSABI_SYSV 0 /* UNIX System V ABI */
|
||||
#define ELFOSABI_NONE 0 /* UNIX System V ABI */
|
||||
#define ELFOSABI_SYSV 0 /* Alias. */
|
||||
#define ELFOSABI_HPUX 1 /* HP-UX */
|
||||
#define ELFOSABI_NETBSD 2 /* NetBSD. */
|
||||
#define ELFOSABI_LINUX 3 /* Linux. */
|
||||
#define ELFOSABI_SOLARIS 6 /* Sun Solaris. */
|
||||
#define ELFOSABI_AIX 7 /* IBM AIX. */
|
||||
#define ELFOSABI_IRIX 8 /* SGI Irix. */
|
||||
#define ELFOSABI_FREEBSD 9 /* FreeBSD. */
|
||||
#define ELFOSABI_TRU64 10 /* Compaq TRU64 UNIX. */
|
||||
#define ELFOSABI_MODESTO 11 /* Novell Modesto. */
|
||||
#define ELFOSABI_OPENBSD 12 /* OpenBSD. */
|
||||
#define ELFOSABI_ARM 97 /* ARM */
|
||||
#define ELFOSABI_STANDALONE 255 /* Standalone (embedded) application */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user