summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/as/write.c
Commit message (Collapse)AuthorAgeFilesLines
* BANG! BANG! BANG! Put these bits out of their misery.David E. O'Brien2002-09-171-1224/+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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* 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
* Mostly resync our gas with the NetBSD version to obtain support forPeter Wemm1996-10-011-3/+5
| | | | | | | | | | | | .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-142/+142
| | | | Notes: svn path=/head/; revision=8858
* Updated version of gas which allows for link-time error reporting ifNate Williams1994-12-231-2/+11
| | | | | | | | | | used in conjustion with the new shlib 'ld' source. Note, if you use the new features both gas and ld must be updated. Obtained from: NetBSD Notes: svn path=/head/; revision=5208
* Alignment fix from John Dyson/David GreenmanRodney W. Grimes1994-02-201-1/+3
| | | | Notes: svn path=/head/; revision=1184
* Sync to PK's latest version. I know that this is in /usr/src, the bloodyJordan K. Hubbard1993-12-121-6/+18
| | | | | | | | | | patch file had absolute pathnames in it and went and patched /usr/src directly (first time this has happened, I'll watch for it now), so I thought I might as well just commit it and clean up the .orig files and whatnot left behind. Sorry - this is the first time this has happened to me. Very confusing. Notes: svn path=/head/; revision=852
* Latest from Paul K. for better checking of PIC code.Jordan K. Hubbard1993-11-301-1/+3
| | | | Notes: svn path=/head/; revision=812
* Brought over NetBSD's gas ready for pk's shared libs.Paul Richards1993-11-031-1168/+1106
| | | | Notes: svn path=/head/; revision=691
* Added the new gas directoryNate Williams1993-06-291-0/+1259
Notes: svn path=/head/; revision=75