OSDN Git Service

* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
authornickc <nickc>
Tue, 29 Sep 2009 16:28:51 +0000 (16:28 +0000)
committernickc <nickc>
Tue, 29 Sep 2009 16:28:51 +0000 (16:28 +0000)
        (rts).

ld/ChangeLog
ld/emulparams/m68kelf.sh

index a35039b..f8778b2 100644 (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.
index 56ca808..5c5e672 100644 (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