binutils-gdb/ld/emultempl
Nick Clifton 21d799b5c4 Update soruces to make alpha, arc and arm targets compile cleanly
with -Wc++-compat:
        * config/tc-alpha.c: Add casts.
        (extended_bfd_reloc_code_real_type): New type. Used to avoid
        enumeration conversion warnings.
        (struct alpha_fixup, void assemble_insn, assemble_insn)
        (assemble_tokens): Use new type.
        * ecoff.c: Add casts. (mark_stabs): Use enumeration names.
        * config/obj-elf.c: Add cast
        * config/tc-arc.c: Add casts.
        * config/obj-aout.h (text_section,data_section,bss_section):
        Make extern.
        * config/obj-elf.c: Add cast.
        * config/tc-arm.c: Add casts.
        (X, TxCE, TxCE, TxC3, TxC3w, TxCM_, TxCM, TUE, TUF, CE, CL, cCE)
        (cCL, C3E, xCM_, nUF, nCE_tag): Change input format to avoid the
        need for keywords as arguments.
        * ecoff.c: Add casts.
        * ecofflink.c: Add casts.
        * elf64-alpha.c: Add casts.
        (struct alpha_elf_got_entry, struct alpha_elf_reloc_entry): Move
        to top level.
        (SKIP_HOWTO): Use enum name.
        * elf32-arm.c: Add casts.
        (elf32_arm_vxworks_bed): Update code to avoid multiple
        declarations.
        (struct map_stub): Move to top level.
        * arc-dis.c Fix casts.
        * arc-ext.c: Add casts.
        * arm-dis.c (enum opcode_sentinel_enum): Gave name to anonymous
        enum.
        * emultempl/armelf.em: Add casts.
2009-09-25 19:13:27 +00:00
..
README
aix.em update copyright dates 2009-09-02 07:25:43 +00:00
alphaelf.em PR ld/6766 2009-09-13 07:19:18 +00:00
armcoff.em update copyright dates 2009-09-02 07:25:43 +00:00
armelf.em Update soruces to make alpha, arc and arm targets compile cleanly 2009-09-25 19:13:27 +00:00
astring.sed
avrelf.em update copyright dates 2009-09-02 07:25:43 +00:00
beos.em * ldlang.c (push_stat_ptr, pop_stat_ptr): New functions. 2009-02-16 07:25:52 +00:00
cr16elf.em PR ld/6766 2009-09-13 07:19:18 +00:00
crxelf.em PR ld/6766 2009-09-13 07:19:18 +00:00
elf-generic.em update copyright dates 2009-09-02 07:25:43 +00:00
elf32.em bfd/ 2009-09-23 13:54:29 +00:00
genelf.em update copyright dates 2009-09-02 07:25:43 +00:00
generic.em update copyright dates 2009-09-02 07:25:43 +00:00
gld960.em
gld960c.em
hppaelf.em PR ld/6766 2009-09-13 07:19:18 +00:00
ia64elf.em PR ld/6766 2009-09-13 07:19:18 +00:00
irix.em update copyright dates 2009-09-02 07:25:43 +00:00
linux.em
lnk960.em
m68hc1xelf.em update copyright dates 2009-09-02 07:25:43 +00:00
m68kcoff.em
m68kelf.em update copyright dates 2009-09-02 07:25:43 +00:00
mipsecoff.em update copyright dates 2009-09-02 07:25:43 +00:00
mipself.em update copyright dates 2009-09-02 07:25:43 +00:00
mmix-elfnmmo.em update copyright dates 2009-09-02 07:25:43 +00:00
mmixelf.em update copyright dates 2009-09-02 07:25:43 +00:00
mmo.em update copyright dates 2009-09-02 07:25:43 +00:00
needrelax.em update copyright dates 2009-09-02 07:25:43 +00:00
netbsd.em
ostring.sed
pe.em PR ld/6766 2009-09-13 07:19:18 +00:00
pep.em PR ld/6766 2009-09-13 07:19:18 +00:00
ppc32elf.em include/elf/ 2009-09-21 11:51:02 +00:00
ppc64elf.em include/elf/ 2009-09-21 11:51:02 +00:00
scoreelf.em Add support for Score7 architecture. 2009-03-02 10:33:08 +00:00
sh64elf.em update copyright dates 2009-09-02 07:25:43 +00:00
spu_icache.S bfd/ 2009-03-17 12:46:19 +00:00
spu_icache.o_c bfd/ 2009-03-17 12:46:19 +00:00
spu_ovl.S
spu_ovl.o_c
spuelf.em PR 10474 2009-08-10 07:50:56 +00:00
sunos.em
ticoff.em update copyright dates 2009-09-02 07:25:43 +00:00
vanilla.em update copyright dates 2009-09-02 07:25:43 +00:00
vxworks.em update copyright dates 2009-09-02 07:25:43 +00:00
xtensaelf.em * ldlang.c (push_stat_ptr, pop_stat_ptr): New functions. 2009-02-16 07:25:52 +00:00
z80.em update copyright dates 2009-09-02 07:25:43 +00:00

README

The files in this directory are sourced by genscripts.sh, after
setting some variables to substitute in, to produce
C source files that contain jump tables for each emulation.