diff options
author | Nick Clifton <nickc@redhat.com> | 2009-09-29 16:28:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2009-09-29 16:28:52 +0000 |
commit | 94f63f209ab1eb660764497179f46e9a181ac6b6 (patch) | |
tree | 6d4668a3f26173844fbc3b6a51f80d5cd76847f9 /ld/ChangeLog | |
parent | e453266f586ea8d1417a6b710ff61147328cf7f5 (diff) | |
download | gdb-94f63f209ab1eb660764497179f46e9a181ac6b6.zip gdb-94f63f209ab1eb660764497179f46e9a181ac6b6.tar.gz gdb-94f63f209ab1eb660764497179f46e9a181ac6b6.tar.bz2 |
* emulparams/m68kelf.sh (NOP): Use 0x4e71 (nop) rather than 0x4e75
(rts).
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index a35039b..f8778b2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -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. |