aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1999-09-07 * config/tc-hppa.c (pa_ip): Support 'Z' argument.Jeff Law2-0/+13
1999-09-07 * config/tc-hppa.c (pa_ip): Put strict register checks beforeJeff Law2-19/+24
call to pa_parse_number.
1999-09-07 * config/obj-coff.c: Add ATTRIBUTE_UNUSED as needed forIan Lance Taylor2-13/+18
BFD_ASSEMBLER code.
1999-09-071999-09-06 Donn Terry <donn@interix.com>Ian Lance Taylor2-2/+6
* as.c (perform_an_assembly_pass): Set SEC_DATA for data_section.
1999-09-06 * config/tc-hppa.c (pa_ip): Get strict/non-strict mode from theJeff Law2-24/+168
candidate instruction. Require registers for register arguments when in strict mode. Require assemble-time constants for constants when in strict mode. (pa_get_absolute_expression): Require a constant when in strict mode.
1999-09-06Fix value for -Wnuh command line optionNick Clifton2-3/+7
1999-09-04remove extraneous periodIan Lance Taylor1-1/+1
1999-09-041999-09-04 Steve Chamberlain <sac@pobox.com>Ian Lance Taylor13-509/+1213
* config/tc-pj.c: New file, supports picoJava in ELF. * config/tc-pj.h: Ditto. * configure.in (pjl*, pj*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add pj. (TARGET_CPU_CFILES): Add config/tc-pj.c. (TARGET_CPU_HFILES): Add config/tc-pj.h. * doc/c-pj.texi: New file. * doc/as.texinfo: Add some PJ specifics. * doc/all.texi: Add PJ to the list of all architectures, sort them all alphabetically. * doc/Makefile.in (CPU_DOCS): Add c-pj.texi. * configure, Makefile.in, doc/Makefile.in: Rebuild.
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-02Enable --emulation={i386coff,i386elf} for i386 gas.Alan Modra6-471/+635
1999-09-02Do not dump literal pool when a .section .line directive is encountered.Nick Clifton2-10/+66
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-01slight code improvement over previous deltaNick Clifton1-1/+2
1999-09-01Coff fix for i386 gas testsuiteAlan Modra2-1/+5
1999-09-01Do not align sectins when producing ELF format objects.Nick Clifton2-3/+4
1999-09-01Document new command line switches.Nick Clifton3-7/+33
1999-08-31fix FSF addressIan Lance Taylor2-4/+6
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-30i386 gas code cleanups: combine i386_is_reg and parse_register.Alan Modra2-189/+123
1999-08-29Allow spaces in i386 FP reg names, eg. %st ( 1 ).Alan Modra5-2/+49
1999-08-29 * config/tc-m32r.c (md_parse_option): Delete unrecognized optionDoug Evans2-4/+5
error message (done elsewhere).
1999-08-29 * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float registerJeff Law2-176/+193
args by 'f'.
1999-08-28 * gas/hppa/basic/basic.exp: Add new tests shift2.s,Jeff Law8-0/+755
shift3.s, extract2.s, extract3.s, deposit2.s, and deposit3.s. * gas/hppa/basic/shift2.s, shift3.s, extract2.s, extract3.s, deposit2.s, deposit3.s: New.
1999-08-28 * config/tc-hppa.c (pa_ip): Add args q, %, and |.Jeff Law2-1/+42
1999-08-28 * gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s:Jeff Law17-5/+2031
Add new syntax versions of instructions to tests. * gas/hppa/basic/add2.s,dcor2.s,perf.s,purge2.s,shladd2.s,sub2.s, system2.s, unit2.s: New tests. * hppa/basic/basic.exp: Add new tests.
1999-08-28 * config/tc-hppa.c (pa_ip): Absorb white space in instructionsJeff Law2-0/+204
between args. Add new completers. Fix bug in 64 bit condition handling.
1999-08-28 * gas/hppa/basic/basic.exp:Jeff Law3-8/+50
* gas/hppa/basic/media.s: Add test cases for new instructions.
1999-08-28 * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH',Jeff Law2-0/+106
'cS', and 'c*'.
1999-08-28 * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.Jeff Law2-79/+88
1999-08-28Fix minor goofs in previous delta.Jeff Law1-3/+3
1999-08-28 * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.Jeff Law2-0/+16
1999-08-28 * gas/hppa/basic/basic.exp (do_branch2,do_media): New.Jeff Law4-2/+156
* gas/hppa/basic/branch2.s: New. * gas/hppa/basic/media.s: New.
1999-08-28 * config/tc-hppa.c (pa_ip): Add cases for '.', '~'. '$'. and '!'Jeff Law2-0/+44
1999-08-28 * config/tc-hppa.c (pa_ip): Add case for 'I'.Jeff Law2-0/+10
1999-08-28 * gas/testsuite/gas/hppa/basic/basic.exp (do_fp_comp2): New.Jeff Law3-0/+94
* gas/testsuite/gas/hppa/basic/fp_comp2.s: New.
1999-08-27Apply Jim Wilson's patch to track current frag for line number changes.Nick Clifton2-13/+32
1999-08-26This makes the line number info for the end of a function match what theNick Clifton2-2/+15
standard specifies. The current code could confuse a debugger.
1999-08-26Applied patch from Jim Wilson to fix several bugs in line table generation.Nick Clifton2-5/+19
1999-08-20*gas/config/tc-i386.c: Fix errors in displacement size whenAlan Modra5-4/+37
automatically inferring an address prefex.
1999-08-18If an offset is invalid, display it.Nick Clifton2-7/+14
1999-08-17 * config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, toIan Lance Taylor2-2/+8
handle 0xffffNNNN constants correctly.
1999-08-171999-08-17 H.J. Lu <hjl@gnu.org>Ian Lance Taylor2-2/+8
* gas/elf/elf.exp: Expected to fail on alpha*-*-*.
1999-08-16Look for register conflicts on stores as well as loads.Nick Clifton2-18/+22
1999-08-13Only pass positive values to validate_offset_imm()Nick Clifton2-16/+25
1999-08-12Tidy up formatting.Nick Clifton2-261/+204
Fix Thubm weak function support.