diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-07-05 17:13:16 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-07-05 17:13:16 +0000 |
commit | ca046e3444be405b05c3736b07e3701d66e5c621 (patch) | |
tree | 5b0853978e05f5757b1d6a782f6c3be690cd85c0 /gas/ChangeLog | |
parent | a2546fcef767bb388f8fc4d90b0b04c2ad7063e3 (diff) | |
download | gdb-ca046e3444be405b05c3736b07e3701d66e5c621.zip gdb-ca046e3444be405b05c3736b07e3701d66e5c621.tar.gz gdb-ca046e3444be405b05c3736b07e3701d66e5c621.tar.bz2 |
* config/tc-m88k.c (md_pseudo_table): Add ".set" so that the
explicit pseudo-op works, while continuing to treat "set" as an
instruction.
PR 5199.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 79b13a4..b027b9d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Wed Jul 5 12:01:49 1995 Ian Lance Taylor <ian@cygnus.com> + * config/tc-m88k.c (md_pseudo_table): Add ".set" so that the + explicit pseudo-op works, while continuing to treat "set" as an + instruction. + * ecoff.c (ecoff_debugging_seen): New global variable. (ecoff_directive_def): Set ecoff_debugging_seen. (ecoff_stab): Likewise. |