Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/gnu/dist/gcc/config/mips use TARGET_DEFAULT to generate PIC ...



details:   https://anonhg.NetBSD.org/src/rev/5c0e1243bd88
branches:  trunk
changeset: 485677:5c0e1243bd88
user:      shin <shin%NetBSD.org@localhost>
date:      Wed May 03 08:23:12 2000 +0000

description:
use TARGET_DEFAULT to generate PIC code.
closes PR 8574.

diffstat:

 gnu/dist/gcc/config/mips/netbsd.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 407ecbbb35f5 -r 5c0e1243bd88 gnu/dist/gcc/config/mips/netbsd.h
--- a/gnu/dist/gcc/config/mips/netbsd.h Wed May 03 07:04:22 2000 +0000
+++ b/gnu/dist/gcc/config/mips/netbsd.h Wed May 03 08:23:12 2000 +0000
@@ -105,8 +105,7 @@
   %{pic-lib:    -mhalf-pic} \
   %{pic-extern: -mhalf-pic} \
   %{pic-calls:  -mhalf-pic} \
-  %{save-temps: } \
-  %{!mno-abicalls:    -mabicalls}"
+  %{save-temps: }"
 
 #undef CPP_SPEC
 #define CPP_SPEC \
@@ -263,7 +262,7 @@
    GO_IF_LEGITIMATE_ADDRESS ever accepting such addresses. */
 
 #undef TARGET_DEFAULT
-#define TARGET_DEFAULT (MASK_GAS|MASK_DEBUG_A)
+#define TARGET_DEFAULT (MASK_GAS|MASK_DEBUG_A|MASK_ABICALLS)
 
 /* Since gas and gld are standard on NetBSD, we don't need these */
 #undef ASM_FINAL_SPEC



Home | Main Index | Thread Index | Old Index