diff options
author | Jim Wilson <wilson@tuliptree.org> | 1995-07-13 19:00:19 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 1995-07-13 19:00:19 +0000 |
commit | 37ea61215c747745591c3042db2ac38c2c0ed0c8 (patch) | |
tree | 5cc360c417ce8eee55d6f52a7f6d2fd81b45a5ce | |
parent | 3fe22b980bdb54195528c580ac5267e29d27914d (diff) | |
download | gdb-37ea61215c747745591c3042db2ac38c2c0ed0c8.zip gdb-37ea61215c747745591c3042db2ac38c2c0ed0c8.tar.gz gdb-37ea61215c747745591c3042db2ac38c2c0ed0c8.tar.bz2 |
Fix debug info bugs for SGI
* ecoff.c (add_file): Don't collapse multiple .file commands into
a single file structure.
(ecoff_build_lineno): Set ilineBase to sum of previous file's
ilineBase and cline.
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cd70e0a..65579a7 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -117,6 +117,13 @@ Thu Jul 6 16:49:38 1995 Ken Raeburn <raeburn@cygnus.com> * All files: Updated FSF address. +Thu Jul 6 16:30:34 1995 Jim Wilson <wilson@chestnut.cygnus.com> + + * ecoff.c (add_file): Don't collapse multiple .file commands into + a single file structure. + (ecoff_build_lineno): Set ilineBase to sum of previous file's + ilineBase and cline. + Thu Jul 6 12:54:27 1995 Ian Lance Taylor <ian@cygnus.com> Patches from Jerry Blakely <gerry_blakley@wellfleet.com>: |