aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-08-17 17:44:17 +0000
committerIan Lance Taylor <ian@airs.com>1994-08-17 17:44:17 +0000
commitd83689d4de05f8fdbda8efc351c137fbd6ec8aa6 (patch)
treeaf41676191929bf8002ecc08060da3b34249305f /bfd
parente1f38ddf8e108d06176e86315af8533d15eb66e4 (diff)
downloadfsf-binutils-gdb-d83689d4de05f8fdbda8efc351c137fbd6ec8aa6.zip
fsf-binutils-gdb-d83689d4de05f8fdbda8efc351c137fbd6ec8aa6.tar.gz
fsf-binutils-gdb-d83689d4de05f8fdbda8efc351c137fbd6ec8aa6.tar.bz2
* coffgen.c (coff_get_normalized_symtab): If a C_FILE symbol has
no aux entries, use the symbol name as the file name. (coff_find_nearest_line): Look for the right C_FILE symbol, rather than always using the first one. If there is a debugging symbol after a function symbol, skip it. Add the section VMA to the line offset, since it was subtracted out in coff_slurp_line_table. PR 5010.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 87036c8..e9de7b5 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+Wed Aug 17 10:40:41 1994 Ian Lance Taylor (ian@cygnus.com)
+
+ * coffgen.c (coff_get_normalized_symtab): If a C_FILE symbol has
+ no aux entries, use the symbol name as the file name.
+ (coff_find_nearest_line): Look for the right C_FILE symbol, rather
+ than always using the first one. If there is a debugging symbol
+ after a function symbol, skip it. Add the section VMA to the line
+ offset, since it was subtracted out in coff_slurp_line_table.
+
Tue Aug 16 16:53:00 1994 Jeff Law (law@snake.cs.utah.edu)
* som.c (som_prep_headers): If writing some form of an executable,