Age | Commit message (Expand) | Author | Files | Lines |
2002-08-10 | * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVOR | Alan Modra | 1 | -16/+26 |
2002-08-09 | * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix () | Jakub Jelinek | 1 | -51/+112 |
2002-07-16 | * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers. | Jan Hubicka | 1 | -15/+34 |
2002-07-12 | * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByte | Alan Modra | 1 | -18/+6 |
2002-07-09 | * config/tc-i386.c (md_pseudo_table <file>): Warning fix. | Alan Modra | 1 | -24/+8 |
2002-07-08 | gas/ChangeLog | Alan Modra | 1 | -17/+13 |
2002-05-23 | * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL | Jakub Jelinek | 1 | -4/+34 |
2002-05-09 | * config/tc-i386.c (md_estimate_size_before_relax) Don't lose | Alan Modra | 1 | -7/+11 |
2002-05-01 | * config/tc-i386.c (extra_symbol_chars): Add '[' to the list. | Alan Modra | 1 | -2/+2 |
2002-04-28 | * config/tc-i386.c: Formatting fixes, add missing space in error | Alan Modra | 1 | -13/+14 |
2002-04-24 | * config/tc-i386.c (output_jump, output_disp) | Andreas Schwab | 1 | -29/+36 |
2002-04-10 | * as.c (parse_args <OPTION_VERSION>): Use VERSION is | Alan Modra | 1 | -0/+8 |
2002-03-27 | * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size of | Andreas Schwab | 1 | -18/+27 |
2002-03-09 | * config/tc-i386.h (REX_OPCODE): Define. | Alan Modra | 1 | -1873/+2056 |
2002-03-06 | * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byte | Alan Modra | 1 | -0/+2 |
2002-02-13 | Update copyright. | Andreas Schwab | 1 | -1/+1 |
2002-02-13 | * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust | Andreas Schwab | 1 | -1/+6 |
2002-02-11 | * i386.c (md_assemble): Support 32bit address prefix. | Jan Hubicka | 1 | -14/+41 |
2002-01-29 | 2002-01-29 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 1 | -0/+4 |
2001-11-15 | Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function. | Nick Clifton | 1 | -16/+10 |
2001-11-15 | * config/tc-i386.h (md_end): Define. | Alan Modra | 1 | -14/+52 |
2001-10-04 | * config/tc-i386.c (parse_register): If not producing code for | Alan Modra | 1 | -13/+7 |
2001-09-19 | Locale changes from Bruno Haible <haible@clisp.cons.org>. | H.J. Lu | 1 | -8/+7 |
2001-09-09 | * expr.c (expr): Move code setting "retval" to the end of the loop, | Alan Modra | 1 | -12/+25 |
2001-08-01 | * config/tc-i386.c (lex_got): Match lower case relocation tokens. | Alan Modra | 1 | -7/+21 |
2001-07-23 | * symbols.c (S_GET_VALUE): Don't treat O_constant and local | Alan Modra | 1 | -9/+0 |
2001-07-17 | * config/tc-i386.c (comment_chars): Don't use '/' as comment start if | Matthew Green | 1 | -2/+2 |
2001-06-21 | * config/tc-hppa.c (CHECK_FIELD_WHERE): Define. | Alan Modra | 1 | -3/+6 |
2001-06-10 | Branch hints for Pentium4 as insn modifiers, and some minor tweaks | Alan Modra | 1 | -1/+34 |
2001-06-06 | * config/tc-i386.c (md_assemble): Handle Pentium4 branch hints. | Alan Modra | 1 | -11/+19 |
2001-05-24 | From 2.11 branch 2001-03-30 Richard Henderson <rth@redhat.com> | Alan Modra | 1 | -1/+6 |
2001-05-16 | Fix dwarf2_emit_insn calls when frag_var breaks things. | Alan Modra | 1 | -22/+5 |
2001-05-03 | * config/tc-i386.c (i386_displacement): Call as_bad for bad GOTOFF | Alan Modra | 1 | -14/+22 |
2001-03-30 | Prepare for multi-pass relaxation. | Alan Modra | 1 | -36/+41 |
2001-03-25 | Accept an absolute expression for index scale factor. | Alan Modra | 1 | -16/+23 |
2001-03-19 | Fix register name printed in warning message. | Alan Modra | 1 | -3/+6 |
2001-03-13 | Support for @GOTOFF in .long expressions. | Alan Modra | 1 | -152/+154 |
2001-03-08 | Fix copyright notices | Nick Clifton | 1 | -1/+2 |
2001-03-07 | * config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc. | Alan Modra | 1 | -29/+29 |
2001-02-28 | 2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de> | Andreas Jaeger | 1 | -10/+1 |
2001-02-20 | 2001-02-20 Bo Thorsen <bo@suse.de> | Andreas Jaeger | 1 | -0/+1 |
2001-02-13 | Handle long jumps for .code16 and .arch < 386 by using a two | Alan Modra | 1 | -66/+142 |
2001-02-12 | * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL. | Jan Hubicka | 1 | -4/+16 |
2001-01-17 | 2001-01-16 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -55/+58 |
2001-01-14 | 2001-01-14 Kazu Hirata <kazu@hxi.com> | Kazu Hirata | 1 | -8/+6 |
2001-01-13 | * tc-i386.h (TARGET_MACH): New macro. | Jan Hubicka | 1 | -0/+13 |
2001-01-13 | * i386.c (md_assemble): Check cpu_flags even for nullary instructions. | Jan Hubicka | 1 | -2/+7 |
2001-01-12 | Cure recent x86 warts. | Alan Modra | 1 | -18/+14 |
2001-01-08 | 2001-01-08 Bo Thorsen <bo@suse.de> | Andreas Jaeger | 1 | -46/+46 |
2001-01-06 | * configure.in: Define DEFAULT_ARCH for i386. | Jan Hubicka | 1 | -4/+12 |