aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1999-06-11 21:07:46 +0000
committerIan Lance Taylor <ian@airs.com>1999-06-11 21:07:46 +0000
commita1605869fbe119d8c35e950bcd2c6216839baeb5 (patch)
tree71ee549318f9ac9ff1cb5c09f85d4e6871b9e1ff /gas/ChangeLog
parentae69440806bd81f225faec1fddcd3f14bab3d3b9 (diff)
downloadgdb-a1605869fbe119d8c35e950bcd2c6216839baeb5.zip
gdb-a1605869fbe119d8c35e950bcd2c6216839baeb5.tar.gz
gdb-a1605869fbe119d8c35e950bcd2c6216839baeb5.tar.bz2
* struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.
* symbols.c: Likewise. * config/obj-aout.c (obj_crawl_symbol_chain): Refer directly to sy_next field when taking address, rather than symbol_next.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6c86b95..3a0a2e8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,20 @@
+1999-06-12 Ian Lance Taylor <ian@zembu.com>
+
+ * config/tc-i386.c (i386_immediate): Remove unused label
+ seg_unimplemented.
+
+ * struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.
+ * symbols.c: Likewise.
+ * config/obj-aout.c (obj_crawl_symbol_chain): Refer directly to
+ sy_next field when taking address, rather than symbol_next.
+
+ * dwarf2dbg.c: Change bfd_vma to addressT and bfd_signed_vma to
+ offsetT.
+ (out_set_addr): Don't use BYTES_PER_ADDRESS. Instead, get the
+ value from the output file architecture.
+ (dwarf2_gen_line_info): Ifdef BFD_ASSEMBLER specific code.
+ * dwarf2dbg.h: Change bfd_vma to addressT.
+
1999-06-11 Ian Lance Taylor <ian@zembu.com>
* dwarf2dbg.h: Use PARAMS in function declarations.