2000-10-13  Andreas Schwab  <schwab@suse.de>

	* elf/elf.h (R_IA64_PCREL60B): Add relocation.
This commit is contained in:
Ulrich Drepper 2000-10-15 22:52:12 +00:00
parent c845175929
commit 8bf9589991
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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 */