aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-08-05 02:47:20 +0000
committerDavid MacKenzie <djm@cygnus>1993-08-05 02:47:20 +0000
commitebdb7db7829b329441bec6d07555f03393a67f16 (patch)
treeeffad7851eb682bdccc16d94fc68f72bf8a427e6
parenta469d3b63bb445b6b998460c79fee54ad53c5d3c (diff)
downloadgdb-ebdb7db7829b329441bec6d07555f03393a67f16.zip
gdb-ebdb7db7829b329441bec6d07555f03393a67f16.tar.gz
gdb-ebdb7db7829b329441bec6d07555f03393a67f16.tar.bz2
fix line numbers
-rw-r--r--bfd/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index dc37416..b97b947 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,15 @@
+Wed Aug 4 16:22:55 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
+
+ * config/go32.mh: remove HDEFINES; since __MSDOS__ and __GO32__
+ are now predefined by GCC
+
+Wed Aug 4 16:06:29 1993 David J. Mackenzie (djm@thepub.cygnus.com)
+
+ * coffgen.c (coff_print_symbol): Add the section offset to the
+ line number address, so it's printed the same way as the function
+ address. Only showed up for line numbers that aren't in the first
+ section (.text).
+
Wed Aug 4 08:33:55 1993 Ian Lance Taylor (ian@cygnus.com)
* libnlm.h (nlm_backend_data): Added nlm_mangle_relocs.