History log of /openbsd-current/gnu/usr.bin/binutils/gas/config/tc-i386.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.17 09-Nov-2015 mlarkin

Start moving some vmm things into the tree. First up is binutils so we will
be able to use the virtualization instructions.

ok'ed a long time ago, I forgot who, but deraadt@ ok'ed it again anyway.


Revision tags: OPENBSD_5_7_BASE OPENBSD_5_8_BASE
# 1.16 09-Aug-2014 guenther

Backport from binutils-2.17 the correct i386/amd64 register->int assignments
for CFI. This changes the unwind information generated on amd64.


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE
# 1.15 09-Feb-2014 guenther

Add support for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave,
xrstor, and xsaveopt.

based on kettenis's original that did xgetbv and xsetbv
ok kettenis@


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.14 20-Jan-2013 brad

Backport two fixes for amd64 from binutils 2.16.

- For DefaultSize instructions, don't guess a 'q' suffix if the instruction
doesn't support it.
- Corrections for x86_64 assembly.

ok miod@


# 1.13 18-Oct-2012 jsg

Add support for stac/clac instructions to manipulate the flag
that controls the behaviour of Intel's Supervisor Mode Access Prevention
(SMAP) feature.

'looks correct' miod@ ok deraadt@


Revision tags: OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE
# 1.12 11-Jun-2010 thib

Add support for Intel AES-NI and the CLMUL_ instructions, plus a few others
that are needed to omplement accelerated AES (and AES-GCM mode) on newer
Intel cores.

Diff from Mike Belopuhov.

no objections/ok miod@


Revision tags: OPENBSD_3_7_BASE OPENBSD_3_8_BASE OPENBSD_3_9_BASE OPENBSD_4_0_BASE OPENBSD_4_1_BASE OPENBSD_4_2_BASE OPENBSD_4_3_BASE OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE
# 1.11 02-Nov-2004 miod

Merge conflicts, bringing our changes back in:
- extra $(SHELL) and sugar for make (so that files not mode +x still work)
- safer temp file handling
- our W^X binary layout changes in ld
- OpenBSD policy for library file selection in ld
- arm and m88k changes which were not merged in time for official 2.15
- bfd core file handling
- a couple typos

New for 2.15:
- ld(1) and as(1) manpages now generated at build time
- binutils/stabs.c reverted to use our in-tree libiberty for now
- we still use our VIA C3 crypto code over stock binutils, as it recognizes
more instructions
- new emulations for OpenBSD on mips64 machines, to help OpenBSD/sgi
- relaxed %f# handling in gas on OpenBSD/sparc64 (same as was in 2.14)

Tested on all platforms by various people; special thanks to sturm@ and
otto@.


Revision tags: OPENBSD_3_6_BASE
# 1.10 17-May-2004 drahn

Resolve merge conflicts, adjust method of W^X handing (.sh files)
remove testsuites (not useable) remove mmalloc (not part of new binutils).


Revision tags: OPENBSD_3_5_BASE
# 1.9 01-Mar-2004 kettenis

Correctly compute pc-relative relocation addend for amd64.
ok deraadt@


# 1.8 01-Feb-2004 deraadt

Permit '-' in a mnemonic. This is needed for the new VIA C3 xmove-rng
and xcrypt-{ecb,cbc,cfb,ofb} instructions. This chagne is placed into
the public domain, so someone get it back to FSF


Revision tags: OPENBSD_3_4_BASE
# 1.7 17-Apr-2003 drahn

Switch i386 to new binutils, i386 tools now do ELF.
RODATA_* align macros to preserve current behavior on other
archs and allow for 1G sep between beginning of exe and beginning of data
DARPA funded work.


Revision tags: OPENBSD_3_2_BASE OPENBSD_3_3_BASE
# 1.6 13-May-2002 fgsch

resolve conflicts.


Revision tags: OPENBSD_2_8_BASE OPENBSD_2_9_BASE OPENBSD_3_0_BASE OPENBSD_3_1_BASE
# 1.5 12-Sep-2000 espie

Help stupid cvs fixing basic conflicts.


Revision tags: OPENBSD_2_1_BASE OPENBSD_2_2_BASE OPENBSD_2_3_BASE OPENBSD_2_4_BASE OPENBSD_2_5_BASE OPENBSD_2_6_BASE OPENBSD_2_7_BASE
# 1.4 23-Nov-1996 niklas

Merge to Cygnus 961112 + add some support (not ready) for shared libs


Revision tags: OPENBSD_2_0_BASE
# 1.3 04-Sep-1996 niklas

Merge the Cygnus 960904 sources


# 1.2 10-Jun-1996 niklas

Bring Cygnus versions into the trunk, keeping our local patches


# 1.1 08-Jan-1996 niklas

branches: 1.1.1;
Initial revision