diff options
author | Richard Henderson <rth@redhat.com> | 2002-02-09 22:55:06 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-02-09 22:55:06 +0000 |
commit | 543833df4f9aaad303e852c64620716b28f1492d (patch) | |
tree | fcb2def48e7f5bd876b6792b02a153c64fbd55be /gas/ChangeLog | |
parent | 77dd1030de31b11a3b774f6f508e4cc952595613 (diff) | |
download | gdb-543833df4f9aaad303e852c64620716b28f1492d.zip gdb-543833df4f9aaad303e852c64620716b28f1492d.tar.gz gdb-543833df4f9aaad303e852c64620716b28f1492d.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index dbb75ebf..5d56137 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2002-02-09 Richard Henderson <rth@redhat.com> + + * 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. + 2002-02-09 Hans-Peter Nilsson <hp@axis.com> * doc/c-cris.texi: New. |