diff options
author | Stu Grossman <grossman@cygnus> | 1992-09-03 16:13:22 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-09-03 16:13:22 +0000 |
commit | 2c0e53a423288dc11e42b1e291e333ed8fe7006d (patch) | |
tree | 5bb4625805efe7957b0bb0702c40c82b2b62f05a /include/ChangeLog | |
parent | 4e5ff049bcbe0e1645fa8799ccb5c8437f42fa94 (diff) | |
download | gdb-2c0e53a423288dc11e42b1e291e333ed8fe7006d.zip gdb-2c0e53a423288dc11e42b1e291e333ed8fe7006d.tar.gz gdb-2c0e53a423288dc11e42b1e291e333ed8fe7006d.tar.bz2 |
* bfd.h (struct reloc_howto_struct): size needs to be signed if
it's going to hold negative values.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 7a67dba..e02f481 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,13 @@ +Thu Sep 3 09:10:50 1992 Stu Grossman (grossman at cygnus.com) + + +Sun Aug 30 17:50:27 1992 Per Bothner (bothner@rtl.cygnus.com) + + * demangle.h: New file, moved from ../gdb. Made independent + of gdb. Allow demangling style option to be passed as a + parameter to cplus_demangle(), but using the + current_demangling_style global as the default. + Sat Aug 29 10:07:55 1992 Fred Fish (fnf@cygnus.com) * obstack.h: Merge comment change from current FSF version. |