diff options
author | Fred Fish <fnf@specifix.com> | 1992-12-28 01:44:21 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-12-28 01:44:21 +0000 |
commit | 51db2323667f1495d8c51b72bc32e3498418f3c4 (patch) | |
tree | bad8e0452f45fa05f83d49d3b30088c982974cb0 /gdb/ChangeLog | |
parent | 1169c958034a9cc0cd94acecd104b89243c15ba8 (diff) | |
download | gdb-51db2323667f1495d8c51b72bc32e3498418f3c4.zip gdb-51db2323667f1495d8c51b72bc32e3498418f3c4.tar.gz gdb-51db2323667f1495d8c51b72bc32e3498418f3c4.tar.bz2 |
* dbxread.c (dbx_symfile_init, elfstab_build_psymtabs):
Call new bfd_get_size() and verify that string table is no larger
than the file that is supposed to contain it.
* symfile.c (syms_from_objfile): Only complain about configured
NAMES_HAVE_UNDERSCORE differences between gdb and bfd if the
current target is the default BFD target.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8254fd5..d062e41 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +Sun Dec 27 17:34:15 1992 Fred Fish (fnf@cygnus.com) + + * dbxread.c (dbx_symfile_init, elfstab_build_psymtabs): + Call new bfd_get_size() and verify that string table is no larger + than the file that is supposed to contain it. + * symfile.c (syms_from_objfile): Only complain about configured + NAMES_HAVE_UNDERSCORE differences between gdb and bfd if the + current target is the default BFD target. + Sat Dec 26 20:51:41 1992 Fred Fish (fnf@cygnus.com) * solib.c (BKPT_AT_MAIN): Change to BKPT_AT_SYMBOL. |