aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-11-01 03:06:49 +0000
committerIan Lance Taylor <ian@airs.com>1996-11-01 03:06:49 +0000
commitfbc3fbe587738b9a1ba2d65399e88cb7f70efdd8 (patch)
tree9a62516a1c447cfc3f956c855cbab3a98a17dbaa /binutils
parent00986334320151718e04ae372fa63e8acba3faa2 (diff)
downloadgdb-fbc3fbe587738b9a1ba2d65399e88cb7f70efdd8.zip
gdb-fbc3fbe587738b9a1ba2d65399e88cb7f70efdd8.tar.gz
gdb-fbc3fbe587738b9a1ba2d65399e88cb7f70efdd8.tar.bz2
* stabs.c (struct stab_handle): Add bincl_list field.
(parse_stab): Pass value to push_bincl. Call find_excl for N_EXCL. (struct bincl_file): Add hash, file and file_types fields. (push_bincl): Add hash parameter. Save it in the new hash field. Save the file number in the new file field. (pop_bincl): Put the bincl_file on bincl_list, rather than freeing it. Save the file types in the new file_types field. (find_excl): New static function. PR 10980.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 4725734..d9001cd 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,15 @@
Thu Oct 31 18:20:53 1996 Ian Lance Taylor <ian@cygnus.com>
+ * stabs.c (struct stab_handle): Add bincl_list field.
+ (parse_stab): Pass value to push_bincl. Call find_excl for
+ N_EXCL.
+ (struct bincl_file): Add hash, file and file_types fields.
+ (push_bincl): Add hash parameter. Save it in the new hash field.
+ Save the file number in the new file field.
+ (pop_bincl): Put the bincl_file on bincl_list, rather than freeing
+ it. Save the file types in the new file_types field.
+ (find_excl): New static function.
+
* ieee.c (ieee_lineno): Don't compare line number addresses to
info->highaddr (undo part of October 28 patch).