Only defined NEED_PLT_GOT if it is not already defined.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 09:07:33 +0000 (09:07 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 22 May 1999 09:07:33 +0000 (09:07 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27097 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/arm/arm.h

index 0c6131b..e88bda9 100644 (file)
@@ -480,7 +480,9 @@ extern int arm_is_6_or_7;
 /* Nonzero if PIC code requires explicit qualifiers to generate
    PLT and GOT relocs rather than the assembler doing so implicitly.
    Subtargets can override this if required.  */
+#ifndef NEED_PLT_GOT
 #define NEED_PLT_GOT   0
+#endif
 \f
 /* Target machine storage Layout.  */