* emulparams/elf64alpha.sh (NOP): Adjust for big-endian
definition. Emit a unop+nop pair.
This commit is contained in:
parent
9151e8bfc2
commit
8bb5751698
@ -1,3 +1,8 @@
|
||||
2002-02-15 Richard Henderson <rth@redhat.com>
|
||||
|
||||
* emulparams/elf64alpha.sh (NOP): Adjust for big-endian
|
||||
definition. Emit a unop+nop pair.
|
||||
|
||||
2002-02-15 Hans-Peter Nilsson <hp@bitrange.com>
|
||||
|
||||
* emultempl/mmix-elfnmmo.em (mmix_after_allocation): Also check
|
||||
|
@ -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) }"
|
||||
|
Loading…
Reference in New Issue
Block a user