aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1992-01-10 22:54:39 +0000
committerPer Bothner <per@bothner.com>1992-01-10 22:54:39 +0000
commit3f7607af77ce302f7c3e9e8ce1cbbe09a80e46cc (patch)
tree84a68f23e621b5d136ae7f892d60a1b53f6a6834 /bfd/ChangeLog
parent2bdd06b3d3bbf1279736e0fcca25f41506ca4fb6 (diff)
downloadfsf-binutils-gdb-3f7607af77ce302f7c3e9e8ce1cbbe09a80e46cc.zip
fsf-binutils-gdb-3f7607af77ce302f7c3e9e8ce1cbbe09a80e46cc.tar.gz
fsf-binutils-gdb-3f7607af77ce302f7c3e9e8ce1cbbe09a80e46cc.tar.bz2
* aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL symbols,
so that we can emit the correct file name even if it's an include file.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index a21b249..2e085e9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+Fri Jan 10 14:33:32 1992 Per Bothner (bothner at cygnus.com)
+
+ * aoutx.h (NAME(aout,find_nearest_line)): Recognize N_SOL
+ symbols, so that we can emit the correct file name even
+ if it's an include file.
+
+Thu Jan 2 16:43:34 1992 John Gilmore (gnu at cygnus.com)
+
+ * coff-i960.c: Add COFF_SWAP_TABLE to little_vec as well as big_vec.
+ (Reported by john@labtam.labtam.oz.au (John Carey)).
+
Wed Jan 1 04:23:06 1992 Fred Fish (fnf at cygnus.com)
* elf.c: Change all '#if HAVE_PROCFS' to '#ifdef HAVE_PROCFS'.