OSDN Git Service

* config/tc-alpha.c (O_samegp): New.
authorRichard Henderson <rth@redhat.com>
Sat, 9 Feb 2002 22:55:06 +0000 (22:55 +0000)
committerRichard Henderson <rth@redhat.com>
Sat, 9 Feb 2002 22:55:06 +0000 (22:55 +0000)
commite40b3dc12c439a8da4a66a741862cf9174ea6312
tree82d68fbd97cb91c4f6cd138d1bbcdfb2dcaaff93
parentb932df7a096d6d3041e68bf5ccde39d017cedc75
    * config/tc-alpha.c (O_samegp): New.
        (USER_RELOC_P): Include it.
        (alpha_reloc_op_tag, debug_exp, find_macro_match): Add it.
        (md_apply_fix3): Handle BFD_RELOC_ALPHA_BRSGP.
        (alpha_force_relocation, alpha_fix_adjustable): Likewise.
        (alpha_validate_fix): New.
        * config/tc-alpha.h (TC_VALIDATE_FIX): New.

        * gas/alpha/elf-reloc-5.s, gas/alpha/elf-reloc-5.d: New.
        * gas/alpha/elf-reloc-6.s, gas/alpha/elf-reloc-6.l: New.
        * gas/alpha/alpha.exp: Run them.
gas/ChangeLog
gas/config/tc-alpha.c
gas/config/tc-alpha.h
gas/testsuite/ChangeLog
gas/testsuite/gas/alpha/alpha.exp
gas/testsuite/gas/alpha/elf-reloc-5.d [new file with mode: 0644]
gas/testsuite/gas/alpha/elf-reloc-5.s [new file with mode: 0644]
gas/testsuite/gas/alpha/elf-reloc-6.l [new file with mode: 0644]
gas/testsuite/gas/alpha/elf-reloc-6.s [new file with mode: 0644]