aboutsummaryrefslogtreecommitdiff
path: root/gas/config/tc-i386.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-08Fix copyright noticesNick Clifton1-1/+2
2001-03-07* config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc.Alan Modra1-29/+29
2001-02-282001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>Andreas Jaeger1-10/+1
2001-02-202001-02-20 Bo Thorsen <bo@suse.de>Andreas Jaeger1-0/+1
2001-02-13Handle long jumps for .code16 and .arch < 386 by using a twoAlan Modra1-66/+142
2001-02-12 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.Jan Hubicka1-4/+16
2001-01-172001-01-16 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-55/+58
2001-01-142001-01-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-8/+6
2001-01-13 * tc-i386.h (TARGET_MACH): New macro.Jan Hubicka1-0/+13
2001-01-13 * i386.c (md_assemble): Check cpu_flags even for nullary instructions.Jan Hubicka1-2/+7
2001-01-12Cure recent x86 warts.Alan Modra1-18/+14
2001-01-082001-01-08 Bo Thorsen <bo@suse.de>Andreas Jaeger1-46/+46
2001-01-06 * configure.in: Define DEFAULT_ARCH for i386.Jan Hubicka1-4/+12
2001-01-05 * tc-i386.c (md_assemble): Handle third byte of the opcode as prefix.Jan Hubicka1-18/+6
2001-01-04 * tc-i386.c (cpu_arch): Add Pentium4 and modify sledgehammer entry.Jan Hubicka1-1/+2
2001-01-03 * tc-i387.c (pi, pte, pt): Update.Jan Hubicka1-16/+19
2000-12-222000-12-22 H.J. Lu <hjl@gnu.org>H.J. Lu1-10/+11
2000-12-20 * tc-i386.h (i386_target_format): Define even for ELFs.Jan Hubicka1-213/+790
2000-12-162000-12-15 Diego Novillo <dnovillo@redhat.com>Diego Novillo1-10/+50
2000-12-11 * tc-i386.c (md_assemble): Refuse 's' and 'l' suffixes in the intelJan Hubicka1-13/+28
2000-12-06Fix T_SHORT macro conflict.Alan Modra1-1/+4
2000-12-032000-12-03 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-3/+3
2000-12-012000-11-30 Diego Novillo <dnovillo@redhat.com>Diego Novillo1-0/+8
2000-11-17 * config/tc-i386.c (md_pseudo_table): Add .file and .loc.Richard Henderson1-0/+3
2000-11-17 * config/tc-i386.c (md_assemble): Call dwarf2_emit_insn.Richard Henderson1-0/+2
2000-11-142000-11-14 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-28/+16
2000-10-252000-10-25 Diego Novillo <dnovillo@cygnus.com>Diego Novillo1-12/+12
2000-10-252000-10-24 Diego Novillo <dnovillo@cygnus.com>Diego Novillo1-445/+915
2000-10-15gas:Diego Novillo1-2/+12
2000-10-05Correct handling of non-global syms in linkonce sections.Alan Modra1-53/+53
2000-08-14 * tc-i386.c (md_assemble): Skip suffix check if the opcode modifierDiego Novillo1-0/+5
2000-08-042000-08-05 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-298/+315
2000-06-25386.c (md_estimate_size_before_relax): RevertDJ Delorie1-28/+2
2000-06-22Fix a problem with 32-bit displacements in .code16gcc mode.Alan Modra1-19/+31
2000-06-21* config/tc-i386.c (tc_i386_fix_adjustable): Revert change fromDJ Delorie1-1/+0
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-3/+3
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-1/+1
2000-06-03Update md_shortopts to what we actually handle.Alan Modra1-2/+2
2000-05-23Pass jump reloc in fr_var so it can be used inAlan Modra1-30/+27
2000-05-22Keep a reloc for jumps to weak and external symbols.Alan Modra1-10/+16
2000-05-13Add x86 gas -q option to quiet some x86 gas warnings.Alan Modra1-55/+48
2000-05-13`.arch cpu_type' pseudo for x86.Alan Modra1-20/+89
2000-04-25Remove '/' from comment_chars for FreeBSD so divide operator works.Alan Modra1-3/+3
2000-04-25Keep shift count smaller than 32.Alan Modra1-2/+2
2000-04-182000-04-18 H.J. Lu (hjl@gnu.org)H.J. Lu1-6/+6
2000-04-1764 bit bfd fix.Alan Modra1-4/+9
2000-04-10Fix 64-bit nits.Alan Modra1-64/+58
2000-04-03Correct 2000-02-26 change.Alan Modra1-4/+4
2000-03-26Mostly cosmetic. Fixes to comments. Don't start as_bad and as_warnAlan Modra1-38/+38
2000-02-26Catch some more cases where we can represent a 16 bit immediate operand asAlan Modra1-15/+67