xm-iris4.h: Delete #if 0 block (there since before 1997).
authorZack Weinberg <zackw@stanford.edu>
Wed, 28 Feb 2001 02:53:45 +0000 (02:53 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Wed, 28 Feb 2001 02:53:45 +0000 (02:53 +0000)
* mips/xm-iris4.h: Delete #if 0 block (there since before 1997).
* pa/xm-linux.h, pa/xm-pa.h, pa/xm-papro.h: Don't declare errno.

From-SVN: r40107

gcc/ChangeLog
gcc/config/mips/xm-iris4.h
gcc/config/pa/xm-linux.h
gcc/config/pa/xm-pa.h
gcc/config/pa/xm-papro.h

index 7d4496a77152906ef2fb3c491244cd2e1745db4b..6302e4acdc0cd2ccc60914dc2ebacc69e4978da2 100644 (file)
@@ -1,3 +1,8 @@
+2001-02-27  Zack Weinberg  <zackw@stanford.edu>
+
+       * mips/xm-iris4.h: Delete #if 0 block (there since before 1997).
+       * pa/xm-linux.h, pa/xm-pa.h, pa/xm-papro.h: Don't declare errno.
+
 2001-02-27  Diego Novillo  <dnovillo@redhat.com>
 
        * c-common.c (walk_stmt_tree): Visit the chain of the current tree
index c01d3f48a7897f6b8d0eb033679a9dc246e1d4cf..448b7ac80bb3c0e991123bd4c198f33726cc68dc 100644 (file)
@@ -1,13 +1,3 @@
 #include "mips/xm-mips.h"
 
 #define USG
-
-#if 0
-#ifdef __GNUC__
-/* The normal irix compiler requires alloca.h or alloca doesn't work.
-   However, the IRIX compiler doesn't allow alloca to be stored in
-   something like ptr->field = alloca(), so we just use the normal
-   C alloca.  */
-#include <alloca.h>
-#endif
-#endif
index e7699d8b7b2f50b134c522f679fd12c55c6c2b43..4bc19ee67d7659d7b8822bb2e383989ee28c86e8 100644 (file)
@@ -18,9 +18,6 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-
-extern int errno;
-
 /* #defines that need visibility everywhere.  */
 #define FALSE 0
 #define TRUE 1
index 5814a898be3c46494fb7aeeadf9c45e984fc18c4..b0d0c037e49957370bb78dcec15b780d7e31ddd9 100644 (file)
@@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-extern int errno;
-
 /* #defines that need visibility everywhere.  */
 #define FALSE 0
 #define TRUE 1
index ad4675beba1b1433cec0a02af369162cd4919877..e5dad4259d990dfb17345c16da05981bfbd13c84 100644 (file)
@@ -19,8 +19,6 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-extern int errno;
-
 /* #defines that need visibility everywhere.  */
 #define FALSE 0
 #define TRUE 1