aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-s390.c
AgeCommit message (Collapse)AuthorFilesLines
2002-02-192002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>Martin Schwidefsky1-9/+15
* config/tc-s390.c (md_parse_option): Add switches -m31 and -m64. Make bit size independent of architecture switch. (md_begin): Add warning for -m64 with -Aesa. (s390_md_end): Use renamed architecture defines.
2001-11-15Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton1-100/+96
2001-11-05Force got and plt relocations.Martin Schwidefsky1-10/+52
2001-09-20Add option -mwarn-areg-zero.Nick Clifton1-46/+57
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-8/+8
2001-09-18s390 assembler improvements and testsuiteNick Clifton1-5/+8
2001-08-26 * config/tc-s390.c: Add missing prototypesAndreas Jaeger1-1/+17
(md_gather_operands): Make static.
2001-08-13 * config/tc-s390.c (s390_elf_cons): Correct fixups for PLTAndreas Jaeger1-55/+57
relocations.
2001-07-30 * config/obj-elf.c (obj_elf_symver): Temporarily modify lex_typeAlan Modra1-11/+10
to include '@' in symbol names when parsing versioned symbols rather than calling get_symbol_end multiple times. * config/tc-i370.c (register_name): Format fixes. Don't call get_symbol_end after parsing number. * config/tc-mn10200.c (data_register_name): Format fixes. Hoist code out of conditional. (address_register_name): Likewise. (other_register_name): Likewise. * config/tc-mn10300.c (r_register_name): Likewise. (xr_register_name): Likewise. (data_register_name): Likewise. (address_register_name): Likewise. (other_register_name): Likewise. * config/tc-ppc.c (register_name): Likewise. * config/tc-s390.c (register_name): Likewise.
2001-07-23 * config/tc-alpha.h: Fix formatting.Kazu Hirata1-33/+33
* config/tc-arc.c: Likewise. * config/tc-d10v.h: Likewise. * config/tc-hppa.c: Likewise. * config/tc-i370.c: Likewise. * config/tc-i386.h: Likewise. * config/tc-i960.h: Likewise. * config/tc-ia64.c: Likewise. * config/tc-ia64.h: Likewise. * config/tc-m32r.c: Likewise. * config/tc-m68k.c: Likewise. * config/tc-m88k.c: Likewise. * config/tc-ns32k.c: Likewise. * config/tc-pdp11.c: Likewise. * config/tc-pj.h: Likewise. * config/tc-s390.c: Likewise. * config/tc-sparc.c: Likewise. * config/tc-sparc.h: Likewise. * config/tc-tic80.c: Likewise. * config/tc-w65.h: Likewise.
2001-07-23 * config/tc-s390.c (s390_force_relocation): Removed.Andreas Jaeger1-12/+0
* config/tc-s390.h: Remove double declaration of TC_FORCE_RELOCATION.
2001-03-26Do not optimize BFD_RELOC_390_GOTENT relocs.Nick Clifton1-778/+931
Always generate relocs for VT_ relocs.
2001-03-08Fix copyright noticesNick Clifton1-1/+1
2001-02-10Add s390 supportNick Clifton1-0/+1756