aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Collapse)AuthorFilesLines
2000-05-29Update copyright datesNick Clifton1-1/+1
2000-05-29Do not run test sfor c54xNick Clifton1-1/+3
2000-05-21 * gas/elf/elf.exp: Exclude *-*-linux*coff* as non-elf.Hans-Peter Nilsson2-0/+5
2000-05-15Add support for _x and _s flags to MSR instructionNick Clifton2-0/+18
2000-05-11Ulf Carlsson's patches:Alan Modra5-10/+34
Include *-*-linux* in svr4pic tests Test weak symbol handling.
2000-05-08Fix breakage from 2000-03-31 bfd/srec.c change.Alan Modra2-2/+6
2000-05-01Duplicate hppa*-*-*elf* behaviour for hppa*-*-linux*.Alan Modra10-48/+67
Fix elf tests for targets that define LABELS_WITHOUT_COLONS.
2000-05-01Fix tests to remove leading zeroes from labelsNick Clifton3-52/+57
2000-04-25Cope with PE relocs.Alan Modra3-4/+9
2000-04-25Really fix last IA-64 gas testsuite failure.Jim Wilson4-14/+27
* gas/ia64/opc-i.d: Change pmin2.u to pmin2. Change pmax2.u to pmax2. Change MLI to MLX. Switch operands for output matching tbit.z.orcm, tbit.z.andcm, tbit.nz.orcm, tbit.nz.andcm, tnat.z.orcm, tnat.z.andcm, tnat.nz.orcm, tnat.nz.andcm inputs. * gas/ia64/opc-i.pl: Insert padding nops before last dep. * gas/ia64/opc-i.s: Regenerate.
2000-04-24Fix last remaining IA-64 gas testsuite failure.Jim Wilson3-200/+27
* gas/ia64/opc-i.s: Regenerate. * gas/ia64/opc-f.pl: Add explicit stop at end.
2000-04-23Clean up F-unit assembly and tests.Timothy Wall3-11/+16
2000-04-21IA-64 ELF support.Jim Wilson46-0/+13540
2000-04-03Add 16-bit immediate tests.Alan Modra3-301/+334
2000-04-01* gas/mn10300/am33_5.s: Check that negative SP offsets are encodedAlexandre Oliva3-1/+43
with 32 bits, not with the unsigned shorter opcodes. * gas/mn10300/basic.exp: Likewise.
2000-03-31* lib/gas-defs.exp (regexp_diff): Don't break on the firstAlexandre Oliva2-2/+7
difference, list them all.
2000-03-29Add "bal" instruction pattern.Nick Clifton2-0/+16
Add test of assembling "bal" instruction
2000-03-27Default LISTING_LHS_WIDTH to depend on LISTING_WORD_SIZE so that bytes perAlan Modra4-15/+21
line is 4. Fix tests for LISTING_WORD_SIZE==1.
2000-03-11In bfd/:Geoffrey Keating8-0/+377
* elf32-mips.c (mips_elf_next_relocation): Rename from mips_elf_next_lo16_relocation, and generalize to look for any relocation type. (elf_mips_howto_table): Make R_MIPS_PC16 pcrel_offset. (elf_mips_gnu_rel_hi16): Howto for R_MIPS_GNU_REL_HI16. (elf_mips_gnu_rel_lo16): Howto for R_MIPS_GNU_REL_LO16. (elf_mips_gnu_rel16_s2): Howto for R_MIPS_GNU_REL16_S2. (elf_mips_gnu_pcrel64): Howto for R_MIPS_PC64. (elf_mips_gnu_pcrel32): Howto for R_MIPS_PC32. (bfd_elf32_bfd_reloc_type_lookup): Add new relocs. (mips_rtype_to_howto): Likewise. (mips_elf_calculate_relocation): Handle new relocs. (_bfd_mips_elf_relocate_section): REL_HI16/REL_LO16 relocs are paired. The addend for R_MIPS_GNU_REL16_S2 is shifted right two bits. In gas/: * config/tc-mips.c (mips_ip): Don't put stuff in .rodata when embedded-pic. * config/tc-mips.c (SWITCH_TABLE): The ELF embedded-pic implementation doesn't have special handling for switch statements. (macro_build): Allow for code in sections other than .text. (macro): Likewise. (mips_ip): Likewise. (md_apply_fix): Do pc-relative relocation madness for MIPS ELF. Don't perform relocs if we will be outputting them. (tc_gen_reloc): For ELF, just use fx_addnumber for pc-relative relocations. Allow BFD_RELOC_16_PCREL_S2 relocs when embedded-pic. In gas/testsuite/: * gas/mips/empic.d: New file. * gas/mips/empic.s: New file. * gas/mips/mips16-e.d: New file. * gas/mips/mips16-e.s: New file. * gas/mips/mips16-f.d: New file. * gas/mips/mips16-f.s: New file. * gas/mips/mips.exp: Add empic, mips16-e. Add mips16-f as an expected failure. In include/elf: * mips.h: Add R_MIPS_GNU_REL_HI16, R_MIPS_GNU_REL_LO16, R_MIPS_GNU_REL16_S2, R_MIPS_PC64 and R_MIPS_PC32 relocation numbers.
2000-02-262000-02-25 H.J. Lu <hjl@gnu.org>H.J. Lu2-2/+6
* gas/i386/general.l: Support a.out and coff.
2000-02-25Fix silly thinko in gas/i386/intel.s Mention i386.exp in ChangeLogAlan Modra2-4/+5
2000-02-25Extend the i386 gas testsuite to do some tests for intel_syntax. Fix allAlan Modra6-180/+1358
the errors exposed by this addition. These were intel mode "fi... word ptr", "fi... dword ptr", "jmp Imm seg, Imm offset", "out dx,al". The failure with intel "out dx,al" was also present in att "out al,dx". Extend testsuite to catch this case too.
2000-01-31Add ATPCS register naming supportNick Clifton3-28/+36
2000-01-21Fix gas x86 testsuite for a.outAlan Modra4-7/+13
2000-01-21gas/testsuite/ChangeLogAlan Modra8-187/+175
* gas/i386/general.{s,l}: Move 16 bit jmp and call tests from here * gas/i386/jump16.{s,d}: To here. * gas/i386/jump.{s,d}: New files. Duplicate 32 bit jmp and call tests in general.s so that objdump is exercised. * gas/i386/i386.exp: Call new tests.
2000-01-15Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp andAlan Modra3-45/+200
call tests + tweak intel mode far call and jmp.
2000-01-15Add jmp and call tests to prevent intel mode lossage creeping in again.Alan Modra3-2/+87
1999-12-01Tue Nov 30 23:02:01 1999 Jeffrey A Law (law@cygnus.com)Jeff Law10-0/+1230
* gas/mn10300/{am33.s, am33_2.s, am33_3.s}: New test files. * gas/mn10300/{am33_4.s, am33_5.s, am33_6.s}: Likewise. * gas/mn10300/{am33_7.s, am33_8.s}: Likewise. * gas/mn10300/basic.exp: Run the am33 tests.
1999-11-15 * gas/mips/la.d: Adjust for new la macro expansion.Gavin Romig-Koch4-1446/+1445
Change matches for explicit addresses to matches for any address. * gas/mips/la-xgot.d: Same. * gas/mips/la-svr4pic.d: Same.
1999-11-01fixes for arm-aout....Nick Clifton3-6/+6
1999-11-01Fix test results for arm-pe toolchainNick Clifton4-5/+15
1999-10-21Fix assembler testsuite for ARMNick Clifton4-35/+41
1999-10-11* lib/gas-defs.exp (regexp_diff): Allow '#...' to mean "someGeoffrey Keating5-8/+27
indeterminate number of extra lines here". * gas/elf/elf.exp: Remove XFAILs. * gas/elf/section0.d: Make pass on MIPS (and hopefully alpha). * gas/elf/section1.d: Likewise.
1999-10-07Forgot to add these files in the previous commit. This is theDiego Novillo3-0/+72
testsuite for the new instructions added to d10v gas.
1999-10-07Added seven new instructions ld, ld2w, sac, sachi, slae, st andDiego Novillo1-0/+7
st2w for d10v. Created new testsuite for d10v to verify new instructions.
1999-10-07* gas/mips/elf-rel.s: New file.Geoffrey Keating8-1/+182
* gas/mips/elf-rel.d: New file. * gas/mips/elf-rel2.d: New file. * gas/mips/e32-rel2.d: New file. * gas/mips/elf-rel2.s: New file. * gas/mips/mips.exp: Add elf-rel, elf-rel2. * gas/mips/elf_e_flags1.d: Tweak a little so it passes even if the CPU is set to something by default.
1999-10-05 * gas/m32r/error.exp: New testcase driver.Doug Evans11-0/+1054
* gas/m32r/m32rx.exp: New testcase driver. * gas/m32r/fslotx.[sd]: New testcase. * gas/m32r/m32rx.[sd]: New testcase. * gas/m32r/relax-s.[sd]: New testcase. * gas/m32r/interfere.s: New testcase. * gas/m32r/wrongsize.s: New testcase.
1999-09-18Support 8 and 16-bit relocs for i386coff. Enable i386 gas testsuite testsAlan Modra3-7/+12
previously disabled for lack of such support. For *-*-linux*libc1 targets, XFAIL a ld testsuite that fails due to a bug in the dynamic linker prior to glibc-2.1.
1999-09-121999-09-12 Donn Terry <donn@interix.com>Ian Lance Taylor3-0/+7
* gas/all/gas.exp: Run cofftag test for i*86-*-interix*. * lib/gas-defs.exp: Add perror if can not read .d file.
1999-09-04remove extraneous periodIan Lance Taylor1-1/+1
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor4-0/+815
* gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava.
1999-09-02Add test for strongarm to ScottB's patch.Nick Clifton2-0/+6
1999-09-01 * gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dumpCatherine Moore2-1/+9
test "entry0" instead of "entry1". ARM targets use REL relocs, and should use the test entry0.
1999-09-01Coff fix for i386 gas testsuiteAlan Modra2-1/+5
1999-08-30 * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law8-63/+33
sectioning. * gas/hppa/unsorted/unsorted.exp: Disable tests not appropriate for PA64.
1999-08-30 * gas/hppa/reloc/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law18-235/+99
sectioning. * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64. Revamp address expressions slightly to handle an arbitrary sized address.
1999-08-30 * gas/hppa/parse/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law25-222/+32
sectioning. * gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
1999-08-30 * gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA forJeff Law48-471/+53
sectioning.
1999-08-30New i386 tests for naked register syntax, ie. "eax" instead of "%eax"Alan Modra4-0/+64
1999-08-29Allow spaces in i386 FP reg names, eg. %st ( 1 ).Alan Modra3-0/+10