X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2Femulparams%2Felf64alpha.sh;h=3dd28ef58c00e04c1cd2d9b65885b051154c795c;hb=8bb57516981ce16d299556036fb85b0e1c2cebe0;hp=d0ca1395b53cf37784fa569574a3f1bf0729d6fb;hpb=9151e8bfc2868e79ece4dc94de224e1771278280;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/emulparams/elf64alpha.sh b/ld/emulparams/elf64alpha.sh index d0ca1395b5..3dd28ef58c 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) }"