aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-07-02 00:46:49 +0000
committerIan Lance Taylor <ian@airs.com>1998-07-02 00:46:49 +0000
commit7fc0b65fa20919eaaa1b8dbd8e40eb7a75183966 (patch)
tree9035b1bdbddd427f9f9fe6838a59673845939cbc /binutils/ChangeLog
parent9e7e5d5e5b074af9fa1fbb91b56175adb34ef19a (diff)
downloadgdb-7fc0b65fa20919eaaa1b8dbd8e40eb7a75183966.zip
gdb-7fc0b65fa20919eaaa1b8dbd8e40eb7a75183966.tar.gz
gdb-7fc0b65fa20919eaaa1b8dbd8e40eb7a75183966.tar.bz2
* stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
integers with real upper bounds. Handle a lower bound one larger than the upper bound as a signed integer. Handle 8 byte signed integers. (stab_demangle_template): Optionally return the demangled name of the template. (stab_demangle_qualified): Treat a template name as a tagged type. (stab_demangle_fund_type): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 85c7e2c..83f5672 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,15 @@
+Wed Jul 1 20:43:52 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * stabs.c (parse_stab_range_type): Handle 4 and 8 byte signed
+ integers with real upper bounds. Handle a lower bound one larger
+ than the upper bound as a signed integer. Handle 8 byte signed
+ integers.
+ (stab_demangle_template): Optionally return the demangled name of
+ the template.
+ (stab_demangle_qualified): Treat a template name as a tagged
+ type.
+ (stab_demangle_fund_type): Likewise.
+
Wed Jul 1 16:29:50 1998 Nick Clifton <nickc@cygnus.com>
* objcopy.c: Minor formatting improvements.