diff options
author | marcel <marcel@FreeBSD.org> | 2006-01-28 17:56:16 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2006-01-28 17:56:16 +0000 |
commit | 07b3a00d8376b31fa60b7eb3e31ad1505fdfa0db (patch) | |
tree | c5925392772a8edfef5743d6dfc25dbc4961ad14 /libexec | |
parent | 372d2e5a964fcf1f7b88342d4292a766bbb2d5f5 (diff) | |
download | FreeBSD-src-07b3a00d8376b31fa60b7eb3e31ad1505fdfa0db.zip FreeBSD-src-07b3a00d8376b31fa60b7eb3e31ad1505fdfa0db.tar.gz |
s/R_IA64_/R_IA_64_/
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/rtld-elf/ia64/rtld_start.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libexec/rtld-elf/ia64/rtld_start.S b/libexec/rtld-elf/ia64/rtld_start.S index 1585207..f41e5e5 100644 --- a/libexec/rtld-elf/ia64/rtld_start.S +++ b/libexec/rtld-elf/ia64/rtld_start.S @@ -162,9 +162,9 @@ END(_rtld_bind_start) #define DT_RELASZ 8 /* Total size of ElfNN_Rela relocations. */ #define DT_RELAENT 9 /* Size of each ElfNN_Rela relocation entry. */ -#define R_IA64_NONE 0 /* None */ -#define R_IA64_DIR64LSB 0x27 /* word64 LSB S + A */ -#define R_IA64_REL64LSB 0x6f /* word64 LSB BD + A */ +#define R_IA_64_NONE 0 /* None */ +#define R_IA_64_DIR64LSB 0x27 /* word64 LSB S + A */ +#define R_IA_64_REL64LSB 0x6f /* word64 LSB BD + A */ /* * _rtld_reloc: relocate the rtld image, apart from @fptrs. @@ -216,14 +216,14 @@ STATIC_ENTRY(_rtld_reloc, 1) extr.u r23=r16,0,32 // ELF64_R_TYPE(r16) ;; - cmp.eq p6,p0=R_IA64_NONE,r23 + cmp.eq p6,p0=R_IA_64_NONE,r23 (p6) br.cond.dpnt.few 3f ;; - cmp.eq p6,p0=R_IA64_DIR64LSB,r23 + cmp.eq p6,p0=R_IA_64_DIR64LSB,r23 ;; (p6) br.cond.dptk.few 4f ;; - cmp.eq p6,p0=R_IA64_REL64LSB,r23 + cmp.eq p6,p0=R_IA_64_REL64LSB,r23 ;; (p6) br.cond.dptk.few 4f ;; |