diff options
author | Jeff Law <law@redhat.com> | 1996-02-28 18:27:51 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-02-28 18:27:51 +0000 |
commit | d08435de5e796d75fd3867b4e8e1f5906cec1927 (patch) | |
tree | 596b26d81379be45080f3bd481538feb0e1eaf66 /bfd | |
parent | 0960941513a89c9add07b7922a6141d0849fa7b7 (diff) | |
download | gdb-d08435de5e796d75fd3867b4e8e1f5906cec1927.zip gdb-d08435de5e796d75fd3867b4e8e1f5906cec1927.tar.gz gdb-d08435de5e796d75fd3867b4e8e1f5906cec1927.tar.bz2 |
* libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL
and R_HPPA_NLRSEL.
(e_nsel, e_nlsel, e_nlrsel): Undefine. Add to
hppa_reloc_field_selector_type_alt.
(hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling.
* som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field
selectors.
(som_write_fixups): Finish handling of R_N0SEL and R_N1SEL.
More hpux10 crud.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 62b523e..e167055 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Wed Feb 28 11:25:47 1996 Jeffrey A Law (law@cygnus.com) + + * libhppa.h (hppa_reloc_field_selector_type): Add R_HPPA_NLSEL + and R_HPPA_NLRSEL. + (e_nsel, e_nlsel, e_nlrsel): Undefine. Add to + hppa_reloc_field_selector_type_alt. + (hppa_field_adjust): Handle e_nlsel, e_nlrsel. Fix e_nsel handling. + * som.c (hppa_som_gen_reloc_type): Handle N', NL' NLR' field + selectors. + (som_write_fixups): Finish handling of R_N0SEL and R_N1SEL. + Wed Feb 28 11:00:24 1996 Ian Lance Taylor <ian@cygnus.com> * elf.c (assign_file_positions_for_segments): Adjust the segment |