<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gcc.git/libiberty/config, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/'/>
<entry>
<title>aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.</title>
<updated>2001-03-06T09:52:35+00:00</updated>
<author>
<name>Zack Weinberg</name>
<email>zack@gcc.gnu.org</email>
</author>
<published>2001-03-06T09:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=b548dffbda0dcd8ecd29dc91292c48fa40cd98aa'/>
<id>b548dffbda0dcd8ecd29dc91292c48fa40cd98aa</id>
<content type='text'>
libiberty:
	* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
	* configure.in: Replace all alloca logic with a simple use of
	the above new macro.
	* config.table: Kill *-*-beos* entry.
	* config/mh-beos: Delete.
	* configure, config.in: Regenerate.

	* Makefile.in (ALLOCA, HFILES): Kill.
	(REQUIRED_OFILES): Add alloca.o.
	(alloca.o): Depend on libiberty.h.
	(argv.o): Don't depend on alloca-conf.h.
	* alloca-conf.h: Delete.
	* alloca.c: Include libiberty.h.  Kill all #ifdef emacs
	blocks.  Provide the C alloca unconditionally.  Use PTR where
	appropriate.  Make i00afunc static.
	* argv.c: Don't include alloca-conf.h.

include:
	* libiberty.h: Prototype C_alloca; define alloca to either
	__builtin_alloca or C_alloca as appropriate.

gcc:
	* aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE
	AC_FUNC_ALLOCA.
	* configure, config.in: Regenerate.
	* config.gcc: Remove references to deleted files.

	* genattr.c, genattrtab.c, genextract.c, genoutput.c,
	genrecog.c, rtl.c: Do not use alloca anywhere.

	* Makefile.in, build-make, system.h, config/x-interix,
	config/x-svr4, config/xm-interix.h, config/xm-openbsd.h,
	config/alpha/xm-alpha.h, config/alpha/xm-vms.h,
	config/arc/xm-arc.h, config/arm/xm-arm.h,
	config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
	config/h8300/xm-h8300.h, config/i370/x-oe,
	config/i370/xm-linux.h, config/i386/x-aix, config/i386/x-beos,
	config/i386/x-ncr3000, config/i386/x-sco5,
	config/i386/xm-dgux.h, config/i860/x-sysv4,
	config/i960/xm-i960.h, config/m32r/xm-m32r.h,
	config/m68k/x-crds, config/m68k/x-dpx2, config/m68k/x-hp320,
	config/m68k/x-hp320g, config/m69k/x-mot3300,
	config/m68k/x-mot3300-gas, config/m68k/xm-amix.h,
	config/m68k/xm-hp320.h, config/m68k/xm-m68kv.h,
	config/m68k/xm-mot3300.h, config/m88k/x-dolph,
	config/m88k/x-sysv4, config/m88k/x-tekXD88,
	config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
	config/mips/x-iris, config/mips/x-iris3,
	config/mips/x-sni-svr4, config/mips/x-sysv,
	config/mips/xm-iris6.h, config/mips/xm-mips.h,
	config/mips/xm-nws3250v4.h, config/pa/x-hpux,
	config/pa/x-pa-mpeix, config/pa/xm-pa.h,
	config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
	config/pa/xm-papro.h, config/romp/xm-romp.h,
	config/rs6000/x-aix31, config/rs6000/x-aix41,
	config/rs6000/x-beos, config/rs6000/x-lynx,
	config/rs6000/x-mach, config/rs6000/x-rs6000,
	config/rs6000/x-sysv4, config/rs6000/xm-rs6000.h,
	config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
	config/sparc/x-sysv4, config/sparc/xm-linux.h,
	config/sparc/xm-pbd.h, config/sparc/xm-sparc.h,
	config/vax/xm-vms.h: Eradicate all references to alloca and
	related stuff.

	* config/xm-alloca.h, config/clipper/x-clix,
	config/i386/xm-sysv4.h, config/i860/x-fx2800,
	config/i860/x-sysv3, config/m88k/x-sysv3,
	config/sparc/xm-sol2.h, config/we32k/x-we32k: Delete
	(contained only alloca related hacks).

	* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Just define
	USE_C_ALLOCA.

