]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
authorNick Clifton <nickc@redhat.com>
Tue, 29 Sep 2009 16:29:25 +0000 (16:29 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 29 Sep 2009 16:29:25 +0000 (16:29 +0000)
        (rts).

ld/ChangeLog
ld/emulparams/m68kelf.sh

index 7e8d7907803b7360ee9a539de3a0991ddda0d76a..85e530b90781a0b8ab5a6d284bf78fb5f9d0dda8 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  Alan Modra  <amodra@bigpond.net.au>
 
        * ldlang.c (lang_size_sections_1): Allow scripts to specify a
index 56ca808ded58ac68a4e99e5b22f3db733c03bafd..5c5e672dfc06ad5cdaf7e89779b524c50878ca97 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