Age | Commit message (Expand) | Author | Files | Lines |
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 |
1999-08-28 | * config/tc-hppa.c (pa_ip): Absorb white space in instructions | Jeff Law | 2 | -0/+204 |
1999-08-28 | * gas/hppa/basic/basic.exp: | Jeff Law | 3 | -8/+50 |
1999-08-28 | * config/tc-hppa.c (pa_ip): Add completer codes 'a', 'ch', 'cH', | Jeff Law | 2 | -0/+106 |
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 |
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 |
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 |
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 |
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 |
1999-08-17 | 1999-08-17 H.J. Lu <hjl@gnu.org> | Ian Lance Taylor | 2 | -2/+8 |
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 |
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 |
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 |
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 |
1999-08-09 | * config/tc-i386.h (SUB_SEGMENT_ALIGN): If TE_GO32, return 4 for | Ian Lance Taylor | 2 | -0/+20 |
1999-08-09 | * gas/i386/float.s, gas/i386/float.l: Modify to work correctly | Ian Lance Taylor | 11 | -18/+28 |
1999-08-08 | 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu> | Ian Lance Taylor | 3 | -3/+10 |
1999-08-08 | * Makefile.am: Rename .dep* files to DEP*. | Ian Lance Taylor | 3 | -484/+492 |
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 |
1999-08-08 | * doc/as.texinfo (Section): Document 's' flag for COFF version. | Ian Lance Taylor | 3 | -0/+13 |
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 |
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 |
1999-08-06 | 1999-08-06 Jakub Jelinek <jj@ultra.linux.cz> | Ian Lance Taylor | 2 | -9/+18 |
1999-08-05 | * config/tc-hppa.c (pa_ip): Change condition args to have '?' prefix. | Jeff Law | 2 | -399/+415 |
1999-08-05 | Fix year. | Joern Rennecke | 1 | -1/+1 |
1999-08-05 | * config/tc-sh.c (md_assemble): Call as_bad when there are excess | Joern Rennecke | 2 | -2/+17 |
1999-08-05 | 1999-08-05 Donn Terry <donn@interix.com> | Ian Lance Taylor | 4 | -166/+188 |
1999-08-05 | * config/tc-hppa.c (pa_chk_field_selector): Allow 3 byte | Jeff Law | 2 | -2/+8 |
1999-08-04 | Support for gcc to generate 16-bit i386 code. (.code16gcc) | Alan Modra | 4 | -40/+99 |
1999-08-03 | * config/obj-coff.c (coff_frob_symbol): Always update set_end with | Ian Lance Taylor | 6 | -75/+82 |
1999-08-03 | * config/tc-mips.c (append_insn): Correct INSN_SYNC test. From | Ian Lance Taylor | 2 | -1/+6 |
1999-08-03 | Rationalize some of the i386 intel mode code. | Alan Modra | 2 | -946/+892 |
1999-08-03 | * config/tc-i386.c: Add INFER_ADDR_PREFIX code. Fix 16 bit mode nop. | Alan Modra | 2 | -395/+436 |
1999-07-30 | Jakub Jelinek <jj@ultra.linux.cz> | Richard Henderson | 4 | -2/+159 |