Age | Commit message (Expand) | Author | Files | Lines |
2000-08-14 | * tc-i386.c (md_assemble): Skip suffix check if the opcode modifier | Diego Novillo | 1 | -0/+5 |
2000-08-04 | 2000-08-05 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -298/+315 |
2000-06-25 | 386.c (md_estimate_size_before_relax): Revert | DJ Delorie | 1 | -28/+2 |
2000-06-22 | Fix a problem with 32-bit displacements in .code16gcc mode. | Alan Modra | 1 | -19/+31 |
2000-06-21 | * config/tc-i386.c (tc_i386_fix_adjustable): Revert change from | DJ Delorie | 1 | -1/+0 |
2000-06-19 | Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add support | Nick Clifton | 1 | -3/+3 |
2000-06-09 | Don't treat `;' as a line separator by default. | Alan Modra | 1 | -1/+1 |
2000-06-03 | Update md_shortopts to what we actually handle. | Alan Modra | 1 | -2/+2 |
2000-05-23 | Pass jump reloc in fr_var so it can be used in | Alan Modra | 1 | -30/+27 |
2000-05-22 | Keep a reloc for jumps to weak and external symbols. | Alan Modra | 1 | -10/+16 |
2000-05-13 | Add x86 gas -q option to quiet some x86 gas warnings. | Alan Modra | 1 | -55/+48 |
2000-05-13 | `.arch cpu_type' pseudo for x86. | Alan Modra | 1 | -20/+89 |
2000-04-25 | Remove '/' from comment_chars for FreeBSD so divide operator works. | Alan Modra | 1 | -3/+3 |
2000-04-25 | Keep shift count smaller than 32. | Alan Modra | 1 | -2/+2 |
2000-04-18 | 2000-04-18 H.J. Lu (hjl@gnu.org) | H.J. Lu | 1 | -6/+6 |
2000-04-17 | 64 bit bfd fix. | Alan Modra | 1 | -4/+9 |
2000-04-10 | Fix 64-bit nits. | Alan Modra | 1 | -64/+58 |
2000-04-03 | Correct 2000-02-26 change. | Alan Modra | 1 | -4/+4 |
2000-03-26 | Mostly cosmetic. Fixes to comments. Don't start as_bad and as_warn | Alan Modra | 1 | -38/+38 |
2000-02-26 | Catch some more cases where we can represent a 16 bit immediate operand as | Alan Modra | 1 | -15/+67 |
2000-02-25 | Extend the i386 gas testsuite to do some tests for intel_syntax. Fix all | Alan Modra | 1 | -8/+16 |
2000-02-24 | Yet more .intel_syntax fixes. | Alan Modra | 1 | -12/+41 |
2000-02-24 | Correct intel_syntax fsub* and fdiv* handling. Oh, how I'd like to be rid | Alan Modra | 1 | -19/+18 |
2000-02-24 | config/tc-i386.c (struct _i386_insn): Combine disps, imms, regs into | Alan Modra | 1 | -151/+97 |
2000-02-24 | * config/tc-i386.c (md_assemble): When swapping operands for | Richard Henderson | 1 | -15/+15 |
2000-02-21 | This lot mainly cleans up `comparison between signed and unsigned' gcc | Alan Modra | 1 | -30/+34 |
2000-01-26 | This set of patches add support for aout emulation on the x86 | Alan Modra | 1 | -20/+47 |
2000-01-15 | Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp and | Alan Modra | 1 | -15/+12 |
1999-12-27 | x86 indirect jump/call syntax fixes. Disassembly fix for lcall. | Alan Modra | 1 | -8/+8 |
1999-11-16 | * config/tc-i386.c (i386_immediate): Disallow O_big immediates. | Alan Modra | 1 | -3/+14 |
1999-10-12 | Nit fix. | Alan Modra | 1 | -1/+1 |
1999-09-19 | 1999-09-19 Alexandre Oliva <oliva@lsd.ic.unicamp.br> | Ian Lance Taylor | 1 | -3/+21 |
1999-09-13 | Hackery to handle ix86 "jmp constant" as a pc-relative jump to the given | Alan Modra | 1 | -105/+51 |
1999-09-13 | Tidy jump handling code and comments. | Alan Modra | 1 | -44/+66 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -0/+1 |
1999-09-12 | * config/tc-i386.c (md_apply_fix3): Add horrible adjustments to | Ian Lance Taylor | 1 | -2/+28 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -2/+4 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -2/+3 |
1999-09-12 | comment change | Ian Lance Taylor | 1 | -4/+4 |
1999-09-12 | 1999-09-11 Donn Terry <donn@interix.com> | Ian Lance Taylor | 1 | -1/+1 |
1999-08-30 | i386 gas code cleanups: combine i386_is_reg and parse_register. | Alan Modra | 1 | -189/+113 |
1999-08-29 | Allow spaces in i386 FP reg names, eg. %st ( 1 ). | Alan Modra | 1 | -2/+33 |
1999-08-20 | *gas/config/tc-i386.c: Fix errors in displacement size when | Alan Modra | 1 | -0/+8 |
1999-08-11 | config/tc-i386.c: Remove dead code | Alan Modra | 1 | -6/+0 |
1999-08-04 | Support for gcc to generate 16-bit i386 code. (.code16gcc) | Alan Modra | 1 | -25/+48 |
1999-08-03 | * config/obj-coff.c (coff_frob_symbol): Always update set_end with | Ian Lance Taylor | 1 | -3/+3 |
1999-08-03 | Rationalize some of the i386 intel mode code. | Alan Modra | 1 | -944/+877 |
1999-08-03 | * config/tc-i386.c: Add INFER_ADDR_PREFIX code. Fix 16 bit mode nop. | Alan Modra | 1 | -395/+427 |
1999-07-28 | Fix an overflow checking bug uncovered when a 32 bit target is compiled | Alan Modra | 1 | -2/+2 |
1999-07-16 | * gas/config/tc-i386.c: Fix for immediates and displacements in 16-bit | Alan Modra | 1 | -48/+56 |