diff options
author | Jeff Law <law@redhat.com> | 1993-11-12 23:36:04 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-12 23:36:04 +0000 |
commit | 40249bfb73566193d2eb5cd6f39905ba347ec86f (patch) | |
tree | 1c29d730928bb26514fae6e8aa59d5d4a27f543e /bfd/ChangeLog | |
parent | 176ed088ef97e9ca42a09de7657fae5e4c8f91c6 (diff) | |
download | gdb-40249bfb73566193d2eb5cd6f39905ba347ec86f.zip gdb-40249bfb73566193d2eb5cd6f39905ba347ec86f.tar.gz gdb-40249bfb73566193d2eb5cd6f39905ba347ec86f.tar.bz2 |
* som.c (bfd_som_set_section_attributes): New function.
(bfd_som_set_subsection_attributes): Likewise.
(bfd_som_set_symboL_type): Likewise.
(bfd_som_attach_unwind_info): Likewise.
* som.h: Declare new exported functions.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4006331..83a74bb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,18 @@ +Fri Nov 12 15:29:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * som.c (bfd_som_set_section_attributes): New function. + (bfd_som_set_subsection_attributes): Likewise. + (bfd_som_set_symboL_type): Likewise. + (bfd_som_attach_unwind_info): Likewise. + * som.h: Declare new exported functions. + + * som.h (struct som_symbol): Add new fields to hold additional + information needed to build/write symbol tables and fixup streams. + (struct som_section_data_struct): Add new fields to hold additional + information needed to build/write space and subspace headers. + (som_symbol_data): New accessor macro for SOM symbol information. + (R_HPPA_*): Basic relocation types to be used by the assembler. + Fri Nov 12 11:00:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * trad-core.c (trad_unix_core_file_p): If new hook |