From-SVN: r40259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libiberty:
	* aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.
	* configure.in: Replace all alloca logic with a simple use of
	the above new macro.
	* config.table: Kill *-*-beos* entry.
	* config/mh-beos: Delete.
	* configure, config.in: Regenerate.

	* Makefile.in (ALLOCA, HFILES): Kill.
	(REQUIRED_OFILES): Add alloca.o.
	(alloca.o): Depend on libiberty.h.
	(argv.o): Don't depend on alloca-conf.h.
	* alloca-conf.h: Delete.
	* alloca.c: Include libiberty.h.  Kill all #ifdef emacs
	blocks.  Provide the C alloca unconditionally.  Use PTR where
	appropriate.  Make i00afunc static.
	* argv.c: Don't include alloca-conf.h.

include:
	* libiberty.h: Prototype C_alloca; define alloca to either
	__builtin_alloca or C_alloca as appropriate.

gcc:
	* aclocal.m4 (AM_GNU_GETTEXT): Don't AC_REQUIRE
	AC_FUNC_ALLOCA.
	* configure, config.in: Regenerate.
	* config.gcc: Remove references to deleted files.

	* genattr.c, genattrtab.c, genextract.c, genoutput.c,
	genrecog.c, rtl.c: Do not use alloca anywhere.

	* Makefile.in, build-make, system.h, config/x-interix,
	config/x-svr4, config/xm-interix.h, config/xm-openbsd.h,
	config/alpha/xm-alpha.h, config/alpha/xm-vms.h,
	config/arc/xm-arc.h, config/arm/xm-arm.h,
	config/d30v/xm-d30v.h, config/dsp16xx/xm-dsp16xx.h,
	config/h8300/xm-h8300.h, config/i370/x-oe,
	config/i370/xm-linux.h, config/i386/x-aix, config/i386/x-beos,
	config/i386/x-ncr3000, config/i386/x-sco5,
	config/i386/xm-dgux.h, config/i860/x-sysv4,
	config/i960/xm-i960.h, config/m32r/xm-m32r.h,
	config/m68k/x-crds, config/m68k/x-dpx2, config/m68k/x-hp320,
	config/m68k/x-hp320g, config/m69k/x-mot3300,
	config/m68k/x-mot3300-gas, config/m68k/xm-amix.h,
	config/m68k/xm-hp320.h, config/m68k/xm-m68kv.h,
	config/m68k/xm-mot3300.h, config/m88k/x-dolph,
	config/m88k/x-sysv4, config/m88k/x-tekXD88,
	config/m88k/xm-m88k.h, config/mcore/xm-mcore.h,
	config/mips/x-iris, config/mips/x-iris3,
	config/mips/x-sni-svr4, config/mips/x-sysv,
	config/mips/xm-iris6.h, config/mips/xm-mips.h,
	config/mips/xm-nws3250v4.h, config/pa/x-hpux,
	config/pa/x-pa-mpeix, config/pa/xm-pa.h,
	config/pa/xm-pa64hpux.h, config/pa/xm-pahpux.h,
	config/pa/xm-papro.h, config/romp/xm-romp.h,
	config/rs6000/x-aix31, config/rs6000/x-aix41,
	config/rs6000/x-beos, config/rs6000/x-lynx,
	config/rs6000/x-mach, config/rs6000/x-rs6000,
	config/rs6000/x-sysv4, config/rs6000/xm-rs6000.h,
	config/rs6000/xm-sysv4.h, config/sh/xm-sh.h,
	config/sparc/x-sysv4, config/sparc/xm-linux.h,
	config/sparc/xm-pbd.h, config/sparc/xm-sparc.h,
	config/vax/xm-vms.h: Eradicate all references to alloca and
	related stuff.

	* config/xm-alloca.h, config/clipper/x-clix,
	config/i386/xm-sysv4.h, config/i860/x-fx2800,
	config/i860/x-sysv3, config/m88k/x-sysv3,
	config/sparc/xm-sol2.h, config/we32k/x-we32k: Delete
	(contained only alloca related hacks).

	* config/i386/xm-beos.h, config/rs6000/xm-beos.h: Just define
	USE_C_ALLOCA.

