aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-10-28 22:01:06 +0000
committerIan Lance Taylor <ian@airs.com>1996-10-28 22:01:06 +0000
commit9720a1a70fe9273d1c71a96722e6ae70e6a9b2a2 (patch)
treea99fecd1a017996dc7f27800caa093fabf8427a8 /binutils/ChangeLog
parentab0dfc02f85eedf860439d37fa8aa2773d5c18f2 (diff)
downloadgdb-9720a1a70fe9273d1c71a96722e6ae70e6a9b2a2.zip
gdb-9720a1a70fe9273d1c71a96722e6ae70e6a9b2a2.tar.gz
gdb-9720a1a70fe9273d1c71a96722e6ae70e6a9b2a2.tar.bz2
* ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges
that are up to 0x1000 bytes apart, not just 64. (ieee_add_bb11_blocks): Don't bother to emit a BB11 that is less than 0x100 bytes. (ieee_lineno): Only emit line numbers that are less than info->highaddr.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 980afed..57d3b36 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,20 @@
+Mon Oct 28 16:58:14 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * ieee.c (ieee_finish_compilation_unit): Permit coalescing ranges
+ that are up to 0x1000 bytes apart, not just 64.
+ (ieee_add_bb11_blocks): Don't bother to emit a BB11 that is less
+ than 0x100 bytes.
+ (ieee_lineno): Only emit line numbers that are less than
+ info->highaddr.
+
Fri Oct 25 12:12:17 1996 Ian Lance Taylor <ian@cygnus.com>
+ * ieee.c (struct ieee_defined_enum): Add defined field.
+ (ieee_enum_type): If the enum tag has been seen before but not
+ defined, reuse the same type index, and define it.
+ (ieee_tag_type): If this enum has not been defined, add an
+ undefined entry to the list of enums.
+
* objdump.c (disassemble_bytes): Let the disassembler override the
number of bytes printed on a line.