(md_parse_option): Handle fix-24k options.
(md_show_usage): Display fix-24k options.
* doc/c-mips.texi: Document.
- * testsuite/gas/mips/mips.exp: Run new tests.
- * testsuite/gas/mips/eret.s: New test.
- * testsuite/gas/mips/eret.d: New test output.
- * testsuite/gas/mips/eret.l: New test output.
2009-04-09 Adam Nemet <anemet@caviumnetworks.com>
(sparc_cons_special_reloc): New variable.
(sparc_cons): New function.
(cons_fix_new_sparc): Use sparc_cons_special_reloc.
- * testsuite/gas/sparc/pcrel.s: New test.
- * testsuite/gas/sparc/pcrel.d: Expected output.
- * testsuite/gas/sparc/pcrel64.s: New test.
- * testsuite/gas/sparc/pcrel64.d: Expected output.
- * testsuite/gas/sparc/plt.s: New test.
- * testsuite/gas/sparc/plt.d: Expected output.
- * testsuite/gas/sparc/plt64.s: New test.
- * testsuite/gas/sparc/plt64.d: Expected output.
- * testsuite/gas/sparc/sparc.exp: Add pcrel, pcrel64, plt and plt64
- tests.
2001-12-20 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
Daniel Jacobowitz <drow@mvista.com>
2003-12-03 Alexandre Oliva <aoliva@redhat.com>
* config/tc-sh.c: Add support for sh4a and no-fpu variants.
- * 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.
2003-12-05 Michael Snyder <msnyder@redhat.com>
(dot_cfi): Ditto.
(cfi_get_label): Add 'simple' modifier to .cfi_startproc.
(dot_cfi_endproc): Reuse already emitted CIEs.
- * testsuite/gas/cfi/cfi-i386.d: New pattern.
- * testsuite/gas/cfi/cfi-x86-64.d: Ditto.
2003-05-20 Nick Clifton <nickc@redhat.com>
* config/tc-w65.h: Likewise.
* config/tc-z8k.c: Likewise.
* config/tc-z8k.h: Likewise.
- * testsuite/gas/h8300/cmpsi2.s: Likewise.
2002-12-16 Alan Modra <amodra@bigpond.net.au>
BFD_RELOC_ARM_PCREL_JUMP.
(tc_gen_reloc): Handle BFD_RELOC_ARM_PCREL_CALL and
BFD_RELOC_ARM_PCREL_JUMP.
- gas/testsuite/
- * gas/arm/pic.d: Allow R_ARM_CALL relocations.
2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
* config/tc-ms1.c: New.
* config/tc-ms1.h: New.
- * testsuite/gas/ms1/allinsn.d: New.
- * testsuite/gas/ms1/allinsn.s: New.
- * testsuite/gas/ms1/badinsn.s: New.
- * testsuite/gas/ms1/badinsn1.s: New.
- * testsuite/gas/ms1/badoffsethigh.s: New.
- * testsuite/gas/ms1/badoffsetlow.s: New.
- * testsuite/gas/ms1/badorder.s: New.
- * testsuite/gas/ms1/badreg.s: New.
- * testsuite/gas/ms1/badsignedimmhigh.s: New.
- * testsuite/gas/ms1/badsignedimmlow.s: New.
- * testsuite/gas/ms1/badsyntax.s: New.
- * testsuite/gas/ms1/badsyntax1.s: New.
- * testsuite/gas/ms1/badunsignedimmhigh.s: New.
- * testsuite/gas/ms1/badunsignedimmlow.s: New.
- * testsuite/gas/ms1/errors.exp: New.
- * testsuite/gas/ms1/ldst.s: New.
- * testsuite/gas/ms1/misc.d: New.
- * testsuite/gas/ms1/misc.s: New.
- * testsuite/gas/ms1/ms1-16-003.d: New.
- * testsuite/gas/ms1/ms1-16-003.s: New.
- * testsuite/gas/ms1/ms1.exp: New.
- * testsuite/gas/ms1/msys.d: New.
- * testsuite/gas/ms1/msys.s: New.
- * testsuite/gas/ms1/relocs.d: New.
- * testsuite/gas/ms1/relocs.exp: New.
- * testsuite/gas/ms1/relocs1.s: New.
- * testsuite/gas/ms1/relocs2.s: New.
2005-07-05 Jan Beulich <jbeulich@novell.com>
(md_show_usage): Document -m750cl.
(md_assemble): Handle two delimiters in succession (eg. `),').
* doc/c-ppc.texi (PowerPC-Opts): Document -m750cl.
- * testsuite/gas/ppc/ppc.exp: Run ppc70ps dump tests.
- * testsuite/gas/ppc/ppc750ps.s: New file.
- * testsuite/gas/ppc/ppc750ps.d: Likewise.
2007-08-23 Ben Elliston <bje@au.ibm.com>
* config/obj-elf.c: New file.
* config/tc-mep.c: New file.
* config/tc-mep.h: New file.
- * testsuite/gas/mep: New testsuite with content.
* Makefile.in: Regenerate.
* configure: Regenerate.
+2009-04-09 Catherine Moore <clm@codesourcery.com>
+
+ * gas/mips/mips.exp: Run new tests.
+ * gas/mips/eret.s: New test.
+ * gas/mips/eret.d: New test output.
+ * gas/mips/eret.l: New test output.
+
2009-04-07 Peter Bergner <bergner@vnet.ibm.com>
* gas/ppc/e500mc.d: Update to match extended mnemonics.
* gas/i386/rex.[sd]: New.
* gas/i386/i386.exp: Run new test.
+2005-12-12 Paul Brook <paul@codesourcery.com>
+
+ * gas/arm/pic.d: Allow R_ARM_CALL relocations.
+
2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
* gas/mt: Renamed from ms1 dir. Update file names as needed.
* gas/ms1/msys.s: New.
* gas/ms1/relocs.d: New.
* gas/ms1/relocs.exp: New.
- * testsuite/gas/ms1/relocs1.s: New.
- * testsuite/gas/ms1/relocs2.s: New.
+ * gas/ms1/relocs1.s: New.
+ * gas/ms1/relocs2.s: New.
2005-07-05 Jan Beulich <jbeulich@novell.com>
* gas/all/gas.exp: Download incbin.dat to host.
(do_comment): Allow \r\r\n.
+2007-08-23 Ben Elliston <bje@au.ibm.com>
+
+ * gas/ppc/ppc.exp: Run ppc70ps dump tests.
+ * gas/ppc/ppc750ps.s: New file.
+ * gas/ppc/ppc750ps.d: Likewise.
+
2007-08-09 Paul Brook <paul@codesourcery.com>
* gas/arm/relax_load_align.d: new test.
* gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
2007-02-20 Thiemo Seufer <ths@mips.com>
- Chao-Ying Fu <fu@mips.com>
+ Chao-Ying Fu <fu@mips.com>
* gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
DSP R2.
section symbols.
* gas/all/gas.exp: Likewise.
+2007-02-05 Dave Brolley <brolley@redhat.com>
+ Richard Sandiford <rsandifo@redhat.com>
+ DJ Delorie <dj@redhat.com>
+ Stan Cox <scox@redhat.com>
+ Jim Blandy <jimb@redhat.com>
+ Nick Clifton <nickc@redhat.com>
+ Jim Wilson <wilson@redhat.com>
+ Frank Ch. Eigler <fche@redhat.com>
+ Graydon Hoare <graydon@redhat.com>
+ Ben Elliston <bje@redhat.com>
+ John Healy <jhealy@redhat.com>
+ Richard Henderson <rth@redhat.com>
+
+ * gas/mep: New testsuite with content.
+
2007-02-05 Dave Brolley <brolley@redhat.com>
* gas/mep/relocs-junk1.s: Add a .data section.
* gas/z8k/ctrl-names.s: New file.
* gas/z8k/z8k.exp: Run new tests.
+2003-12-03 Alexandre Oliva <aoliva@redhat.com>
+
+ * gas/sh/basic.exp: Call tests for sh4a.
+ * 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.
+
2003-12-02 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
* gas/m32r/m32r2.exp: New file for m32r2.
* gas/mips/rol64-hw.l: New file.
* gas/mips/mips.exp: Run rol-hw and rol64-hw tests.
+2002-12-16 Kazu Hirata <kazu@cs.umass.edu>
+
+ * testsuite/gas/h8300/cmpsi2.s: Fix a comment typo.
+
2002-12-12 Alexandre Oliva <aoliva@redhat.com>
* gas/mips/beq.d: Comment out branches to undefined symbols,
* gas/mips/empic3_g2.s: Likewise.
* gas/mips/mips.exp: Run the new tests.
+2001-12-21 Jakub Jelinek <jakub@redhat.com>
+
+ * gas/sparc/pcrel.s: New test.
+ * gas/sparc/pcrel.d: Expected output.
+ * gas/sparc/pcrel64.s: New test.
+ * gas/sparc/pcrel64.d: Expected output.
+ * gas/sparc/plt.s: New test.
+ * gas/sparc/plt.d: Expected output.
+ * gas/sparc/plt64.s: New test.
+ * gas/sparc/plt64.d: Expected output.
+ * gas/sparc/sparc.exp: Add pcrel, pcrel64, plt and plt64 tests.
+
2001-12-21 Anders Norlander <anorland@synergenix.se>
* gas/all/incbin.dat: New [binary] file.