* config/tc-hppa.c (selector_table): Add 'E' selector.
authorJeff Law <law@redhat.com>
Tue, 30 Jul 1996 20:30:49 +0000 (20:30 +0000)
committerJeff Law <law@redhat.com>
Tue, 30 Jul 1996 20:30:49 +0000 (20:30 +0000)
commit448b5aadbbf506609c649e9f1671ff4549d1abc8
treebae4462e7dfec724a40192c75bfc8ecf6648386c
parentad240a828950a0981137ffc09887ef915e711a18
    * 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.
gas/ChangeLog
gas/config/tc-hppa.c