aboutsummaryrefslogtreecommitdiff
path: root/include/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-10-08 16:03:58 +0000
committerSteve Chamberlain <sac@cygnus>1992-10-08 16:03:58 +0000
commitab414d8767e0e420b893c83955050ba0fdc5df26 (patch)
treeb1fb9cfded2e25546b5f0e3f3fc2922e9f93808f /include/ChangeLog
parent294eaca479e9ced9a87b958c37feb2c570aa1595 (diff)
downloadgdb-ab414d8767e0e420b893c83955050ba0fdc5df26.zip
gdb-ab414d8767e0e420b893c83955050ba0fdc5df26.tar.gz
gdb-ab414d8767e0e420b893c83955050ba0fdc5df26.tar.bz2
Now a bfd knows whether underscores are normally prepended
to symbols in its file format.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r--include/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index e02f481..3b74f34 100644
--- a/include/ChangeLog
+++ b/include/ChangeLog
@@ -1,5 +1,11 @@
+Thu Oct 8 09:03:02 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * bfd.h (bfd_get_symbol_leading_char): new macro for getting in xvec
+
Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com)
+ * bfd.h (struct reloc_howto_struct): size needs to be signed if
+ it's going to hold negative values.
Sun Aug 30 17:50:27 1992 Per Bothner (bothner@rtl.cygnus.com)