diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-10 04:30:27 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-10 04:30:27 +0000 |
commit | 3128726ccd0720b9dc13a7ebababe7d8a77d4ce5 (patch) | |
tree | 4889a95372cef6238b894f23232ca050e45e49eb /gas | |
parent | 996e146fd692c1bd029e0ca8bcac9a8c85531753 (diff) | |
download | gdb-3128726ccd0720b9dc13a7ebababe7d8a77d4ce5.zip gdb-3128726ccd0720b9dc13a7ebababe7d8a77d4ce5.tar.gz gdb-3128726ccd0720b9dc13a7ebababe7d8a77d4ce5.tar.bz2 |
* app.c (do_scrub_chars): Remove not_cpp_line local variable.
Instead, check state when '#' comment is seen.
PR 10073.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 5bde3d8..929e3c5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Wed Jul 10 00:23:30 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-ppc.c (md_apply_fix3): Give a useful error message + when an unsupported PC relative reloc is seen, rather than calling + abort. + + * app.c (do_scrub_chars): Remove not_cpp_line local variable. + Instead, check state when '#' comment is seen. + Mon Jul 8 14:11:49 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (mips_regmask_frag): Only define if OBJ_ELF or |