diff options
author | Jeff Law <law@redhat.com> | 1994-09-14 00:51:33 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-09-14 00:51:33 +0000 |
commit | 39836432f8cf5a210f3ec4d577f7b4cadcf283ac (patch) | |
tree | aacdd9395e3262e9161d8df4cd0b930bcb9dce57 /bfd/ChangeLog | |
parent | a0b4aa626512b2d255470691273fd2cc93d22b35 (diff) | |
download | gdb-39836432f8cf5a210f3ec4d577f7b4cadcf283ac.zip gdb-39836432f8cf5a210f3ec4d577f7b4cadcf283ac.tar.gz gdb-39836432f8cf5a210f3ec4d577f7b4cadcf283ac.tar.bz2 |
* som.h (som_symbol_type): Delete unused a.out-related fields.
* som.c (bfd_section_from_som_symbol): Use bfd_abs_section_ptr
instead of &bfd_abs_section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4f1234e..66e81c5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Tue Sep 13 17:57:00 1994 Jeff Law (law@snake.cs.utah.edu) + * som.h (som_symbol_type): Delete unused a.out-related fields. + + * som.c (bfd_section_from_som_symbol): Use bfd_abs_section_ptr + instead of &bfd_abs_section. + * som.c (som_object_setup): Handle exec_entry and exec_flags being switched in executables created by the OSF1 linker. (som_write_fixups): Handle R_EXIT just like the R_{F,L,R}SEL |