diff options
author | Stu Grossman <grossman@cygnus> | 1992-12-28 22:57:19 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1992-12-28 22:57:19 +0000 |
commit | edff05870e92c6ff6ff111c2f4adb1b4184a04d6 (patch) | |
tree | c4f44d1fd6d67a622c8e7b3dbb81f5fae0dd7d45 /bfd/ChangeLog | |
parent | 7917455ffdb633bdb6ad15ab301b814ba3597c35 (diff) | |
download | gdb-edff05870e92c6ff6ff111c2f4adb1b4184a04d6.zip gdb-edff05870e92c6ff6ff111c2f4adb1b4184a04d6.tar.gz gdb-edff05870e92c6ff6ff111c2f4adb1b4184a04d6.tar.bz2 |
* hppa.c: Get rid of DEFUN, use more conventional prolog stuff.
Make a bunch more routines be static.
* hppa.c (fill_spaces): Get rid of this, replace with much better
written setup_sections().
* (setup_sections): New routine to create BFD sections for each
space and subspace in SOM files.
* (hppa_object_setup): Use BFD sections created by
setup_sections() to locate GDB symbol table info.
* (make_unique_section): New routine to create a BFD section. It
ensures that the given name is unique, and will generate a unique
one if necessary.
* (hppa_object_p): Become much more paranoid about file header.
* (make_bfd_asection): Call bfd_make_section to do the dirty
work. Simplify code somewhat.
* (hppa_core_file_p): Use proper name for stack section.
* libhppa.h: Remove millicode_start, millicode_end decls.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index db3be1f..25357cf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,22 @@ +Mon Dec 28 14:30:55 1992 Stu Grossman (grossman at cygnus.com) + + * hppa.c: Get rid of DEFUN, use more conventional prolog stuff. + Make a bunch more routines be static. + * hppa.c (fill_spaces): Get rid of this, replace with much better + written setup_sections(). + * (setup_sections): New routine to create BFD sections for each + space and subspace in SOM files. + * (hppa_object_setup): Use BFD sections created by + setup_sections() to locate GDB symbol table info. + * (make_unique_section): New routine to create a BFD section. It + ensures that the given name is unique, and will generate a unique + one if necessary. + * (hppa_object_p): Become much more paranoid about file header. + * (make_bfd_asection): Call bfd_make_section to do the dirty + work. Simplify code somewhat. + * (hppa_core_file_p): Use proper name for stack section. + * libhppa.h: Remove millicode_start, millicode_end decls. + Mon Dec 28 11:03:22 1992 Ken Raeburn (raeburn@cygnus.com) * Makefile.in (coff-we32k.o, coff-z8k.o): Note dependencies. |