* app.c (do_scrub_chars): Remove not_cpp_line local variable.
authorIan Lance Taylor <ian@airs.com>
Wed, 10 Jul 1996 04:30:27 +0000 (04:30 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 10 Jul 1996 04:30:27 +0000 (04:30 +0000)
Instead, check state when '#' comment is seen.
PR 10073.

gas/ChangeLog

index 5bde3d8321de630e90b492d74884a026e077fb27..929e3c543d4206617c9dc86668c9dfabe93b23ee 100644 (file)
@@ -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