diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-03 20:53:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-03 20:53:44 +0000 |
commit | 36e80ac6ee2e0f103e699fa29412ba6ebc8fbf49 (patch) | |
tree | 71028de2d785d20c69a6cd33e469c3a7e3f94e4f | |
parent | 92188bd2d6b9ec4e752762c20d616081c8d23c85 (diff) | |
download | gdb-36e80ac6ee2e0f103e699fa29412ba6ebc8fbf49.zip gdb-36e80ac6ee2e0f103e699fa29412ba6ebc8fbf49.tar.gz gdb-36e80ac6ee2e0f103e699fa29412ba6ebc8fbf49.tar.bz2 |
* macro.c (macro_expand_body): Don't warn about == with a
nonexistent parameter, in case it is in a comment field.
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f01840f..c6288c3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Fri Nov 3 13:02:59 1995 Ian Lance Taylor <ian@cygnus.com> + * macro.c (macro_expand_body): Don't warn about == with a + nonexistent parameter, in case it is in a comment field. + * as.c (main): On TC_A29K, call macro_init with macro_alternate set to 1. * macro.c (get_any_string): Don't keep quotes if macro_strip_at is |