binutils-gdb/gas/po/POTFILES.in

244 lines
3.8 KiB
Plaintext
Raw Normal View History

1999-06-03 05:20:40 +02:00
app.c
as.c
as.h
asintl.h
atof-generic.c
bignum.h
bit_fix.h
cgen.c
1999-06-03 05:20:40 +02:00
cgen.h
cond.c
config/atof-ieee.c
config/atof-vax.c
config/e-crisaout.c
config/e-criself.c
2000-02-27 17:55:52 +01:00
config/e-i386aout.c
1999-05-03 09:29:11 +02:00
config/e-i386coff.c
config/e-i386elf.c
config/e-mipsecoff.c
config/e-mipself.c
config/obj-aout.c
config/obj-aout.h
config/obj-coff.c
config/obj-coff.h
config/obj-ecoff.c
config/obj-ecoff.h
config/obj-elf.c
config/obj-elf.h
config/obj-evax.c
config/obj-evax.h
2008-05-14 08:45:42 +02:00
config/obj-fdpicelf.c
config/obj-fdpicelf.h
config/obj-macho.c
config/obj-macho.h
config/obj-multi.c
config/obj-multi.h
1999-05-03 09:29:11 +02:00
config/obj-som.c
config/obj-som.h
config/tc-alpha.c
config/tc-alpha.h
config/tc-arc.c
config/tc-arc.h
config/tc-arm.c
config/tc-arm.h
config/tc-avr.c
config/tc-avr.h
2005-10-25 04:20:17 +02:00
config/tc-bfin.c
config/tc-bfin.h
2007-07-02 09:12:53 +02:00
config/tc-cr16.c
config/tc-cr16.h
config/tc-cris.c
config/tc-cris.h
config/tc-crx.c
config/tc-crx.h
1999-05-03 09:29:11 +02:00
config/tc-d10v.c
config/tc-d10v.h
config/tc-d30v.c
config/tc-d30v.h
config/tc-dlx.c
config/tc-dlx.h
2000-02-27 17:55:52 +01:00
config/tc-fr30.c
config/tc-fr30.h
config/tc-frv.c
config/tc-frv.h
1999-05-03 09:29:11 +02:00
config/tc-h8300.c
config/tc-h8300.h
1999-06-03 05:20:40 +02:00
config/tc-hppa.c
1999-05-03 09:29:11 +02:00
config/tc-hppa.h
2000-02-27 17:55:52 +01:00
config/tc-i370.c
config/tc-i370.h
1999-05-03 09:29:11 +02:00
config/tc-i386.c
config/tc-i386.h
config/tc-i860.c
config/tc-i860.h
config/tc-i960.c
config/tc-i960.h
config/tc-ia64.c
config/tc-ia64.h
config/tc-ip2k.c
config/tc-ip2k.h
config/tc-iq2000.c
config/tc-iq2000.h
config/tc-lm32.c
config/tc-lm32.h
ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> * configure.in: Add cases for Renesas m32c. * configure: Regenerated. bfd/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> Add support for m32c-*-elf (Renesas m32c and m16c). * Makefile.am (ALL_MACHINES): Add cpu-m32c.lo. (ALL_MACHINES_CFILES): Add cpu-m32c.c. (BFD32_BACKENDS): Add elf32-m32c.lo. (BFD32_BACKENDS_CFILES): Add elf32-m32c.c. (cpu-m32c.lo, elf32-m32c.lo): New rules, generated by 'make dep-am'. * Makefile.in: Regenerated. * archures.c (bfd_arch_m32c, bfd_mach_m16c, bfd_mach_m32c): New arch and mach codes. (bfd_m32c_arch): New arch info object. (bfd_archures_list): List bfd_m32c_arch. * bfd-in2.h: Regenerated. * config.bfd: Add case for the m32c. * configure.in: Add case for the m32c. * configure: Regenerated. * cpu-m32c.c, elf32-m32c.c: New files. * libbfd.h: Regenerated. * targets.c (bfd_elf32_m32c_vec): Declare. (_bfd_target_vector): List bfd_elf32_m32c_vec. binutils/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> * readelf.c: #include "elf/m32c.h" (guess_is_rela, dump_relocations, get_machine_name): Add cases for EM_M32C. * Makefile.am (readelf.o): Update dependencies. * Makefile.in: Regenerated. cpu/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> * m32c.cpu, m32c.opc: Machine description for the Renesas M32C. gas/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> Add support for the Renesas M32C. * Makefile.am (CPU_TYPES): List m32c. (TARGET_CPU_CFILES): List config/tc-m32c.c. (TARGET_CPU_HFILES): List config/tc-m32c.h. * configure.in: Add case for m32c. * configure.tgt: Add cases for m32c and m32c-*-elf. * configure: Regenerated. * config/tc-m32c.c, config/tc-m32c.h: New files. * doc/Makefile.am (CPU_DOCS): Add c-m32c.texi. * doc/Makefile.in: Regenerated. * doc/all.texi: Set M32C. * doc/as.texinfo: Add text for the M32C-specific options and line comment characters, and refer to c-m32c.texi. * doc/c-m32c.texi: New file. include/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> * dis-asm.h (print_insn_m32c): New declaration. include/elf/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> Add support for Renesas M32C and M16C. * common.h (EM_M32C): New machine number. * m32c.h: New file. ld/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> Add support for the Renesas M32C and M16C. * Makefile.am (ALL_EMULATIONS): Add eelf32m32c.o. (eelf32m32c.c): New target. * Makefile.in: Regenerated. * configure.tgt: Add case for m32c-*-elf. * emulparams/elf32m32c.sh: New file. opcodes/ChangeLog: 2005-07-14 Jim Blandy <jimb@redhat.com> Add support for the Renesas M32C and M16C. * m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c: New. * m32c-desc.h, m32c-opc.h: New. * Makefile.am (HFILES): List m32c-desc.h and m32c-opc.h. (CFILES): List m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c. (ALL_MACHINES): List m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo, m32c-opc.lo. (CLEANFILES): List stamp-m32c. (M32C_DEPS): List stamp-m32c, if CGEN_MAINT. (CGEN_CPUS): Add m32c. (m32c-asm.c, m32c-desc.c, m32c-dis.c, m32c-ibld.c, m32c-opc.c) (m32c-desc.h, m32c-opc.h): Depend on M32C_DEPS. (m32c_opc_h): New variable. (stamp-m32c, m32c-asm.lo, m32c-desc.lo, m32c-dis.lo, m32c-ibld.lo) (m32c-opc.lo): New rules. * Makefile.in: Regenerated. * configure.in: Add case for bfd_m32c_arch. * configure: Regenerated. * disassemble.c (ARCH_m32c): New. [ARCH_m32c]: #include "m32c-desc.h". (disassembler) [ARCH_m32c]: Add case for bfd_arch_m32c. (disassemble_init_for_target) [ARCH_m32c]: Same. * cgen-ops.h, cgen-types.h: New files. * Makefile.am (HFILES): List them. * Makefile.in: Regenerated.
2005-07-15 00:52:28 +02:00
config/tc-m32c.c
config/tc-m32c.h
1999-06-03 05:20:40 +02:00
config/tc-m32r.c
1999-05-03 09:29:11 +02:00
config/tc-m32r.h
config/tc-m68hc11.c
config/tc-m68hc11.h
1999-05-03 09:29:11 +02:00
config/tc-m68k.c
config/tc-m68k.h
config/tc-maxq.c
config/tc-maxq.h
1999-06-03 05:20:40 +02:00
config/tc-mcore.c
1999-05-03 09:29:11 +02:00
config/tc-mcore.h
config/tc-mep.c
config/tc-mep.h
config/tc-microblaze.c
config/tc-microblaze.h
1999-06-03 05:20:40 +02:00
config/tc-mips.c
1999-05-03 09:29:11 +02:00
config/tc-mips.h
2001-11-15 13:27:07 +01:00
config/tc-mmix.c
config/tc-mmix.h
1999-05-03 09:29:11 +02:00
config/tc-mn10200.c
config/tc-mn10200.h
1999-06-03 05:20:40 +02:00
config/tc-mn10300.c
1999-05-03 09:29:11 +02:00
config/tc-mn10300.h
config/tc-moxie.c
config/tc-msp430.c
config/tc-msp430.h
config/tc-mt.c
config/tc-mt.h
1999-05-03 09:29:11 +02:00
config/tc-ns32k.c
config/tc-ns32k.h
2001-06-19 13:57:29 +02:00
config/tc-openrisc.c
config/tc-openrisc.h
config/tc-or32.c
config/tc-or32.h
2001-02-19 00:33:11 +01:00
config/tc-pdp11.c
config/tc-pdp11.h
2000-02-27 17:55:52 +01:00
config/tc-pj.c
config/tc-pj.h
1999-05-03 09:29:11 +02:00
config/tc-ppc.c
config/tc-ppc.h
2001-02-10 01:58:38 +01:00
config/tc-s390.c
config/tc-s390.h
2006-09-29 10:05:35 +02:00
config/tc-score.c
config/tc-score.h
config/tc-sh.c
config/tc-sh.h
config/tc-sh64.c
config/tc-sh64.h
1999-05-03 09:29:11 +02:00
config/tc-sparc.c
config/tc-sparc.h
2006-10-25 08:49:21 +02:00
config/tc-spu.c
config/tc-spu.h
1999-05-03 09:29:11 +02:00
config/tc-tic30.c
config/tc-tic30.h
config/tc-tic4x.c
config/tc-tic4x.h
config/tc-tic54x.c
config/tc-tic54x.h
1999-05-03 09:29:11 +02:00
config/tc-v850.c
config/tc-v850.h
config/tc-vax.c
config/tc-vax.h
2006-04-16 20:25:11 +02:00
config/tc-xc16x.c
config/tc-xc16x.h
config/tc-xstormy16.c
config/tc-xstormy16.h
config/tc-xtensa.c
config/tc-xtensa.h
config/tc-z80.c
config/tc-z80.h
1999-05-03 09:29:11 +02:00
config/tc-z8k.c
config/tc-z8k.h
config/te-386bsd.h
config/te-aix5.h
config/te-armeabi.h
config/te-armlinuxeabi.h
config/te-dynix.h
config/te-epoc-pe.h
config/te-freebsd.h
config/te-generic.h
config/te-gnu.h
config/te-go32.h
config/te-hppa.h
config/te-hppa64.h
config/te-hppalinux64.h
config/te-i386aix.h
config/te-ia64aix.h
config/te-interix.h
config/te-lnews.h
config/te-lynx.h
config/te-mach.h
config/te-macos.h
config/te-nbsd.h
config/te-nbsd532.h
config/te-netware.h
config/te-pc532mach.h
config/te-pe.h
config/te-psos.h
config/te-riscix.h
config/te-solaris.h
config/te-sparcaout.h
config/te-sun3.h
config/te-svr4.h
config/te-symbian.h
config/te-tmips.h
config/te-vms.c
config/te-vxworks.h
config/te-wince-pe.h
config/xtensa-relax.c
config/xtensa-relax.h
1999-05-03 09:29:11 +02:00
depend.c
dw2gencfi.c
dw2gencfi.h
1999-06-03 05:20:40 +02:00
dwarf2dbg.c
dwarf2dbg.h
ecoff.c
1999-05-03 09:29:11 +02:00
ecoff.h
ehopt.c
emul-target.h
emul.h
1999-05-03 09:29:11 +02:00
expr.c
expr.h
flonum-copy.c
flonum-konst.c
flonum-mult.c
flonum.h
1999-05-03 09:29:11 +02:00
frags.c
frags.h
hash.c
hash.h
input-file.c
input-file.h
input-scrub.c
itbl-lex.h
1999-05-03 09:29:11 +02:00
itbl-ops.c
itbl-ops.h
listing.c
listing.h
literal.c
macro.c
macro.h
messages.c
obj.h
output-file.c
output-file.h
read.c
read.h
remap.c
1999-05-03 09:29:11 +02:00
sb.c
sb.h
stabs.c
struc-symbol.h
subsegs.c
subsegs.h
symbols.c
symbols.h
tc.h
write.c
write.h