]> git.ipfire.org Git - thirdparty/gcc.git/commit
collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 27 Nov 2001 15:36:24 +0000 (15:36 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 27 Nov 2001 15:36:24 +0000 (15:36 +0000)
commit475c267f7a9d48a3bc24d39c9a365ce3b06d5f16
treeb4b3cf63e86e012917e8cc2f32151469a46fbd26
parentec8e621da9820b3bb8d316a29195da93c926e8c1
collect2.c: Check HAVE_DUP2 instead of NO_DUP2.

* collect2.c: Check HAVE_DUP2 instead of NO_DUP2.
(dup2): Make static and add prototype.
* m68k/plexus.h: Don't define NO_DUP2.
* configure.in (AC_CHECK_FUNCS): Add dup2.
* config.in, configure: Regenerate.

From-SVN: r47379
gcc/ChangeLog
gcc/collect2.c
gcc/config.in
gcc/config/m68k/plexus.h
gcc/configure
gcc/configure.in