aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>1998-05-06 15:55:26 +0000
committerJim Wilson <wilson@gcc.gnu.org>1998-05-06 08:55:26 -0700
commit7e07331424f29aca5db1823a2b43ed7973739d63 (patch)
tree4b24edc8028349a1eab2e5a494369cfd8b16df28
parentfd4a1ca5033e78017f2ea8fe24d9133da79af88f (diff)
downloadgcc-7e07331424f29aca5db1823a2b43ed7973739d63.zip
gcc-7e07331424f29aca5db1823a2b43ed7973739d63.tar.gz
gcc-7e07331424f29aca5db1823a2b43ed7973739d63.tar.bz2
Fix irix6 linker warning, multiply defined target_temp_slot_level.
* expr.c (target_temp_slot_level): Delete duplicate definition. From-SVN: r19584
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/expr.c6
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 51beb67..8b2c2b8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Wed May 6 15:51:39 1998 Jim Wilson <wilson@cygnus.com>
+
+ * expr.c (target_temp_slot_level): Delete duplicate definition.
+
Wed May 6 16:46:01 1998 Jeffrey A Law (law@cygnus.com)
* loop.c (regs_match_p): Fix typo in prototype.
diff --git a/gcc/expr.c b/gcc/expr.c
index 3fb9280..ae3680c 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -95,12 +95,6 @@ int pending_stack_adjust;
and in other cases as well. */
int inhibit_defer_pop;
-/* When temporaries are created by TARGET_EXPRs, they are created at
- this level of temp_slot_level, so that they can remain allocated
- until no longer needed. CLEANUP_POINT_EXPRs define the lifetime
- of TARGET_EXPRs. */
-int target_temp_slot_level;
-
/* Nonzero means __builtin_saveregs has already been done in this function.
The value is the pseudoreg containing the value __builtin_saveregs
returned. */