aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-10-10 00:25:16 +0000
committerIan Lance Taylor <ian@airs.com>1995-10-10 00:25:16 +0000
commit1b13e6fc4901f52f3b816a560b0ccb7ffe7c60ba (patch)
treeb7a8990213d44c671bce402f5f27b1cac2cb67a3 /gas
parent49488f2b2dc4d17b6f62b7f9f4494e0edb8fd035 (diff)
downloadgdb-1b13e6fc4901f52f3b816a560b0ccb7ffe7c60ba.zip
gdb-1b13e6fc4901f52f3b816a560b0ccb7ffe7c60ba.tar.gz
gdb-1b13e6fc4901f52f3b816a560b0ccb7ffe7c60ba.tar.bz2
* 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.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e035d3e..dd4a6d0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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>