mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-02 19:46:09 +08:00
* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
(rts).
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2009-09-29 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
|
||||
(rts).
|
||||
|
||||
2009-09-29 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* Makefile.am: Add rules to build RX emulation.
|
||||
|
@ -6,7 +6,7 @@ MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
||||
COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)"
|
||||
ARCH=m68k
|
||||
MACHINE=
|
||||
NOP=0x4e754e75
|
||||
NOP=0x4e714e71
|
||||
TEMPLATE_NAME=elf32
|
||||
EXTRA_EM_FILE=m68kelf
|
||||
GENERATE_SHLIB_SCRIPT=yes
|
||||
|
Reference in New Issue
Block a user