From-SVN: r40259
</pre>
</div>
</content>
</entry>
<entry>
<title>mh-openedition.h: Added -DLE370 definition.</title>
<updated>2000-07-27T02:00:36+00:00</updated>
<author>
<name>Dave Pitts</name>
<email>dpitts@cozx.com</email>
</author>
<published>2000-07-27T02:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=4f21e37737cceed3e94fb463730b38903a9f93c4'/>
<id>4f21e37737cceed3e94fb463730b38903a9f93c4</id>
<content type='text'>
2000-04-27  Dave Pitts  &lt;dpitts@cozx.com&gt;

        * config/mh-openedition.h: Added -DLE370 definition.

From-SVN: r35283
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
2000-04-27  Dave Pitts  &lt;dpitts@cozx.com&gt;

        * config/mh-openedition.h: Added -DLE370 definition.

From-SVN: r35283
</pre>
</div>
</content>
</entry>
<entry>
<title>alloca-conf.h (alloca): Don't use Gcc builtin or &lt;alloca.h&gt;.</title>
<updated>1999-09-27T17:45:52+00:00</updated>
<author>
<name>Richard Henderson</name>
<email>rth@cygnus.com</email>
</author>
<published>1999-09-27T17:45:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=2c45d1a04de4cd940c53191e51e2e21ace86e541'/>
<id>2c45d1a04de4cd940c53191e51e2e21ace86e541</id>
<content type='text'>
        * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
        or &lt;alloca.h&gt;.
        * clock.c (GNU_HZ): New definition.
        (clock): Use it.
        * getruntime.c: Likewise.

        * config.table: Use mh-beos.
        * config/mh-beos: New file.

From-SVN: r29680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * alloca-conf.h (alloca) [C_ALLOCA]: Don't use Gcc builtin
        or &lt;alloca.h&gt;.
        * clock.c (GNU_HZ): New definition.
        (clock): Use it.
        * getruntime.c: Likewise.

        * config.table: Use mh-beos.
        * config/mh-beos: New file.

From-SVN: r29680
</pre>
</div>
</content>
</entry>
<entry>
<title>config.table: Add openedition target.</title>
<updated>1999-09-08T06:33:11+00:00</updated>
<author>
<name>Linas Vepstas</name>
<email>linas@linas.org</email>
</author>
<published>1999-09-08T06:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=3dd6c3afe3d89dee3515aa37005a125d1fe1c511'/>
<id>3dd6c3afe3d89dee3515aa37005a125d1fe1c511</id>
<content type='text'>
        * config.table: Add openedition target.
        * config/mh-openedition: New file.

From-SVN: r29188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * config.table: Add openedition target.
        * config/mh-openedition: New file.

From-SVN: r29188
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from Cygnus libiberty.</title>
<updated>1998-05-15T23:42:58+00:00</updated>
<author>
<name>Jeff Law</name>
<email>law@gcc.gnu.org</email>
</author>
<published>1998-05-15T23:42:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=3affd5f0f4b9f9e7d3ecac2881604692ae52681e'/>
<id>3affd5f0f4b9f9e7d3ecac2881604692ae52681e</id>
<content type='text'>
libiberty uses autoconf now.

From-SVN: r19791
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
libiberty uses autoconf now.

From-SVN: r19791
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was generated by cvs2svn to compensate for changes in r19789,</title>
<updated>1998-05-15T23:21:05+00:00</updated>
<author>
<name>Jeff Law</name>
<email>law@gcc.gnu.org</email>
</author>
<published>1998-05-15T23:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=fe806bddb81ada7a8797cf387ff7c1427ed3d6bb'/>
<id>fe806bddb81ada7a8797cf387ff7c1427ed3d6bb</id>
<content type='text'>
which included commits to RCS files with non-trunk default branches.

From-SVN: r19790
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which included commits to RCS files with non-trunk default branches.

