binutils-gdb/gas/config
Richard Earnshaw b89dddec96 General cleanup of feature definitions.
* tc-arm.c (ARM_EXT_LONGMUL, ARM_EXT_HALFWORD, ARM_EXT_THUMB): Delete.
(ARM_2UP, ARM_ALL, ARM_3UP, ARM_6UP): Delete.
(FPU_CORE, FPU_FPA10, FPA_FPA11, FPU_ALL, FPA_MEMMULTI): Delete.
(ARM_EXT_V{1,2,2S,3,3M,4,4T,5T,5ExP}): New defines.
(ARM_EXT_V{5,5E}): Synchronize with above.
(ARM_ARCH_V*): Define a complete set in terms of above features.
(ARM_{1,2,3,250,6,7,8,9,STRONG}): Define in terms of architecture.
(FPU_FPA_EXT_V[12]): Define.
(FPU_ARCH_FPE, FPU_ARCH_FPA): Define in terms of above.
(FPU_ANY): Define.
(FPU_DEFAULT): Default to FPA.
(CPU_DEFAULT): For XScale, this is now just ARM_ARCH_XSCALE; for
Thumb, this is now ARM_ARCH_V5T.
(insns): Rework for new feature defines.
(tinsns): Likewise.
(opcode_select, do_ldst, md_begin, md_parse_option): Likewise.
2001-10-31 14:48:23 +00:00
..
aout_gnu.h Fix copyright notices 2001-03-08 23:24:26 +00:00
atof-ieee.c Fix copyright notices 2001-03-08 23:24:26 +00:00
atof-tahoe.c Fix copyright notices 2001-03-08 23:24:26 +00:00
atof-vax.c Fix copyright notices 2001-03-08 23:24:26 +00:00
e-crisaout.c * configure.in: Add CRIS support. 2000-07-20 17:45:28 +00:00
e-criself.c * configure.in: Add CRIS support. 2000-07-20 17:45:28 +00:00
e-i386aout.c * symbols.c: Add missing prototypes. 2001-08-09 14:42:07 +00:00
e-i386coff.c * symbols.c: Add missing prototypes. 2001-08-09 14:42:07 +00:00
e-i386elf.c * symbols.c: Add missing prototypes. 2001-08-09 14:42:07 +00:00
e-mipsecoff.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
e-mipself.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
itbl-mips.h Fix copyright notices 2001-03-08 23:24:26 +00:00
m68k-parse.h Fix copyright notices 2001-03-08 23:24:26 +00:00
m68k-parse.y Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
m88k-opcode.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-aout.c Fix compile time warnings 2001-09-22 09:23:31 +00:00
obj-aout.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-bout.c * symbols.c (resolve_symbol_value): Remove "finalize" param, 2001-05-22 10:23:50 +00:00
obj-bout.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-coff.c Fix 2 xcoff line number problems 2001-10-08 18:14:43 +00:00
obj-coff.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-ecoff.c Warning fixes and configure/makefile tweaks by Thiemo Seufer. 2001-05-03 02:07:02 +00:00
obj-ecoff.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-elf.c * config/obj-elf.c: Make use of elf_group_name and elf_next_in_group 2001-10-09 13:13:09 +00:00
obj-elf.h * config/obj-elf.c (elf_copy_symbol_attributes): Make it a global 2001-08-08 13:11:58 +00:00
obj-evax.c Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-evax.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-generic.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
obj-generic.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-hp300.c Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-hp300.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-ieee.c * symbols.c (S_GET_VALUE): Don't treat O_constant and local 2001-07-23 13:03:40 +00:00
obj-ieee.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-multi.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
obj-multi.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-som.c Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-som.h Fix copyright notices 2001-03-08 23:24:26 +00:00
obj-vms.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
obj-vms.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-a29k.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-a29k.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-alpha.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-alpha.h * config/tc-alpha.c (alpha_elf_section_letter): New. 2001-09-11 18:26:04 +00:00
tc-arc.c * bit_fix.h: Comment typo fix. 2001-10-17 05:51:12 +00:00
tc-arc.h fix compile time warning messages 2001-09-24 14:47:10 +00:00
tc-arm.c General cleanup of feature definitions. 2001-10-31 14:48:23 +00:00
tc-arm.h Do not insert more than MAX_MEM_FOR_RS_ALIGN_CODE bytes. 2001-05-06 10:11:33 +00:00
tc-avr.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-avr.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-cris.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-cris.h * config/tc-cris.h (tc_fix_adjustable): Allow only 2001-03-29 02:29:38 +00:00
tc-d10v.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-d10v.h * config/tc-alpha.h: Fix formatting. 2001-07-23 14:02:13 +00:00
tc-d30v.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-d30v.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-fr30.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-fr30.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-generic.c 19990502 sourceware import 1999-05-03 07:29:11 +00:00
tc-generic.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-h8300.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-h8300.h * tc-h8300.c (relocation mappings): Remove. Moved to tc-h8300.h. 2001-08-31 17:43:52 +00:00
tc-h8500.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-h8500.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-hppa.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-hppa.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-i370.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-i370.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-i386.c * config/tc-i386.c (parse_register): If not producing code for 2001-10-04 18:01:46 +00:00
tc-i386.h * config/tc-alpha.h: Fix formatting. 2001-07-23 14:02:13 +00:00
tc-i860.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-i860.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-i960.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-i960.h * config/tc-alpha.h: Fix formatting. 2001-07-23 14:02:13 +00:00
tc-ia64.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-ia64.h * config/tc-alpha.c (alpha_elf_section_letter): New. 2001-09-11 18:26:04 +00:00
tc-m32r.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-m32r.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-m68hc11.c * config/tc-m68hc11.c (cmp_opcode): Define prototype. 2001-09-30 09:20:55 +00:00
tc-m68hc11.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-m68k.c * config/tc-m68k.c (m68k_ip): Correct absolute jmp opcodes. 2001-10-16 14:27:03 +00:00
tc-m68k.h * config/tc-m68k.c (md_pseudo_table) [OBJ_ELF]: Add .file and 2001-07-18 10:25:58 +00:00
tc-m88k.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-m88k.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-m68851.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-mcore.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-mcore.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-mips.c 2001-10-24 Chris Demetriou <cgd@broadcom.com> 2001-10-24 21:08:34 +00:00
tc-mips.h * tc_mips.h (MAX_GPREL_OFFSET): Change it to the maximum allowed 2001-08-26 10:42:12 +00:00
tc-mmix.c Add MMIX support 2001-10-30 15:20:14 +00:00
tc-mmix.h Add MMIX support 2001-10-30 15:20:14 +00:00
tc-mn10200.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-mn10200.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-mn10300.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-mn10300.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-ns32k.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-ns32k.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-openrisc.c * config/tc-openrisc.c: Don't include <ctype.h>. 2001-09-21 12:34:40 +00:00
tc-openrisc.h Add gas and ld support for openrisc 2001-05-02 18:14:31 +00:00
tc-pdp11.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-pdp11.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-pj.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-pj.h * config/tc-alpha.h: Fix formatting. 2001-07-23 14:02:13 +00:00
tc-ppc.c [gas/ChangeLog] 2001-10-17 13:13:16 +00:00
tc-ppc.h * configure.in: Recognise powerpc*le*, not just powerpcle*. 2001-08-27 10:42:16 +00:00
tc-s390.c Add option -mwarn-areg-zero. 2001-09-20 10:59:42 +00:00
tc-s390.h * config/tc-s390.c (s390_force_relocation): Removed. 2001-07-23 10:21:22 +00:00
tc-sh.c * bit_fix.h: Comment typo fix. 2001-10-17 05:51:12 +00:00
tc-sh.h * config/tc-sh.c (shl): Remove. 2001-10-16 02:36:20 +00:00
tc-sparc.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-sparc.h * config/tc-alpha.h: Fix formatting. 2001-07-23 14:02:13 +00:00
tc-tahoe.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-tahoe.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-tic30.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-tic30.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-tic54x.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-tic54x.h * expr.c (operand): Pass &c to md_parse_name(). 2001-04-12 07:03:10 +00:00
tc-tic80.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-tic80.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-v850.c * config/tc-alpha.c: Fix comment typos. 2001-10-11 23:56:33 +00:00
tc-v850.h Add missing prototypes 2001-08-13 11:05:29 +00:00
tc-vax.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-vax.h Fix copyright notices 2001-03-08 23:24:26 +00:00
tc-w65.c Locale changes from Bruno Haible <haible@clisp.cons.org>. 2001-09-19 05:33:36 +00:00
tc-w65.h * config/tc-alpha.h: Fix formatting. 2001-07-23 14:02:13 +00:00
tc-z8k.c fix z8k assembly and disassembly 2001-10-09 17:25:58 +00:00
tc-z8k.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-386bsd.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-aux.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-delt88.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-delta.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-dpx2.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-dynix.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-epoc-pe.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-freebsd.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-generic.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-go32.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-hp300.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-hppa.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-hppa64.h Add linux-elf flavour to pseudos in tc-hppa.c and some tidying 2000-07-09 08:16:21 +00:00
te-hppalinux64.h Add linux-elf flavour to pseudos in tc-hppa.c and some tidying 2000-07-09 08:16:21 +00:00
te-hpux.h ia64-hpux patches from Steve Ellcey. 2000-11-07 01:21:10 +00:00
te-i386aix.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-ia64aix.h Added ia64-*-aix* configuration. 2001-02-22 17:16:38 +00:00
te-ic960.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-interix.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-linux.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-lnews.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-lynx.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-mach.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-macos.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-nbsd.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-nbsd532.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-pc532mach.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-pe.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-ppcnw.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-psos.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-riscix.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-sparcaout.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-sun3.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-svr4.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
te-sysv32.h Apply David O'Brien's comment patch. 2000-05-14 18:53:18 +00:00
te-tmips.h Fix copyright notices 2001-03-08 23:24:26 +00:00
te-wince-pe.h Add support for WinCE targeted toolchains. 2000-02-24 19:49:18 +00:00
vax-inst.h Fix copyright notices 2001-03-08 23:24:26 +00:00
vms-a-conf.h 19990502 sourceware import 1999-05-03 07:29:11 +00:00
vms-conf.h 2000-11-14 Kazu Hirata <kazu@hxi.com> 2000-11-14 20:57:30 +00:00