binutils-gdb/gas/config
Joern Rennecke 015551fcfb sh-dsp REPEAT support:
opcodes:

        * sh-opc.h (sh_nibble_type): Remove DISP_8 and DISP_4.
        Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.
        (sh_arg_type): Add A_PC.
        (sh_table): Update entries using immediates.  Add repeat.
        * sh-dis.c (print_insn_shx): Remove DISP_8 and DISP_4.
        Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.

gas:

        * config/tc-sh.c (immediate): Delete.
        (sh_operand_info): Add immediate member.
        (parse_reg): Use A_PC for pc.
        (parse_exp): Add second argument 'op'.  All callers changed.
        (parse_at): Expect pc to be coded as A_PC.
        Use immediate field in *op.
        (insert): Add fourth argument 'op'.  All callers changed.
        (build_relax): Add second argument 'op'.  All callers changed.
        (insert_loop_bounds): New function.
        (build_Mytes): Remove DISP_4.
        Split IMM_[48]{,BY[24]} into IMM[01]_[48]{,BY[24]}.  Add REPEAT.
        (assemble_ppi): Use immediate field in *operand.
        (sh_force_relocation): Handle BFD_RELOC_SH_LOOP_{START,END}.
        (md_apply_fix): Likewise.
        (tc_gen_reloc): Likewise.  Check for a pcrel BFD_RELOC_SH_LABEL.

include/coff:

        * sh.h (R_SH_LOOP_START, R_SH_LOOP_END): Define.

include/elf:

        * sh.h (R_SH_LOOP_START, R_SH_LOOP_END): New RELOC_NUMBERs.

bfd:

        * reloc.c (_bfd_relocate_contents): Add BFD_RELOC_SH_LOOP_START and
        BFD_RELOC_SH_LOOP_END.
        * elf32-sh.c (sh_elf_howto_tab): Change special_func to
        sh_elf_ignore_reloc for all entries that sh_elf_reloc used to ignore.
        Add entries for R_SH_LOOP_START and R_SH_LOOP_END.
        (sh_elf_reloc_loop): New function.
        (sh_elf_reloc): No need to test for always-to-be-ignored relocs
        any more.
        (sh_rel): Add entries for BFD_RELOC_SH_LOOP_{START,END}.
        (sh_elf_relocate_section): Handle BFD_RELOC_SH_LOOP_{START,END}.
        * bfd-in2.h, libbfd.h: Regenerate.
