Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1999-08-31 | fix FSF address | Ian Lance Taylor | 2 | -4/+6 | |
1999-08-30 | * gas/hppa/unsorted/*.s: Use .code instead of .SPACE/.SUBSPA for | Jeff Law | 8 | -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 for | Jeff Law | 18 | -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 for | Jeff Law | 25 | -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 for | Jeff Law | 48 | -471/+53 | |
sectioning. | |||||
1999-08-30 | New i386 tests for naked register syntax, ie. "eax" instead of "%eax" | Alan Modra | 4 | -0/+64 | |
1999-08-30 | i386 gas code cleanups: combine i386_is_reg and parse_register. | Alan Modra | 2 | -189/+123 | |
1999-08-29 | Allow spaces in i386 FP reg names, eg. %st ( 1 ). | Alan Modra | 5 | -2/+49 | |
1999-08-29 | * config/tc-m32r.c (md_parse_option): Delete unrecognized option | Doug Evans | 2 | -4/+5 | |
error message (done elsewhere). | |||||
1999-08-29 | * config/tc-hppa.c (pa_ip): Replace 'f' by 'v'. Prefix float register | Jeff Law | 2 | -176/+193 | |
args by 'f'. | |||||
1999-08-28 | * gas/hppa/basic/basic.exp: Add new tests shift2.s, | Jeff Law | 8 | -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 Law | 2 | -1/+42 | |
1999-08-28 | * gas/hppa/basic/add.s,addi.s,dcor.s,shladd.s,sub.s,subi.s,unit.s: | Jeff Law | 17 | -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 instructions | Jeff Law | 2 | -0/+204 | |
between args. Add new completers. Fix bug in 64 bit condition handling. | |||||
1999-08-28 | * gas/hppa/basic/basic.exp: | Jeff Law | 3 | -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 Law | 2 | -0/+106 | |
'cS', and 'c*'. | |||||
1999-08-28 | * config/tc-hppa.c (pa_ip): Place completers behind prefix 'c'. | Jeff Law | 2 | -79/+88 | |
1999-08-28 | Fix minor goofs in previous delta. | Jeff Law | 1 | -3/+3 | |
1999-08-28 | * config/tc-hppa.c (pa_ip): Do not allow '*' in 32bit completers. | Jeff Law | 2 | -0/+16 | |
1999-08-28 | * gas/hppa/basic/basic.exp (do_branch2,do_media): New. | Jeff Law | 4 | -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 Law | 2 | -0/+44 | |
1999-08-28 | * config/tc-hppa.c (pa_ip): Add case for 'I'. | Jeff Law | 2 | -0/+10 | |
1999-08-28 | * gas/testsuite/gas/hppa/basic/basic.exp (do_fp_comp2): New. | Jeff Law | 3 | -0/+94 | |
* gas/testsuite/gas/hppa/basic/fp_comp2.s: New. | |||||
1999-08-27 | Apply Jim Wilson's patch to track current frag for line number changes. | Nick Clifton | 2 | -13/+32 | |
1999-08-26 | This makes the line number info for the end of a function match what the | Nick Clifton | 2 | -2/+15 | |
standard specifies. The current code could confuse a debugger. | |||||
1999-08-26 | Applied patch from Jim Wilson to fix several bugs in line table generation. | Nick Clifton | 2 | -5/+19 | |
1999-08-20 | *gas/config/tc-i386.c: Fix errors in displacement size when | Alan Modra | 5 | -4/+37 | |
automatically inferring an address prefex. | |||||
1999-08-18 | If an offset is invalid, display it. | Nick Clifton | 2 | -7/+14 | |
1999-08-17 | * config/tc-ppc.c (md_assemble): Trim @ha constant to 16 bits, to | Ian Lance Taylor | 2 | -2/+8 | |
handle 0xffffNNNN constants correctly. | |||||
1999-08-17 | 1999-08-17 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 2 | -2/+8 | |
* gas/elf/elf.exp: Expected to fail on alpha*-*-*. | |||||
1999-08-16 | Look for register conflicts on stores as well as loads. | Nick Clifton | 2 | -18/+22 | |
1999-08-13 | Only pass positive values to validate_offset_imm() | Nick Clifton | 2 | -16/+25 | |
1999-08-12 | Tidy up formatting. | Nick Clifton | 2 | -261/+204 | |
Fix Thubm weak function support. | |||||
1999-08-11 | config/tc-i386.c: Remove dead code | Alan Modra | 2 | -6/+5 | |
1999-08-11 | * config/tc-hppa.c (pa_build_unwind_subspace): Use sane section | Jeff Law | 2 | -1/+5 | |
flags for the unwind subspace. | |||||
1999-08-10 | Fix typos in last change. | Jeff Law | 1 | -3/+3 | |
1999-08-10 | * config/tc-hppa.c (UNWIND_SECTION_NAME): Define for ELF. | Jeff Law | 2 | -7/+28 | |
(pa_build_unwind_subspace): Remove #if 0 wrapper. Select a suitable relocation based on the size of the target's pointer. Always Use subsegment zero for the unwinders. (pa_level): Handle "2.0w". | |||||
1999-08-09 | rebuild with patched automake | Ian Lance Taylor | 1 | -1/+1 | |
1999-08-09 | * config/tc-d30v.c (write_2_short): Don't group repeat instructions | Joern Rennecke | 2 | -3/+12 | |
with the following instruction unless this was specified. | |||||
1999-08-09 | * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 for | Ian Lance Taylor | 2 | -0/+20 | |
certain sections, to match BFD changes. | |||||
1999-08-09 | * gas/i386/float.s, gas/i386/float.l: Modify to work correctly | Ian Lance Taylor | 11 | -18/+28 | |
when gas uses 2**4 alignment for .text. * gas/i386/general.s, gas/i386/general.l: Likewise. * gas/i386/katmai.s, gas/i386/katmai.d: Likewise. * gas/i386/modrm.s, gas/i386/modrm.l: Likewise. * gas/i386/prefix.s, gas/i386/prefix.d: Likewise. | |||||
1999-08-08 | 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> | Ian Lance Taylor | 3 | -3/+10 | |
* Makefile.am (noinst_SCRIPTS): Change .gdbinit to $(GDBINIT). (EXTRA_SCRIPTS): Define to keep automake happy. | |||||
1999-08-08 | * Makefile.am: Rename .dep* files to DEP*. | Ian Lance Taylor | 3 | -484/+492 | |
(MKDEP): Rename from DEP. Change all uses. Use $${srcdir} rather than $(srcdir). Rename TCDEP targets to DEPTC. Rename OBJDEP targets to DEPOBJ. * Makefile.in: Rebuild. | |||||
1999-08-08 | * config/tc-sparc.c (sparc_ip): Allow assembly of %lo()+%reg. | Richard Henderson | 2 | -1/+8 | |
1999-08-08 | * Makefile.am: Change all uses of itbl-test-ops to itbl-tops to | Ian Lance Taylor | 3 | -7/+11 | |
avoid problems on DOS filesystems. * Makefile.in: Rebuild. | |||||
1999-08-08 | * doc/as.texinfo (Section): Document 's' flag for COFF version. | Ian Lance Taylor | 3 | -0/+13 | |
1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> * config/obj-coff.c (obj_coff_section): Handle 's' (shared) section flag. | |||||
1999-08-08 | comment additions | Ian Lance Taylor | 2 | -1/+5 | |
1999-08-08 | * configure.in: Define and substitute GDBINIT. Change AC_OUTPUT | Ian Lance Taylor | 5 | -171/+200 | |
line to crate ${GDBINIT} rather than .gdbinit. * configure, Makefile.in, doc/Makefile.in: Rebuild. | |||||
1999-08-06 | * config/tc-hppa.c (pa_ip, case '?'): Add missing break. | Jeff Law | 2 | -0/+5 | |
1999-08-06 | * config/tc-hppa.c (pa_ip): Add 64 bit condition completers. | Jeff Law | 2 | -6/+106 | |