diff options
author | Fred Fish <fnf@specifix.com> | 1993-03-03 06:04:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-03-03 06:04:26 +0000 |
commit | 6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26 (patch) | |
tree | bfbb520e0a4ffecd8088b768ea2c629803786b4c /gdb/ChangeLog | |
parent | b84d84d7a62e5495bab764b04944ead8903ac256 (diff) | |
download | gdb-6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26.zip gdb-6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26.tar.gz gdb-6985bc542ed3b6d7bcc67f74154ff19f3bb0fc26.tar.bz2 |
* dbxread.c (dbx_symfile_init): Fix for nonexistant string table,
reported by mycroft@gnu.ai.mit.edu.
(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
* configure.in (vax-*-ultrix2*): New triplet.
* config/vaxult2.mh: New file.
* xm-vaxult2.h: New file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d00469d..422c7a4 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ Tue Mar 2 17:57:56 1993 Fred Fish (fnf@cygnus.com) + * dbxread.c (dbx_symfile_init): Fix for nonexistant string table, + reported by mycroft@gnu.ai.mit.edu. + + (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>) + * configure.in (vax-*-ultrix2*): New triplet. + * config/vaxult2.mh: New file. + * xm-vaxult2.h: New file. + * c-exp.y (parse_number): Change high_bit to unsigned. * demangle.c: Change all references to cfront to ARM, since the actual algorithm is the one specified in the Annotated Reference |