* config/tc-ppc.c (ppc_macro): Make count unsigned.
authorIan Lance Taylor <ian@airs.com>
Tue, 10 Oct 1995 00:25:16 +0000 (00:25 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 10 Oct 1995 00:25:16 +0000 (00:25 +0000)
(ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
(ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
the fix_line field.
* config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
make non-static.  Change all users.
* config/obj-coff.h (coff_n_line_nos): Declare.

gas/ChangeLog

index e035d3eb56d0f7e481750b9cc668867a295b7ac9..dd4a6d04608ed834518a252dce1b9743229ceae9 100644 (file)
@@ -1,3 +1,13 @@
+Mon Oct  9 19:59:53 1995  Ian Lance Taylor  <ian@cygnus.com>
+
+       * config/tc-ppc.c (ppc_macro): Make count unsigned.
+       (ppc_biei): Set segment to now_seg and value to coff_n_line_nos.
+       (ppc_frob_symbol): Handle C_BINCL and C_EINCL symbols by setting
+       the fix_line field.
+       * config/obj-coff.c (coff_n_line_nos): Rename from n_line_nos, and
+       make non-static.  Change all users.
+       * config/obj-coff.h (coff_n_line_nos): Declare.
+
 Fri Oct  6 16:24:27 1995  Ken Raeburn  <raeburn@cygnus.com>
 
        Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>