diff options
author | Stu Grossman <grossman@cygnus> | 1993-01-10 03:57:45 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1993-01-10 03:57:45 +0000 |
commit | d0a650a475360b00fb0f83dac522f672c98d1593 (patch) | |
tree | a43684240c6ed52a7c864140c69ee716ffda0afd /bfd/ChangeLog | |
parent | bfc55a5d7cb60e153ea9294a1456192bed841276 (diff) | |
download | gdb-d0a650a475360b00fb0f83dac522f672c98d1593.zip gdb-d0a650a475360b00fb0f83dac522f672c98d1593.tar.gz gdb-d0a650a475360b00fb0f83dac522f672c98d1593.tar.bz2 |
* hppa.c (hppa_object_setup): Get rid of all knowledge of stabs
debug info. Setup info about linker symbols only, and use
standard bfd fields to hold the info.
* (hppa_object_p): Remove unneeded decls.
* (hppa_new_section_hook): Get rid of most of this.
* libhppa.h (struct hppadata): Remove ten pounds of useless ugly
fat. Remove all knowledge of stabs, remove redundant knowledge of
linker symbols.
* Remove macros for accessing fields which are now gone.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 005ea60..a321478 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Sat Jan 9 19:48:14 1993 Stu Grossman (grossman at cygnus.com) + + * hppa.c (hppa_object_setup): Get rid of all knowledge of stabs + debug info. Setup info about linker symbols only, and use + standard bfd fields to hold the info. + * (hppa_object_p): Remove unneeded decls. + * (hppa_new_section_hook): Get rid of most of this. + * libhppa.h (struct hppadata): Remove ten pounds of useless ugly + fat. Remove all knowledge of stabs, remove redundant knowledge of + linker symbols. + * Remove macros for accessing fields which are now gone. + Fri Jan 8 15:20:00 1993 Steve Chamberlain (sac@thepub.cygnus.com) * coffcode.h (sec_to_styp_flags): allow SEC_NEVER_LOAD to turn on |