diff options
author | Richard Henderson <rth@redhat.com> | 1997-12-12 01:46:42 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1997-12-12 01:46:42 +0000 |
commit | 290c51b5cd874c25676cd17b64d99889745dbe51 (patch) | |
tree | a69cf9c5b5f91f8d612a8542c29f1a6e10a41481 | |
parent | bf1aae13f09da87af876df4c6b1fa6d8f69cc12e (diff) | |
download | gdb-290c51b5cd874c25676cd17b64d99889745dbe51.zip gdb-290c51b5cd874c25676cd17b64d99889745dbe51.tar.gz gdb-290c51b5cd874c25676cd17b64d99889745dbe51.tar.bz2 |
* config/tc-m68k.c (m68k_ip): Don't overwrite opcode table data.
(insop, m68k_ip): Make `opcode' const so it doesn't happen again.
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c0575a9..bdaa4cd 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,13 @@ +Thu Dec 11 17:46:50 1997 Richard Henderson <rth@cygnus.com> + + * config/tc-m68k.c (m68k_ip): Don't overwrite opcode table data. + (insop, m68k_ip): Make `opcode' const so it doesn't happen again. + Fri Dec 5 11:23:59 1997 Nick Clifton <nickc@cygnus.com> + * config/tc-v850.c (md_assemble): Fix BFD_RELOC_32 against a + symbol + offset. + * config/tc-v850.h (ELF_TC_SPECIAL_SECTIONS): Use SHT_V850_{S|T|Z}COMMON to mark special common sections. |