summaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-06-09 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-06-101-2/+11
* * dw2gencfi.c, dw2gencfi.h: Rewrite from scratch.Richard Henderson2003-05-271-41/+28
* * dw2gencfi.c, dw2gencfi.h: New files.Alan Modra2003-05-201-0/+83
* line_comment_chars: Add '#'. This makes the assembler's handling ofNick Clifton2003-01-291-2/+2
* * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra2003-01-231-13/+2
* s/boolean/bfd_boolean/ s/true/TRUE/ s/false/FALSE/. SimplifyAlan Modra2002-11-301-1/+1
* * symbols.c (S_SET_THREAD_LOCAL): New function.Jakub Jelinek2002-11-281-2/+12
* * config/tc-i386.c (output_jump): Set fx_signed for loop/jcxz.Alan Modra2002-10-111-6/+16
* bfd/Jakub Jelinek2002-09-271-4/+26
* * config/tc-i386.c (process_operands): Warn about "lea" segmentAlan Modra2002-09-241-9/+10
* * config/tc-i386.c (md_apply_fix3): Replace S_IS_EXTERNAL,Alan Modra2002-09-211-9/+6
* bfd/Jakub Jelinek2002-09-191-0/+10
* 2002-09-16 Bruno Haible <bruno@clisp.org>David O'Brien2002-09-171-1/+1
* * config/tc-i386.c (md_apply_fix3): Allow addend forJakub Jelinek2002-09-111-3/+0
* gas reloc rewrite.Alan Modra2002-09-051-10/+17
* * config/tc-i386.c (tc_i386_fix_adjustable): Test OUTPUT_FLAVORAlan Modra2002-08-101-16/+26
* * config/tc-i386.c (output_insn): Save frag_now and frag_now_fix ()Jakub Jelinek2002-08-091-51/+112
* * tc-i386.c (i386_align_code): Implement x86_64 neutral code fillers.Jan Hubicka2002-07-161-15/+34
* * config/tc-i386.c (process_suffix): Merge CODE_64BIT JumpByteAlan Modra2002-07-121-18/+6
* * config/tc-i386.c (md_pseudo_table <file>): Warning fix.Alan Modra2002-07-091-24/+8
* gas/ChangeLogAlan Modra2002-07-081-17/+13
* * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCALJakub Jelinek2002-05-231-4/+34
* * config/tc-i386.c (md_estimate_size_before_relax) Don't loseAlan Modra2002-05-091-7/+11
* * config/tc-i386.c (extra_symbol_chars): Add '[' to the list.Alan Modra2002-05-011-2/+2
* * config/tc-i386.c: Formatting fixes, add missing space in errorAlan Modra2002-04-281-13/+14
* * config/tc-i386.c (output_jump, output_disp)Andreas Schwab2002-04-241-29/+36
* * as.c (parse_args <OPTION_VERSION>): Use VERSION isAlan Modra2002-04-101-0/+8
* * config/tc-i386.c (output_jump): Set fx_pcrel_adjust to size ofAndreas Schwab2002-03-271-18/+27
* * config/tc-i386.h (REX_OPCODE): Define.Alan Modra2002-03-091-1873/+2056
* * config/tc-i386.c (tc_gen_reloc): Don't attempt to handle 8 byteAlan Modra2002-03-061-0/+2
* Update copyright.Andreas Schwab2002-02-131-1/+1
* * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjustAndreas Schwab2002-02-131-1/+6
* * i386.c (md_assemble): Support 32bit address prefix.Jan Hubicka2002-02-111-14/+41
* 2002-01-29 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2002-01-291-0/+4
* Update all uses of md_apply_fix to use md_apply_fix3. Make it a void function.Nick Clifton2001-11-151-16/+10
* * config/tc-i386.h (md_end): Define.Alan Modra2001-11-151-14/+52
* * config/tc-i386.c (parse_register): If not producing code forAlan Modra2001-10-041-13/+7
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-8/+7
* * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra2001-09-091-12/+25
* * config/tc-i386.c (lex_got): Match lower case relocation tokens.Alan Modra2001-08-011-7/+21
* * symbols.c (S_GET_VALUE): Don't treat O_constant and localAlan Modra2001-07-231-9/+0
* * config/tc-i386.c (comment_chars): Don't use '/' as comment start ifMatthew Green2001-07-171-2/+2
* * config/tc-hppa.c (CHECK_FIELD_WHERE): Define.Alan Modra2001-06-211-3/+6
* Branch hints for Pentium4 as insn modifiers, and some minor tweaksAlan Modra2001-06-101-1/+34
* * config/tc-i386.c (md_assemble): Handle Pentium4 branch hints.Alan Modra2001-06-061-11/+19
* From 2.11 branch 2001-03-30 Richard Henderson <rth@redhat.com>Alan Modra2001-05-241-1/+6
* Fix dwarf2_emit_insn calls when frag_var breaks things.Alan Modra2001-05-161-22/+5
* * config/tc-i386.c (i386_displacement): Call as_bad for bad GOTOFFAlan Modra2001-05-031-14/+22
* Prepare for multi-pass relaxation.Alan Modra2001-03-301-36/+41
* Accept an absolute expression for index scale factor.Alan Modra2001-03-251-16/+23