From d7afa8f03409553285799756d5f4a91ed1b6d10f Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 11 Apr 1994 10:45:48 -0700 Subject: [PATCH] (OLDCC): Change -XNh1500 to -XNh2000. From-SVN: r7034 --- gcc/config/mips/x-iris | 2 +- gcc/config/mips/x-iris3 | 2 +- gcc/config/mips/x-mips | 2 +- gcc/config/mips/x-sony | 2 +- gcc/config/mips/x-sysv | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris index df374d15070..e07d456a13a 100644 --- a/gcc/config/mips/x-iris +++ b/gcc/config/mips/x-iris @@ -11,7 +11,7 @@ CC = $(OLDCC) OPT = -O1 -OLDCC = cc -Wf,-XNh1500,-XNg1500 -Olimit 3000 -cckr $(OPT) +OLDCC = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 -cckr $(OPT) # The bison output files are machine-indep, # so different flags for a particular machine are not useful. diff --git a/gcc/config/mips/x-iris3 b/gcc/config/mips/x-iris3 index 4d026b1ffef..d4b55dde20a 100644 --- a/gcc/config/mips/x-iris3 +++ b/gcc/config/mips/x-iris3 @@ -14,7 +14,7 @@ CC = $(OLDCC) OPT = -O1 -OLDCC = cc -Wf,-XNh1500,-XNg1500 -Olimit 3000 $(OPT) +OLDCC = cc -Wf,-XNh2000,-XNg1500 -Olimit 3000 $(OPT) # The bison output files are machine-indep, # so different flags for a particular machine are not useful. diff --git a/gcc/config/mips/x-mips b/gcc/config/mips/x-mips index aaf9e18ea2a..7b407431a81 100644 --- a/gcc/config/mips/x-mips +++ b/gcc/config/mips/x-mips @@ -10,7 +10,7 @@ CC = $(OLDCC) OPT = -O1 -OLDCC = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT) +OLDCC = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT) # The bison output files are machine-indep, # so different flags for a particular machine are not useful. diff --git a/gcc/config/mips/x-sony b/gcc/config/mips/x-sony index cf92ca800dc..c64593d7d7d 100644 --- a/gcc/config/mips/x-sony +++ b/gcc/config/mips/x-sony @@ -1,5 +1,5 @@ # Make internal tables bigger. -OLDCC=cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT) +OLDCC=cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT) # Define CC and OLDCC as the same, so that the tests: # if [ x"$(OLDCC)" = x"$(CC)" ] ... diff --git a/gcc/config/mips/x-sysv b/gcc/config/mips/x-sysv index 45d70d6b930..06b0ab5f8c4 100644 --- a/gcc/config/mips/x-sysv +++ b/gcc/config/mips/x-sysv @@ -10,7 +10,7 @@ CC = $(OLDCC) OPT = -O1 -OLDCC = cc -Wf,-XNg1500,-XNh1500 -Olimit 3000 $(OPT) +OLDCC = cc -Wf,-XNg1500,-XNh2000 -Olimit 3000 $(OPT) # The bison output files are machine-indep, # so different flags for a particular machine are not useful.