diff options
author | Jeff Law <law@redhat.com> | 1996-07-30 20:30:49 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-07-30 20:30:49 +0000 |
commit | 448b5aadbbf506609c649e9f1671ff4549d1abc8 (patch) | |
tree | bae4462e7dfec724a40192c75bfc8ecf6648386c /gas/ChangeLog | |
parent | ad240a828950a0981137ffc09887ef915e711a18 (diff) | |
download | gdb-448b5aadbbf506609c649e9f1671ff4549d1abc8.zip gdb-448b5aadbbf506609c649e9f1671ff4549d1abc8.tar.gz gdb-448b5aadbbf506609c649e9f1671ff4549d1abc8.tar.bz2 |
* config/tc-hppa.c (selector_table): Add 'E' selector.
(cons_fix_new_hppa): Don't coke on e_esel.
(tc_gen_reloc, SOM version): Handle R_COMP2 when used
to help generate exception handling tables.
(md_apply_fix): Don't try to apply fixups with an e_esel
selector.
(hppa_fix_adjustable): Fixups with e_esel selectors
are not adjustable.
Another stab at EH on the PA.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 421c06b..081bbc5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,14 @@ +Tue Jul 30 14:28:23 1996 Jeffrey A Law (law@cygnus.com) + + * config/tc-hppa.c (selector_table): Add 'E' selector. + (cons_fix_new_hppa): Don't coke on e_esel. + (tc_gen_reloc, SOM version): Handle R_COMP2 when used + to help generate exception handling tables. + (md_apply_fix): Don't try to apply fixups with an e_esel + selector. + (hppa_fix_adjustable): Fixups with e_esel selectors + are not adjustable. + Tue Jul 30 15:51:41 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-sparc.c (md_pseudo_table): Add 2byte, 4byte, and 8byte |