aboutsummaryrefslogtreecommitdiff
path: root/contrib/binutils/include/opcode
Commit message (Collapse)AuthorAgeFilesLines
* Remove contrib/binutils, unused after r368667Ed Maste2020-12-1620-12475/+0
| | | | Notes: svn path=/head/; revision=368696
* Merge ^/vendor/binutils/dist@214571 into contrib/binutils, which bringsDimitry Andric2010-11-0111-1689/+2088
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | us up to version 2.17.50.20070703, at the last GPLv2 commit. Amongst others, this added upstream support for some FreeBSD-specific things that we previously had to manually hack in, such as the OSABI label support, and so on. There are also quite a number of new files, some for cpu's (e.g. SPU) that we may or may not be interested in, but those can be cleaned up later on, if needed. Notes: svn path=/projects/binutils-2.17/; revision=214634
* | Merge ^vendor/binutils/dist@214082 into contrib/binutils.Dimitry Andric2010-10-2114-920/+1438
|\| | | | | | | Notes: svn path=/projects/binutils-2.17/; revision=214157
* | Merge ^vendor/binutils/dist@214033 into contrib/binutils.Dimitry Andric2010-10-192-1/+8
|\| | | | | | | | | | | | | | | | | | | The change made to bfd/elf.c in upstream revision 1.217.4.3 (which was a revert of an earlier change), caused objcopy on powerpc to fail to copy debug info from kernel modules. This had to be fixed by applying the diff from upstream revision 1.243 on top of it. Notes: svn path=/projects/binutils-2.17/; revision=214074
| * Rename vendor/binutils/*/contrib to vendor/binutils/*/xDavid E. O'Brien2009-01-1915-11462/+0
| | | | | | | | | | | | | | | | | | | | Binutils has a "contrib" subdirectory - thus flattening cannot happen without renaming the upper level contrib directory in a first pass. Also, don't record this move and remove any keyword expansion. Notes: svn path=/vendor/binutils/dist/; revision=187443
| * Import of Binutils from the FSF 2.15 branch (just post-.0 release).David E. O'Brien2008-05-291-0/+914
| | | | | | | | | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC. Notes: svn path=/vendor/binutils/dist/; revision=179404
* | Add/improve mips64r2, Octeon, n32 and n64 support in the toolchain.Juli Mallett2010-06-021-11/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o) Add TARGET_ABI to the MIPS toolchain build process. This sets the default ABI to one of o32, n32 or n64. If it is not set, o32 is assumed as that is the current default. o) Set the default GCC cpu type to any specified TARGET_CPUTYPE. This is necessary to have a working "cc" if e.g. mips64 is specified, as binutils will refuse to link objects using different ISAs in some cases. o) Add support for n32 and n64 ABIs to binutils and GCC. o) Add additional required libgcc2 stubs for n32 and n64. o) Add support for the "mips64r2" architecture to GCC. Add the "octeon" o) When static linking, wrap default libraries in --start-group and --end-group. This is required for static linking to work on n64 with the interdependencies between libraries there. This is what other OSes that support n64 seem to do, as well. o) Fix our GCC spec to define __mips64 for 64-bit targets, not __mips64__, the former being what libgcc, etc., check and the latter seemingly being a misspelling of a hand merge from a Linux spec. o) When no TARGET_CPUTYPE is specified at build time, make GCC take the default ISA from the ABI. Our old defaults were too liberal and assumed that 64-bit ABIs should default to the MIPS64 ISA and that 32-bit ABIs should default to the MIPS32 ISA, when we are supporting or will support some systems based on earlier 32-bit and 64-bit ISAs, most notably MIPS-III. o) Merge a new opcode file (and support code) from a later version of binutils and add flags and code necessary to support Octeon-specific instructions. This should also make merging opcodes for other modern architectures easier. Reviewed by: imp Notes: svn path=/head/; revision=208737
* | Bring these back to HEAD.David E. O'Brien2008-05-291-0/+914
|/ | | | | | | | (I thought ncvs@ had rm'ed these MIPS files a long time ago... SVN had better work out - else 7 more files off the vendor branch.) Notes: svn path=/head/; revision=179407
* Import of Binutils from the FSF 2.15 branch (just post-.0 release).David E. O'Brien2004-06-1613-2914/+6091
| | | | | | | These bits are taken from the FSF anoncvs repo on 23-May-2004 04:41:00 UTC. Notes: svn path=/vendor/binutils/dist/; revision=130561
* Things that never should have been imported.David E. O'Brien2003-03-027-4377/+0
| | | | Notes: svn path=/vendor/binutils/dist/; revision=111756
* Import of Binutils from the FSF 2.13 branch (just pre-.1 release).David E. O'Brien2002-10-115-46/+94
| | | | | | | These bits are taken from the FSF anoncvs repo on 11-Oct-2002 22:39:35 PDT. Notes: svn path=/vendor/binutils/dist/; revision=104834
* Import of Binutils from the FSF 2.12 branch (just post-.1 release).David E. O'Brien2002-07-053-0/+143
| | | | | | | These bits are taken from the FSF anoncvs repo on 22-June-2002 23:28:00 EDT. Notes: svn path=/vendor/binutils/dist/; revision=99461
* Import of Binutils from the FSF 2.12 branch.David E. O'Brien2002-04-122-281/+320
| | | | | | | | (this fixes several linker problems and coredumps) These bits are taken from the FSF anoncvs repo on 10-April-2002 13:24 Zulu Notes: svn path=/vendor/binutils/dist/; revision=94536
* Import of Binutils from the FSF 2.12 branch (just post-.0 release).David E. O'Brien2002-03-202-1/+12
| | | | | | | These bits are taken from the FSF anoncvs repo on 20-March-2002 13:33:33 PST. Notes: svn path=/vendor/binutils/dist/; revision=92828
* Import of Binutils from the FSF 2.12 branch (pre-.0 release).David E. O'Brien2002-02-223-53/+101
| | | | | | | These bits are taken from the FSF anoncvs repo on 21-Feburary-2002 20:15 PST. Notes: svn path=/vendor/binutils/dist/; revision=91041
* Enlist the FreeBSD-CURRENT users as testers of what is to become BinutilsDavid E. O'Brien2002-01-276-75/+299
| | | | | | | | version 2.12.0. These bits are taken from the FSF anoncvs repo on 27-January-2002 03:41 PST. Notes: svn path=/vendor/binutils/dist/; revision=89857
* Halloween import of Binutils from the FSF 2.11 branch.David E. O'Brien2001-11-012-102/+164
| | | | | | | This fixes some IA-64 related bugs. Notes: svn path=/vendor/binutils/dist/; revision=85815
* Import the extra bits needed to target IA-64, PowerPC, and sparc64.David E. O'Brien2001-10-131-0/+391
| | | | | | | (this is Binutils from the FSF 2.11 branch [checked out 19-July-2001]) Notes: svn path=/vendor/binutils/dist/; revision=84865
* Import of GNU Binutils version 2.11.2.David E. O'Brien2001-06-269-17/+97
| | | | Notes: svn path=/vendor/binutils/dist/; revision=78828
* Import of GNU Binutils version 2.11.0.David E. O'Brien2001-05-284-868/+1450
| | | | | | | Believe it or not, this is heavily stripped down. Notes: svn path=/vendor/binutils/dist/; revision=77298
* Import a virgin (but trimed) Binutils 2.10 release.David E. O'Brien2000-06-202-73/+107
| | | | Notes: svn path=/vendor/binutils/dist/; revision=61843
* Import of Binutils 2.10 snapshot.David E. O'Brien2000-05-128-1241/+3383
| | | | Notes: svn path=/vendor/binutils/dist/; revision=60484
* Import the Sparc bits of GNU binutils 2.9.1.David E. O'Brien2000-04-051-0/+240
| | | | | | | Requested by: steve Notes: svn path=/vendor/binutils/dist/; revision=59024
* Import files needed to build mips binaries with binutils 2.9.1.Warner Losh1999-02-281-0/+715
| | | | Notes: svn path=/vendor/binutils/dist/; revision=44348
* Import GNU binutils-2.9.1. This will break things for a few minutesJohn Polstra1998-09-066-294/+1855
| | | | | | | | | until I've made the commits to resolve the conflicts. Submitted by: Doug Rabson <dfr> Notes: svn path=/vendor/binutils/dist/; revision=38889
* Initial import of GNU binutils version 2.8.1. Believe it or not,John Polstra1998-03-017-0/+5428
this is heavily stripped down. Notes: svn path=/vendor/binutils/dist/; revision=33965