diff options
author | Jeff Law <law@redhat.com> | 1993-12-06 06:55:48 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-06 06:55:48 +0000 |
commit | 744069b8abe813e7ff31c3e0450fc1b7ed2f8b63 (patch) | |
tree | 4c1fc90b9227292a68f8135b0381b636320dc62a /bfd/ChangeLog | |
parent | 017a52d7a9b4973d0816945798a183d3a323a6ee (diff) | |
download | gdb-744069b8abe813e7ff31c3e0450fc1b7ed2f8b63.zip gdb-744069b8abe813e7ff31c3e0450fc1b7ed2f8b63.tar.gz gdb-744069b8abe813e7ff31c3e0450fc1b7ed2f8b63.tar.bz2 |
* som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protected
definitions for old versions of HPUX which fail to define them.
(som_hppa_howto_talbe): Add R_DLT_REL, R_AUX_UNWIND, and R_SEC_STMT
now that they're safe. Delete bogus R_STATEMENT relocations.
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 77f5c87..adc44d5 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Sun Dec 5 19:32:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + * som.c (R_DLT_REL, R_AUX_UNWIND, R_SEC_STMT): Add protected + definitions for old versions of HPUX which fail to define them. + (som_hppa_howto_talbe): Add R_DLT_REL, R_AUX_UNWIND, and R_SEC_STMT + now that they're safe. Delete bogus R_STATEMENT relocations. + * som.c (som_hppa_howto_table): Add missing R_END_TRY. Delete extra R_DATA_OVERRIDE. (hppa_som_gen_reloc_type): Generate a relocation for the rounding |