* config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
authorJeff Law <law@redhat.com>
Mon, 17 Jun 1996 18:31:51 +0000 (18:31 +0000)
committerJeff Law <law@redhat.com>
Mon, 17 Jun 1996 18:31:51 +0000 (18:31 +0000)
commit02d4dd87df86b1e0a96b8cb850f9eedf29cfdabb
tree2e6034f71fc3aa22ce279fc41b484a5f024fd8ec
parentb658d64d9e8c7d08f98e20e2e6eb9a024a1c6adf
    * config/tc-hppa.c (md_pseudo_table): Add ".begin_try" and ".end_try"
        pseudo ops.
        (tc_gen_reloc, SOM version): Handle R_BEGIN_TRY and R_END_TRY.
        (md_apply_fix): Likewise.
        (pa_try): New function.
        (hppa_force_relocation): Force relocs for BEGIN_TRY and END_TRY.
More PA exception handling crud.
gas/ChangeLog