diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-06-11 22:45:08 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-06-11 22:45:08 +0000 |
commit | 1075246d730414873b62c452e9df1fc4af9fa176 (patch) | |
tree | 51e36be616833cee4862b093ba0114ae78e0c250 /binutils | |
parent | f4792b683ce9a84e91dcd780b76fa0bd292b7a74 (diff) | |
download | gdb-1075246d730414873b62c452e9df1fc4af9fa176.zip gdb-1075246d730414873b62c452e9df1fc4af9fa176.tar.gz gdb-1075246d730414873b62c452e9df1fc4af9fa176.tar.bz2 |
* stabs.c (struct stab_handle): Add self_crossref field.
(parse_stab_string): If a tag is a cross reference to itself,
don't define it in the tags list.
(parse_stab_type): Set info->self_crossref.
* debug.c (struct debug_type_real_list): Define.
(debug_get_real_type): Add list parameter. Change all callers.
Check for circularity to avoid crashing when it occurs.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7b2885e..2c3e4d9 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Thu Jun 11 18:30:20 1998 Ian Lance Taylor <ian@cygnus.com> + + * stabs.c (struct stab_handle): Add self_crossref field. + (parse_stab_string): If a tag is a cross reference to itself, + don't define it in the tags list. + (parse_stab_type): Set info->self_crossref. + + * debug.c (struct debug_type_real_list): Define. + (debug_get_real_type): Add list parameter. Change all callers. + Check for circularity to avoid crashing when it occurs. + Thu Jun 11 14:48:32 1998 Nick Clifton <nickc@cygnus.com> * readelf.c: New file: Display contents of ELF format file. @@ -6,7 +17,7 @@ Thu Jun 11 14:48:32 1998 Nick Clifton <nickc@cygnus.com> * Makefile.in: Rebuilt. * binutils.texi: Document readelf. * NEWS: Mention inclusion of readelf into binutils. - * po?POTFILES.in; Rebuilt. + * po/POTFILES.in; Rebuilt. Fri Jun 5 18:43:40 1998 Ian Lance Taylor <ian@cygnus.com> |