aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-02-28 02:53:45 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-02-28 02:53:45 +0000
commit26029fe2fb2d3b7328336c081cc8c5aa87038a7a (patch)
tree2172c52e470b9e626a3be9710e9df522bafbc03d /gcc
parent87aee676f2abe6163710ed4d932eaf35e5de045c (diff)
downloadgcc-26029fe2fb2d3b7328336c081cc8c5aa87038a7a.zip
gcc-26029fe2fb2d3b7328336c081cc8c5aa87038a7a.tar.gz
gcc-26029fe2fb2d3b7328336c081cc8c5aa87038a7a.tar.bz2
xm-iris4.h: Delete #if 0 block (there since before 1997).
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/xm-iris4.h10
-rw-r--r--gcc/config/pa/xm-linux.h3
-rw-r--r--gcc/config/pa/xm-pa.h2
-rw-r--r--gcc/config/pa/xm-papro.h2
5 files changed, 5 insertions, 17 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7d4496a..6302e4a 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/mips/xm-iris4.h b/gcc/config/mips/xm-iris4.h
index c01d3f4..448b7ac 100644
--- a/gcc/config/mips/xm-iris4.h
+++ b/gcc/config/mips/xm-iris4.h
@@ -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
diff --git a/gcc/config/pa/xm-linux.h b/gcc/config/pa/xm-linux.h
index e7699d8..4bc19ee 100644
--- a/gcc/config/pa/xm-linux.h
+++ b/gcc/config/pa/xm-linux.h
@@ -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
diff --git a/gcc/config/pa/xm-pa.h b/gcc/config/pa/xm-pa.h
index 5814a89..b0d0c03 100644
--- a/gcc/config/pa/xm-pa.h
+++ b/gcc/config/pa/xm-pa.h
@@ -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
diff --git a/gcc/config/pa/xm-papro.h b/gcc/config/pa/xm-papro.h
index ad4675b..e5dad42 100644
--- a/gcc/config/pa/xm-papro.h
+++ b/gcc/config/pa/xm-papro.h
@@ -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