Ian Lance Taylor
6040cc9d99
remove extraneous period
27 years ago
Ian Lance Taylor
041dd5a9f4
1999-09-04 Steve Chamberlain <sac@pobox.com>
* 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.
27 years ago
Ian Lance Taylor
2ef5e2a158
1999-09-04 Steve Chamberlain <sac@pobox.com>
* gas/pj/{pj.exp, ops.c, ops.d}: New tests for picoJava.
27 years ago
Alan Modra
4ca72d3829
Enable --emulation={i386coff,i386elf} for i386 gas.
27 years ago
Nick Clifton
bcef92fa23
Do not dump literal pool when a .section .line directive is encountered.
27 years ago
Nick Clifton
c5089c8475
Add test for strongarm to ScottB's patch.
27 years ago
Catherine Moore
f3d180e977
* gas/vtable/vtable.exp: Added [istarget "arm*-*-*"] to run dump
test "entry0" instead of "entry1". ARM targets use REL relocs,
and should use the test entry0.
27 years ago
Nick Clifton
231b5e2936
slight code improvement over previous delta
27 years ago
Alan Modra
c35dfbebaf
Coff fix for i386 gas testsuite
27 years ago
Nick Clifton
5856c19ac4
Do not align sectins when producing ELF format objects.
27 years ago
Nick Clifton
cdf82bcf48
Document new command line switches.
27 years ago
Ian Lance Taylor
d7f1f2b0be
fix FSF address
27 years ago
Jeff Law
cb63de9b03
* gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA for
sectioning.
* gas/hppa/unsorted/unsorted.exp: Disable tests not appropriate for
PA64.
27 years ago
Jeff Law
a91f57fd4b
* gas/hppa/reloc/*.s: Use .code instead of .SPACE/.SUBSPA for
sectioning.
* gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
Revamp address expressions slightly to handle an arbitrary sized
address.
27 years ago
Jeff Law
a022ef54db
* gas/hppa/parse/*.s: Use .code instead of .SPACE/.SUBSPA for
sectioning.
* gas/hppa/parse/parse.exp: Disable tests not appropriate for PA64.
27 years ago
Jeff Law
68196d703a
* gas/hppa/basic/*.s: Use .code instead of .SPACE/.SUBSPA for
sectioning.
27 years ago
Alan Modra
3f9ed93baf
New i386 tests for naked register syntax, ie. "eax" instead of "%eax"
27 years ago
Alan Modra
af6bdddf8c
i386 gas code cleanups: combine i386_is_reg and parse_register.
27 years ago
Alan Modra
5f47d35be1
Allow spaces in i386 FP reg names, eg. %st ( 1 ).
27 years ago
Doug Evans
1174497c8a
* config/tc-m32r.c (md_parse_option): Delete unrecognized option
error message (done elsewhere).
27 years ago
Jeff Law
97e1581b3f
* config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float register
args by 'f'.
27 years ago
Jeff Law
e3ca10d721
* gas/hppa/basic/basic.exp: Add new tests shift2.s,
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.
27 years ago
Jeff Law
9e4f2d3a85
* config/tc-hppa.c (pa_ip): Add args q, %, and |.
27 years ago
Jeff Law
436709eeb3
* gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s:
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.
27 years ago
Jeff Law
680ef6de90
* config/tc-hppa.c (pa_ip): Absorb white space in instructions
between args.
Add new completers. Fix bug in 64 bit condition handling.
27 years ago
Jeff Law
3c5c4310a6
* gas/hppa/basic/basic.exp:
* gas/hppa/basic/media.s: Add test cases for new instructions.
27 years ago
Jeff Law
413c94baca
* config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH',
'cS', and 'c*'.
27 years ago
Jeff Law
28252e6156
* config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'.
27 years ago
Jeff Law
3d756caf33
Fix minor goofs in previous delta.
27 years ago
Jeff Law
17d9105c0a
* config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers.
27 years ago
Jeff Law
be3f1865fb
* gas/hppa/basic/basic.exp (do_branch2,do_media): New.
* gas/hppa/basic/branch2.s: New.
* gas/hppa/basic/media.s: New.
27 years ago
Jeff Law
a97685e901
* config/tc-hppa.c (pa_ip): Add cases for '.', '~'. '$'. and '!'
27 years ago
Jeff Law
9ecc05f0de
* config/tc-hppa.c (pa_ip): Add case for 'I'.
27 years ago
Jeff Law
0791df6ce3
* gas/testsuite/gas/hppa/basic/basic.exp (do_fp_comp2): New.
* gas/testsuite/gas/hppa/basic/fp_comp2.s: New.
27 years ago
Nick Clifton
cb30237e0f
Apply Jim Wilson's patch to track current frag for line number changes.
27 years ago
Nick Clifton
09a798eacc
This makes the line number info for the end of a function match what the
standard specifies. The current code could confuse a debugger.
27 years ago
Nick Clifton
e1c05f12ca
Applied patch from Jim Wilson to fix several bugs in line table generation.
27 years ago
Alan Modra
b23bac3600
*gas/config/tc-i386.c: Fix errors in displacement size when
27 years ago
Nick Clifton
50f4163fd6
If an offset is invalid, display it.
27 years ago
Ian Lance Taylor
f589a541dc
* config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, to
handle 0xffffNNNN constants correctly.
27 years ago
Ian Lance Taylor
2190b5a5a8
1999-08-17 H.J. Lu <hjl@gnu.org>
* gas/elf/elf.exp: Expected to fail on alpha*-*-*.
27 years ago
Nick Clifton
114502711b
Look for register conflicts on stores as well as loads.
27 years ago
Nick Clifton
276b1dc2a2
Only pass positive values to validate_offset_imm()
27 years ago
Nick Clifton
ae5ad4adf9
Tidy up formatting.
Fix Thubm weak function support.
27 years ago
Alan Modra
bf6d389561
config/tc-i386.c: Remove dead code
27 years ago
Jeff Law
b100be6695
* config/tc-hppa.c (pa_build_unwind_subspace): Use sane section
flags for the unwind subspace.
27 years ago
Jeff Law
9100134ca0
Fix typos in last change.
27 years ago
Jeff Law
46031ca9e4
* config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF.
27 years ago
Ian Lance Taylor
10e80b4145
rebuild with patched automake
27 years ago
Joern Rennecke
0825afba5d
* config/tc-d30v.c (write_2_short): Don't group repeat instructions
with the following instruction unless this was specified.
27 years ago