aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as/opcode/i386.h
Commit message (Collapse)AuthorAgeFilesLines
* BANG! BANG! BANG! Put these bits out of their misery.David E. O'Brien2002-09-171-883/+0
| | | | | | | | | | | | | Murdered by members of: a.out.die.die.die ELF is the 1 true path now. So make good on the src/Makefile threat that building a.out will not be supported post 4.x. These bits should either resurface as a port, or a new port using the latest Binutils bits. The later will not support our SunOS-style shared a.out libs; but we shouldn't need such support by this point in time. Notes: svn path=/head/; revision=103437
* Arange the f* floating point instructions to match binutils 2.9.1.David E. O'Brien1999-11-281-5/+5
| | | | Notes: svn path=/head/; revision=53808
* Add "fild" instruction. GCC 2.95.2 likes to generate this one.David E. O'Brien1999-11-281-0/+1
| | | | | | | Obtained from: contrib/binutils/include/opcode/i386.h Notes: svn path=/head/; revision=53807
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add support for the AT&T style "fildll" and "fistpll" mnemonics.John Polstra1998-03-291-1/+3
| | | | | | | | | | | | These are equivalent to "fildq" and "fistpq" respectively. This fixes the bad floating point object code that resulted after recent changes in the compiler. Test driven by: "Mike Burgett" <mburgett@awen.com>, Amancio Hasty <hasty@rah.star-gate.com> Notes: svn path=/head/; revision=34935
* Add some Pentium and PentiumPro opcodes and registers.John Dyson1997-07-151-1/+45
| | | | Notes: svn path=/head/; revision=27413
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22996
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add the PPro %cr4 register to the supported registers in theJohn Dyson1996-11-111-1/+2
| | | | | | | assembler. Notes: svn path=/head/; revision=19652
* Mostly resync our gas with the NetBSD version to obtain support forPeter Wemm1996-10-011-2/+4
| | | | | | | | | | | | .weak as gcc and g++ would like to use. This includes changes to other architectures mostly for completeness, I don't expect cross-assemblink would work but I could be wrong. Obtained from: NetBSD Notes: svn path=/head/; revision=18590
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-7/+7
| | | | Notes: svn path=/head/; revision=8858
* Added "cpuid" opcode.Sean Eric Fagan1994-12-111-1/+4
| | | | Notes: svn path=/head/; revision=5042
* Brought over NetBSD's gas ready for pk's shared libs.Paul Richards1993-11-031-0/+830
Notes: svn path=/head/; revision=691