mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
2000-10-13 Andreas Schwab <schwab@suse.de> * elf/elf.h (R_IA64_PCREL60B): Add relocation.
This commit is contained in:
parent
c845175929
commit
8bf9589991
@ -1,3 +1,7 @@
|
||||
2000-10-13 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* elf/elf.h (R_IA64_PCREL60B): Add relocation.
|
||||
|
||||
2000-10-15 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/hppa/brk.c: Cleanups.
|
||||
|
@ -1870,6 +1870,7 @@ typedef Elf32_Addr Elf32_Conflict;
|
||||
#define R_IA64_FPTR32LSB 0x45 /* @fptr(sym + add), data4 LSB */
|
||||
#define R_IA64_FPTR64MSB 0x46 /* @fptr(sym + add), data8 MSB */
|
||||
#define R_IA64_FPTR64LSB 0x47 /* @fptr(sym + add), data8 LSB */
|
||||
#define R_IA64_PCREL60B 0x48 /* @pcrel(sym + add), brl */
|
||||
#define R_IA64_PCREL21B 0x49 /* @pcrel(sym + add), ptb, call */
|
||||
#define R_IA64_PCREL21M 0x4a /* @pcrel(sym + add), chk.s */
|
||||
#define R_IA64_PCREL21F 0x4b /* @pcrel(sym + add), fchkf */
|
||||
|
Loading…
Reference in New Issue
Block a user