2000-04-05 21:23:05 +00:00
..
aout_gnu.h
atof-ieee.c
atof-tahoe.c
atof-vax.c
e-i386aout.c This set of patches add support for aout emulation on the x86 2000-01-26 22:48:31 +00:00
e-i386coff.c
e-i386elf.c
e-mipsecoff.c
e-mipself.c
itbl-mips.h
m68k-parse.h
m68k-parse.y
m88k-opcode.h
obj-aout.c This set of patches add support for aout emulation on the x86 2000-01-26 22:48:31 +00:00
obj-aout.h This set of patches add support for aout emulation on the x86 2000-01-26 22:48:31 +00:00
obj-bout.c
obj-bout.h
obj-coff.c 2000-02-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br> 2000-02-22 07:50:13 +00:00
obj-coff.h Add support for WinCE targeted toolchains. 2000-02-24 19:49:18 +00:00
obj-ecoff.c This set of patches add support for aout emulation on the x86 2000-01-26 22:48:31 +00:00
obj-ecoff.h
obj-elf.c 2000-02-27 Thomas de Lellis <tdel@windriver.com> 2000-02-28 04:17:36 +00:00
obj-elf.h This set of patches add support for aout emulation on the x86 2000-01-26 22:48:31 +00:00
obj-evax.c
obj-evax.h * read.c (TC_IMPLICIT_LCOMM_ALIGNMENT): New default-definition. 2000-03-13 20:46:07 +00:00
obj-generic.c
obj-generic.h
obj-hp300.c
obj-hp300.h
obj-ieee.c
obj-ieee.h
obj-multi.c
obj-multi.h This set of patches add support for aout emulation on the x86 2000-01-26 22:48:31 +00:00
obj-som.c * config/obj-som.c (obj_pseudo_table): Add "weak". 2000-02-24 13:37:02 +00:00
obj-som.h
obj-vms.c
obj-vms.h
tc-a29k.c
tc-a29k.h
tc-alpha.c * config/tc-alpha.c (md_assemble): Accept 1' and 9' in an 2000-02-28 03:25:35 +00:00
tc-alpha.h Add support for !literal and !lituse_base 1999-11-29 00:46:16 +00:00
tc-arc.c
tc-arc.h
tc-arm.c Add "bal" instruction pattern. 2000-03-29 18:25:37 +00:00
tc-arm.h
tc-avr.c ATMEL AVR microcontroller support. 2000-03-27 08:39:14 +00:00
tc-avr.h ATMEL AVR microcontroller support. 2000-03-27 08:39:14 +00:00
tc-d10v.c Add a symbol's value to the computed frag offset, rather than overwriting it. 2000-02-18 18:45:28 +00:00
tc-d10v.h Flush any pending instructiuons before emitting data into the instruction stream. 2000-04-01 00:19:46 +00:00
tc-d30v.c * config/tc-d30v.c (check_range): Allow signed or unsigned 32-bit 2000-04-02 08:24:54 +00:00
tc-d30v.h
tc-fr30.c
tc-fr30.h
tc-generic.c
tc-generic.h
tc-h8300.c * config/tc-h8300.c: Add ATTRIBUTE_UNUSED as appropriate. 2000-03-15 21:28:47 +00:00
tc-h8300.h
tc-h8500.c
tc-h8500.h
tc-hppa.c * config/tc-hppa.c (pa_build_unwind_subspace): Use subseg_new to create 2000-02-11 21:27:41 +00:00
tc-hppa.h Remove dead code when not TC_M68K. 2000-02-24 01:56:31 +00:00
tc-i370.c Add IBM 370 support. 2000-02-23 13:52:23 +00:00
tc-i370.h Add IBM 370 support. 2000-02-23 13:52:23 +00:00
tc-i386.c Correct 2000-02-26 change. 2000-04-03 11:19:51 +00:00
tc-i386.h config/tc-i386.c (struct _i386_insn): Combine disps, imms, regs into 2000-02-24 08:18:20 +00:00
tc-i860.c
tc-i860.h
tc-i960.c
tc-i960.h
tc-m32r.c * config/tc-m32r.c (m32r_fix_adjustable): Look up the 2000-03-09 22:07:28 +00:00
tc-m32r.h
tc-m68k.c
tc-m68k.h Remove dead code when not TC_M68K. 2000-02-24 01:56:31 +00:00
tc-m88k.c
tc-m88k.h Remove dead code when not TC_M68K. 2000-02-24 01:56:31 +00:00
tc-m68851.h
tc-mcore.c Add support for M340 2000-02-10 21:31:13 +00:00
tc-mcore.h Add support for M340 2000-02-10 21:31:13 +00:00
tc-mips.c In bfd/: 2000-03-11 02:16:25 +00:00
tc-mips.h Add support for WinCE targeted toolchains. 2000-02-24 19:49:18 +00:00
tc-mn10200.c
tc-mn10200.h
tc-mn10300.c * config/tc-mn10300.c (md_pseudo_table): Use constant names. 2000-04-03 20:20:26 +00:00
tc-mn10300.h
tc-ns32k.c
tc-ns32k.h
tc-pj.c
tc-pj.h
tc-ppc.c * app.c: Add ATTRIBUTE_UNUSED as needed. 2000-04-02 06:27:51 +00:00
tc-ppc.h * config/obj-coff.h (OBJ_COPY_SYMBOL_ATTRIBUTES): Don't define if 2000-01-31 19:13:47 +00:00
tc-sh.c sh-dsp REPEAT support: 2000-04-05 21:23:05 +00:00
tc-sh.h Fix SUB_SEGMENT_ALIGN macor for BFD_ASSEMBLER 2000-03-29 22:57:57 +00:00
tc-sparc.c * config/tc-sparc.c (sparc_ip): Avoid string pasting. 2000-04-05 09:38:43 +00:00
tc-sparc.h
tc-tahoe.c
tc-tahoe.h
tc-tic30.c
tc-tic30.h
tc-tic80.c
tc-tic80.h
tc-v850.c
tc-v850.h
tc-vax.c
tc-vax.h
tc-w65.c
tc-w65.h
tc-z8k.c
tc-z8k.h
te-386bsd.h
te-aux.h
te-delt88.h
te-delta.h
te-dpx2.h
te-dynix.h
te-epoc-pe.h
te-generic.h
te-go32.h
te-hp300.h
te-hppa.h
te-i386aix.h
te-ic960.h
te-interix.h
te-linux.h
te-lnews.h
te-lynx.h
te-mach.h
te-macos.h
te-nbsd532.h
te-nbsd.h
te-pc532mach.h
te-pe.h
te-ppcnw.h
te-psos.h
te-riscix.h
te-sparcaout.h
te-sun3.h
te-svr4.h
te-sysv32.h
te-wince-pe.h Add support for WinCE targeted toolchains. 2000-02-24 19:49:18 +00:00
vax-inst.h
vms-a-conf.h
vms-conf.h