diff options
author | Joern Rennecke <joern.rennecke@embecosm.com> | 1997-12-01 20:45:03 +0000 |
---|---|---|
committer | Joern Rennecke <joern.rennecke@embecosm.com> | 1997-12-01 20:45:03 +0000 |
commit | 6fdb746d44f479b2a023835dde576687e2535740 (patch) | |
tree | b77ecb6d3ae7ac59cbc0cb9846fde59dced7b0a5 /gas | |
parent | 1e92854b08002f7c2a01d3ee6da45c43ff3c3e2e (diff) | |
download | gdb-6fdb746d44f479b2a023835dde576687e2535740.zip gdb-6fdb746d44f479b2a023835dde576687e2535740.tar.gz gdb-6fdb746d44f479b2a023835dde576687e2535740.tar.bz2 |
bfd:
* coff-sh.c (sh_coff_howtos): Add R_SH_SWITCH8 entry.
(get_symbol_value): Handle R_SH_SWITCH8.
(sh_relax_delete_bytes): Likewise.
include:
* coff/sh.h (R_SH_SWITCH8): New.
gas:
* config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1.
(SWITCH_TABLE): Handle BFD_RELOC_8.
(md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1.
(coff_reloc_map): Add BFD_RELOC_8_PCREL entry.
(sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8.
PR 14155
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7f0fe1a..b10142b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,16 @@ +Mon Dec 1 20:24:18 1997 J"orn Rennecke <amylaar@cygnus.co.uk> + + * config/tc-sh.c (SWITCH_TABLE_CONS): Handle (fix)->fx_size == 1. + (SWITCH_TABLE): Handle BFD_RELOC_8. + (md_apply_fix): #ifndef BFD_ASSEMBLER code: Handle fixP->fx_size == 1. + (coff_reloc_map): Add BFD_RELOC_8_PCREL entry. + (sh_coff_reloc_mangle): SWITCH_TABLE case: Handle BFD_RELOC_8. + +Sat Nov 22 16:19:22 1997 Richard Henderson <rth@cygnus.com> + + * tc-alpha.c (range_signed_16, range_signed_32): Work around an + apparent bug in gcc's long long support crossing from x86. + Sat Nov 22 14:26:09 1997 Nick Clifton <nickc@cygnus.com> * config/tc-arm.c: Brought up to date with latest changes on arm |