aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
2003-12-06 * dwarf2dbg.c: Convert to ISO-C.Kazu Hirata4-162/+115
* write.c: Likewise. * write.h: Likewise.
2003-12-06gas/Richard Sandiford8-9/+44
* config/tc-mips.c (macro): Switch misordered call to frag_grow() and setting of tc_fr_offset. gas/testsuite/ * gas/mips/elf-rel16.[sd]: New test. * gas/mips/mips.exp: Run it. * gas/mips/elf-rel-xgot-n32.d: Fix addends for "lw $5,dl1+34($5)". * gas/mips/elf-rel-xgot-n64.d: Likewise.
2003-12-06 * gas/arm/arm.exp: Add archv6 and thumbv6.Mark Mitchell10-14/+1714
* gas/arm/archv6.d: New file. * gas/arm/archv6.s: Likewise. * gas/arm/thumbv6.d: Likewise. * gas/arm/thumbv6.s: Likewise. Add V6 support. * config/tc-arm.c (ARM_EXT_V6): New macro. (ARM_ARCH_V6): Likewise. (SHIFT_IMMEDIATE): Likewise. (SHIFT_LSL_OR_ASR_IMMEDIATE): Likewise. (SHIFT_ASR_IMMEDIATE): Likewise. (SHIFT_LSL_IMMMEDIATE): Likewise. (do_cps): New function. (do_cpsi): Likewise. (do_ldrex): Likewise. (do_pkhbt): Likewise. (do_pkhtb): Likewise. (do_qadd16): Likewise. (do_rev): Likewise. (do_rfe): Likewise. (do_sxtah): Likewise. (do_sxth): Likewise. (do_setend): Likewise. (do_smlad): Likewise. (do_smlald): Likewise. (do_smmul): Likewise. (do_ssat): Likewise. (do_usat): Likewise. (do_srs): Likewise. (do_ssat16): Likewise. (do_usat16): Likewise. (do_strex): Likewise. (do_umaal): Likewise. (do_cps_mode): Likewise. (do_cps_flags): Likewise. (do_endian_specifier): Likewise. (do_pkh_core): Likewise. (do_sat): Likewise. (do_sat16): Likewise. (insns): Add V6 instructions. (do_t_cps): New function. (do_t_cpy): Likewise. (do_t_setend): Likewise. (THUMB_CPY): New macro. (tinsns): Add V6 instructions. (decode_shift): Handle V6 restricted-shift options. (thumb_mov_compare): Support CPY. (arm_cores): Add arm1136js and arm1136jfs. (arm_archs): Add armv6. (arm_fpus): Add arm1136jfs. * doc/c-arm.texi (ARM Options): Mention arm1136js, arm1136jfs, and armv6 options. * gas/arm/arm.exp: Add archv6 and thumbv6. * gas/arm/archv6.d: New file. * gas/arm/archv6.s: Likewise. * gas/arm/thumbv6.d: Likewise. * gas/arm/thumbv6.s: Likewise. * arm-dis.c (print_arm_insn): Add 'W' macro. * arm-opc.h (arm_opcodes): Add V6 instructions. (thumb_opcodes): Likewise.
2003-12-05 * config/tc-z8k.c (parse_reg): Be case insensitive when checkingChristian Groessler2-24/+25
register names. (get_ctrl_operand): Be case insensitive when checking ctrl names.
2003-12-05 * gas/z8k/ctrl-names.d: New file.Christian Groessler4-0/+86
* gas/z8k/ctrl-names.s: New file. * gas/z8k/z8k.exp: Run new tests.
2003-12-05Don't blame aoliva for my work.Michael Snyder1-2/+7
2003-12-05Fix SH compilation problems introduced by previous deltaNick Clifton2-10/+17
2003-12-052003-12-03 Alexandre Oliva <aoliva@redhat.com>Michael Snyder17-18/+822
* config/tc-sh.c: Add support for sh4a and no-fpu variants, with appropriate additions to md_show_usage. * testsuite/gas/sh/basic.exp: Call tests for sh4a. * testsuite/gas/sh/{err-sh4a-fp.s, err-sh4a.s, err-sh4al-dsp.s, sh4a-dsp.d, sh4a-dsp.s, sh4a-fp.d, sh4a-fp.s, sh4a.d, sh4a.s, sh4al-dsp.d, sh4al-dsp.s: New files, tests for sh4a and related variants. * doc/c-sh.texi: Document new -isa options. * doc/c-sh64.texi: Ditto. * NEWS: Mention new support for sh4a.
2003-12-042003-11-24 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-1/+6
* config/tc-alpha.c (s_alpha_end): Don't crash if there is no matching .ent.
2003-12-03 * tc.h (md_pcrel_from): Don't declare if defined as a macro.Alan Modra2-1/+7
2003-12-03oops - forogot to mention the new support here.Nick Clifton2-0/+3
2003-12-03Add support for the M32R2 processor.Nick Clifton8-40/+669
2003-12-03Add vax-linux-gnu targetNick Clifton6-5/+37
2003-12-03 * messages.c: Convert to ISO-C.Kazu Hirata10-184/+140
* obj.h: Likewise. * output-file.c: Likewise. * output-file.h: Likewise. * sb.c: Likewise. * sb.h: Likewise. * stabs.c: Likewise. * subsegs.c: Likewise. * subsegs.h: Likewise. * tc.h: Likewise.
2003-12-03 * config/obj-elf.c: Remove ARGSUSED.Kazu Hirata2-1/+4
2003-12-02make "dep-am"Alan Modra3-8/+17
2003-12-01 * gas/sh/basic.exp: Define ASFLAGS appropriately and don't doKaz Kojima8-27/+38
dsp test for sh64/sh5 targets. * gas/sh/sh64/crange1.s: Tidy up to match data alignment. * gas/sh/sh64/crange1-1.d: Update. * gas/sh/sh64/crange1-2.d: Likewise. * gas/sh/sh64/datal32-3.d: Likewise. * gas/sh/sh64/datal64-3.d: Likewise. * gas/sh/sh64/localcom-1.d: Likewise.
2003-11-30 * symbols.c: Convert to ISO-C.Kazu Hirata3-332/+218
* symbols.h: Likewise.
2003-11-28 * config/tc-z8k.c: Convert to ISO-C.Christian Groessler3-157/+57
* config/tc-z8k.h: Likewise.
2003-11-27 * read.c: Convert to ISO-C.Kazu Hirata3-316/+216
* read.h: Likewise.
2003-11-27Check for alignment when emitting constants on the sh-elf targetNick Clifton2-0/+10
2003-11-27* config/tc-frv.c (md_pcrel_from_section): Don't adjust whenAlexandre Oliva2-4/+16
referencing symbol in a different section.
2003-11-27* gas/frv/reloc1.[sd]: Test references to external symbols andAlexandre Oliva3-2/+39
inter-section references too.
2003-11-26 * config/tc-z8k.c (s_segm): Fix indentation.Christian Groessler2-63/+78
(md_apply_fix3): Likewise. (cc_names): Add alias names for the names generated by the disassembler. (get_cc_operand): Be case insensitive. (get_operands): Improve error handling for cc operands. (check_operand): Not used, remove. (md_assemble): Remove unused variable prev_opcode. Skip whitespace until end-of-line only. Restore *op_end after call to hash_find.
2003-11-26 * gas/z8k/jmp-cc.d: New file.Christian Groessler6-0/+178
* gas/z8k/jmp-cc.s: New file. * gas/z8k/ret-cc.d: New file. * gas/z8k/ret-cc.s: New file. * gas/z8k/z8k.exp: Run new tests.
2003-11-26Revert change to t01_mov test.Nick Clifton5-10/+21
Fix ldm/stm verifying code to allow er4-er7 for H8SX.
2003-11-25 * config/tc-h8300.c (h8_exp): Remove.Kazu Hirata2-7/+4
2003-11-25 Catch illegal register pairings in ldm/stm instructions.Nick Clifton7-18/+70
Update test files to avoid illegal pairings.
2003-11-24 * listing.c: Convert to ISO-C.Kazu Hirata6-235/+125
* listing.h: Likewise. * macro.c: Likewise. * macro.h: Likewise.
2003-11-24 * app.c (do_scrub_chars): Add PUT (ch) and ch = GET ()Jakub Jelinek2-1/+10
when transitioning from states 14 or 15 to 0 or 1.
2003-11-24 * hash.c: Convert to ISO-C.Kazu Hirata8-145/+113
* hash.h: Likewise. * input-file.c: Likewise. * input-file.h: Likewise. * input-scrub.c: Likewise. * itbl-ops.c: Likewise. * itbl-ops.h: Likewise.
2003-11-23 * config/tc-h8300.c (Hmode): Make it global.Kazu Hirata2-4/+11
(Smode): Likewise. (Nmode): Likewise. (SXmode): Likewise.
2003-11-23 * README-vms: Fix comment typos.Kazu Hirata7-8/+8
* as.h: Likewise. * dwarf2dbg.c: Likewise. * ecoff.c: Likewise. * hash.c: Likewise. * listing.c: Likewise. * write.c: Likewise.
2003-11-22 * ehopt.c: Convert to ISO-C.Kazu Hirata10-170/+125
* emul.h: Likewise. * expr.c: Likewise. * expr.h: Likewise. * flonum-copy.c: Likewise. * flonum-mult.c: Likewise. * flonum.h: Likewise. * frags.c: Likewise. * frags.h: Likewise.
2003-11-22 * config/atof-tahoe.c: Fix comment typos.Kazu Hirata20-60/+60
* config/m68k-parse.y: Likewise. * config/obj-aout.c: Likewise. * config/obj-bout.c: Likewise. * config/obj-vms.c: Likewise. * config/tc-tahoe.c: Likewise. * config/tc-tic30.c: Likewise. * config/tc-tic4x.c: Likewise. * config/tc-tic54x.c: Likewise. * config/tc-v850.c: Likewise. * config/tc-vax.c: Likewise. * config/te-delt88.h: Likewise. * config/te-delta.h: Likewise. * config/te-generic.h: Likewise. * config/te-macos.h: Likewise. * config/te-ppcnw.h: Likewise. * config/te-psos.h: Likewise. * config/te-sun3.h: Likewise. * config/te-tmips.h: Likewise. * config/xtensa-relax.c: Likewise.
2003-11-22 * doc/c-ppc.texi (PowerPC-Pseudo): Add section.Alan Modra2-0/+21
2003-11-22 * gas/i386/divide.s: New.Alan Modra4-0/+17
* gas/i386/divide.d: New. * gas/i386/i386.exp (gas_32_check): Run it.
2003-11-22 * app.c (do_scrub_chars): Revert 2003-04-23 and 2003-04-22.Alan Modra2-11/+13
2003-11-22 * config/tc-a29k.h: Fix comment typos.Kazu Hirata22-70/+70
* config/tc-arm.c: Likewise. * config/tc-dlx.h: Likewise. * config/tc-hppa.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-m32r.c: Likewise. * config/tc-m68hc11.c: Likewise. * config/tc-m68k.c: Likewise. * config/tc-m88k.c: Likewise. * config/tc-mcore.c: Likewise. * config/tc-mips.c: Likewise. * config/tc-mmix.c: Likewise. * config/tc-msp430.c: Likewise. * config/tc-ns32k.c: Likewise. * config/tc-or32.c: Likewise. * config/tc-or32.h: Likewise. * config/tc-pj.c: Likewise. * config/tc-ppc.c: Likewise. * config/tc-s390.c: Likewise. * config/tc-sh64.c: Likewise. * config/tc-sh.c: Likewise. * config/tc-sparc.c: Likewise.
2003-11-22 * ecoff.c: Convert to ISO-C.Kazu Hirata3-259/+208
* ecoff.h: Likewise.
2003-11-21 * gas/ppc/machine.s: New.Alan Modra4-1/+32
* gas/ppc/machine.d: New. * gas/ppc/ppc.exp: Run it.
2003-11-21 * config/tc-ppc.c (parse_cpu): New function, broken out from..Alan Modra2-111/+196
(md_parse_option): ..here. (ppc_setup_opcodes): New function, broken out from.. (md_begin): ..here. (ppc_machine): Implement .machine pseudo op.
2003-11-21 * config/tc-hppa.c: Fix comment typos.Kazu Hirata7-41/+41
* config/tc-i370.c: Likewise. * config/tc-i386.c: Likewise. * config/tc-i386.h: Likewise. * config/tc-i960.c: Likewise. * config/tc-ia64.c: Likewise. * config/tc-iq2000.h: Likewise.
2003-11-21 * depend.c: Convert to ISO-C.Kazu Hirata4-129/+81
* dwarf2dbg.c: Likewise. * dwarf2dbg.h: Likewise.
2003-11-21 * app.c: Convert to ISO-C.Kazu Hirata9-140/+126
* as.h: Likewise. * atof-generic.c: Likewise. * bignum-copy.c: Likewise. * bignum.h: Likewise. * cgen.c: Likewise. * cgen.h: Likewise. * cond.c: Likewise.
2003-11-21 * config/tc-a29k.h: Fix comment typos.Kazu Hirata11-33/+33
* config/tc-alpha.c: Likewise. * config/tc-alpha.h: Likewise. * config/tc-arc.c: Likewise. * config/tc-arm.c: Likewise. * config/tc-arm.h: Likewise. * config/tc-cris.c: Likewise. * config/tc-d10v.c: Likewise. * config/tc-d30v.c: Likewise. * config/tc-dlx.c: Likewise. * config/tc-dlx.h: Likewise.
2003-11-20* config/tc-sh64.c (shmedia_frob_section): Only frob elf32DJ Delorie2-1/+6
sections.
2003-11-20 * config/tc-h8300.c: Make some functions and globalKazu Hirata2-20/+25
variables static appropriately.
2003-11-20 * config/obj-ieee.c: Remove duplicate prototypes.Kazu Hirata3-5/+5
* config/tc-h8300.c: Likewise.
2003-11-20 * config/tc-h8300.c: Convert to ISO-C.Kazu Hirata3-139/+76
* config/tc-h8300.h: Likewise.