From: Richard Henderson Date: Fri, 15 Feb 2002 23:39:27 +0000 (+0000) Subject: * emulparams/elf64alpha.sh (NOP): Adjust for big-endian X-Git-Tag: gdb_5_2-branchpoint~233 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8bb57516981ce16d299556036fb85b0e1c2cebe0;p=thirdparty%2Fbinutils-gdb.git * emulparams/elf64alpha.sh (NOP): Adjust for big-endian definition. Emit a unop+nop pair. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e1c0df34e94..f56d8059da0 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2002-02-15 Richard Henderson + + * emulparams/elf64alpha.sh (NOP): Adjust for big-endian + definition. Emit a unop+nop pair. + 2002-02-15 Hans-Peter Nilsson * emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check diff --git a/ld/emulparams/elf64alpha.sh b/ld/emulparams/elf64alpha.sh index d0ca1395b53..3dd28ef58c0 100644 --- a/ld/emulparams/elf64alpha.sh +++ b/ld/emulparams/elf64alpha.sh @@ -11,7 +11,9 @@ ARCH=alpha MACHINE= GENERATE_SHLIB_SCRIPT=yes DATA_PLT= -NOP=0x2ffe0000 # unop +# Note that the number is always big-endian, thus we have to +# reverse the digit string. +NOP=0x0000fe2f1f04ff47 # unop; nop OTHER_READONLY_SECTIONS=" .reginfo ${RELOCATING-0} : { *(.reginfo) }"