* hppa.c: Get rid of DEFUN, use more conventional prolog stuff.
authorStu Grossman <grossman@cygnus>
Mon, 28 Dec 1992 22:57:19 +0000 (22:57 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 28 Dec 1992 22:57:19 +0000 (22:57 +0000)
commitedff05870e92c6ff6ff111c2f4adb1b4184a04d6
treec4f44d1fd6d67a622c8e7b3dbb81f5fae0dd7d45
parent7917455ffdb633bdb6ad15ab301b814ba3597c35
* 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.
bfd/ChangeLog
bfd/hppa.c
This page took 0.026059 seconds and 4 git commands to generate.