* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75

(rts).
This commit is contained in:
Nick Clifton
2009-09-29 16:28:52 +00:00
parent e453266f58
commit 94f63f209a
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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