From-SVN: r19790
</pre>
</div>
</content>
</entry>
<entry>
<title>cplus-dem.c (gnu_special): Don't get confused by .&lt;digits&gt; strings that are not actually lengths.</title>
<updated>1998-02-22T16:53:40+00:00</updated>
<author>
<name>Jeff Law</name>
<email>law@gcc.gnu.org</email>
</author>
<published>1998-02-22T16:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=5890bc92d41b13a99c7a3349daa9a2e2162b1ce2'/>
<id>5890bc92d41b13a99c7a3349daa9a2e2162b1ce2</id>
<content type='text'>
	* cplus-dem.c (gnu_special): Don't get confused by .&lt;digits&gt;
	strings that are not actually lengths.
	* config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
	since it gets built automatically
	* vasprintf.c (int_vasprintf): Increase buffer size for float/double
	values.

From-SVN: r18171
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* cplus-dem.c (gnu_special): Don't get confused by .&lt;digits&gt;
	strings that are not actually lengths.
	* config/mh-cygwin32: remove vasprintf.o from EXTRA_OFILES
	since it gets built automatically
	* vasprintf.c (int_vasprintf): Increase buffer size for float/double
	values.

From-SVN: r18171
</pre>
</div>
</content>
</entry>
<entry>
<title>Add mingw32 support.</title>
<updated>1998-01-17T21:30:39+00:00</updated>
<author>
<name>Mumit Khan</name>
<email>khan@xraylith.wisc.edu</email>
</author>
<published>1998-01-17T21:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=77aff459558ec67ceafc407420e014433828f7a5'/>
<id>77aff459558ec67ceafc407420e014433828f7a5</id>
<content type='text'>
        * pexecute.c (pexecute): New function for mingw32. Supports pipes.
        (pwait): New function for mingw32.
        * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
        * config/mt-mingw32: New file.
        * xmalloc.c (first_break): Not used for mingw32.
        (xmalloc_set_program_name): Don't use sbrk on mingw32.
        (xmalloc): Likewise.
        (xrealloc): Likewise.

Co-Authored-By: J.J. VanderHeijden &lt;J.J.vanderHeijden@student.utwente.nl&gt;

From-SVN: r17395
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
        * pexecute.c (pexecute): New function for mingw32. Supports pipes.
        (pwait): New function for mingw32.
        * config.table (i[3456]86-*-mingw32*): Support for i386-mingw32.
        * config/mt-mingw32: New file.
        * xmalloc.c (first_break): Not used for mingw32.
        (xmalloc_set_program_name): Don't use sbrk on mingw32.
        (xmalloc): Likewise.
        (xrealloc): Likewise.

Co-Authored-By: J.J. VanderHeijden &lt;J.J.vanderHeijden@student.utwente.nl&gt;

From-SVN: r17395
</pre>
</div>
</content>
</entry>
<entry>
<title>and these</title>
<updated>1997-10-14T19:11:36+00:00</updated>
<author>
<name>Jason Merrill</name>
<email>jason@gcc.gnu.org</email>
</author>
<published>1997-10-14T19:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=438998a93de67adbc22bfa1cd6bba6a7d8a62789'/>
<id>438998a93de67adbc22bfa1cd6bba6a7d8a62789</id>
<content type='text'>
From-SVN: r15902
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From-SVN: r15902
</pre>
</div>
</content>
</entry>
<entry>
<title>cplus-dem.c (demangle_signature): Don't look for return types on constructors.</title>
<updated>1997-10-14T19:10:45+00:00</updated>
<author>
<name>Jason Merrill</name>
<email>jason@gcc.gnu.org</email>
</author>
<published>1997-10-14T19:10:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/gcc.git/commit/?id=19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115'/>
<id>19ddc834bc1ebc4e7cb7aa053cb815b3c6cc1115</id>
<content type='text'>
Tue Oct 14 12:01:00 1997  Mark Mitchell  &lt;mmitchell@usa.net&gt;

	* cplus-dem.c (demangle_signature): Don't look for return types on
	constructors.  Handle member template constructors.

and update from devo.

From-SVN: r15901
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tue Oct 14 12:01:00 1997  Mark Mitchell  &lt;mmitchell@usa.net&gt;

	* cplus-dem.c (demangle_signature): Don't look for return types on
	constructors.  Handle member template constructors.

and update from devo.

From-SVN: r15901
</pre>
</div>
</content>
</entry>
</feed>
