<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu/usr.bin/as, branch main</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Re-axe.</title>
<updated>2002-09-17T10:03:24+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-09-17T10:03:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4555d538fd962a1fef0d5777ce134765af0b5afa'/>
<id>4555d538fd962a1fef0d5777ce134765af0b5afa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make `as' compile before it is axed.  It still uses the archaic BSD</title>
<updated>2002-09-17T10:01:02+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-09-17T10:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=dcfd61e65c687261f9894f1af0fed6e3b9e5ecc6'/>
<id>dcfd61e65c687261f9894f1af0fed6e3b9e5ecc6</id>
<content type='text'>
interface setbuffer(), and emulates setbuffer() on USG systems using a
#define of setbuffer() in terms of setvbuf().  The #define is correctly
ifdefed in some places but was not correctly ifdefed here -- i.e., BSD
was essentially configured as USG here.  This became fatal when &lt;stdio.h&gt;
was de-__P(())ified without testing.  This file gets included before
&lt;stdio.h&gt;, so the #define now affects (and breaks)
`setbuffer&lt;left parentheses&gt;' in &lt;stdio.h&gt; where it didn't affect
`setbuffer&lt;whitespace&gt;'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
interface setbuffer(), and emulates setbuffer() on USG systems using a
#define of setbuffer() in terms of setvbuf().  The #define is correctly
ifdefed in some places but was not correctly ifdefed here -- i.e., BSD
was essentially configured as USG here.  This became fatal when &lt;stdio.h&gt;
was de-__P(())ified without testing.  This file gets included before
&lt;stdio.h&gt;, so the #define now affects (and breaks)
`setbuffer&lt;left parentheses&gt;' in &lt;stdio.h&gt; where it didn't affect
`setbuffer&lt;whitespace&gt;'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Un-axe this so that it can be fixed before it is axed.</title>
<updated>2002-09-17T09:57:07+00:00</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>2002-09-17T09:57:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a042737eae930e816bfdf725e90dca530e25b01c'/>
<id>a042737eae930e816bfdf725e90dca530e25b01c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BANG! BANG! BANG!  Put these bits out of their misery.</title>
<updated>2002-09-17T01:54:56+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-09-17T01:54:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c696fb50b35e26585021e2a4dca6d4c22a50ab36'/>
<id>c696fb50b35e26585021e2a4dca6d4c22a50ab36</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement .previous (swap section back to the last section)</title>
<updated>2001-09-04T23:04:48+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>2001-09-04T23:04:48+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=72d4bf59e9d6bd861f5a5016686969b56e47cc76'/>
<id>72d4bf59e9d6bd861f5a5016686969b56e47cc76</id>
<content type='text'>
This enables:
	.data
	.asciz "foo"
	.previous
.. just like on current binutils
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This enables:
	.data
	.asciz "foo"
	.previous
.. just like on current binutils
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the type of the NULL arg to execl()</title>
<updated>2001-07-09T09:24:06+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-07-09T09:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7bc6d0158f0e9863a2a13a951321185d214cd3be'/>
<id>7bc6d0158f0e9863a2a13a951321185d214cd3be</id>
<content type='text'>
Idea from: Theo de Raadt &lt;deraadt@openbsd.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Idea from: Theo de Raadt &lt;deraadt@openbsd.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MAN[1-9] -&gt; MAN.</title>
<updated>2001-03-27T14:59:06+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2001-03-27T14:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e5ac5644e20ff3af41976d8fa6861b971c17ddd9'/>
<id>e5ac5644e20ff3af41976d8fa6861b971c17ddd9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Arange the f* floating point instructions to match binutils 2.9.1.</title>
<updated>1999-11-28T01:11:35+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-28T01:11:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8b4fc928adcb2c063164c26e9c5ddd08e7c75194'/>
<id>8b4fc928adcb2c063164c26e9c5ddd08e7c75194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "fild" instruction.  GCC 2.95.2 likes to generate this one.</title>
<updated>1999-11-28T01:05:35+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-11-28T01:05:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f5d66533afa17ddccc278b3a17f9db41cd5fc6e'/>
<id>8f5d66533afa17ddccc278b3a17f9db41cd5fc6e</id>
<content type='text'>
Obtained from:	contrib/binutils/include/opcode/i386.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained from:	contrib/binutils/include/opcode/i386.h
</pre>
</div>
</content>
</entry>
<entry>
<title>$Revision$ -&gt; $FreeBSD$</title>
<updated>1999-09-06T07:33:51+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-09-06T07:33:51+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d63cfe5fafe234393a4e76dfd5cc89edc440d2b7'/>
<id>d63cfe5fafe234393a4e76dfd5cc89edc440d2b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
