Commit e2723c62 by Nick Clifton

Only defined NEED_PLT_GOT if it is not already defined.

From-SVN: r27097
parent c980b85b
...@@ -480,7 +480,9 @@ extern int arm_is_6_or_7; ...@@ -480,7 +480,9 @@ extern int arm_is_6_or_7;
/* Nonzero if PIC code requires explicit qualifiers to generate /* Nonzero if PIC code requires explicit qualifiers to generate
PLT and GOT relocs rather than the assembler doing so implicitly. PLT and GOT relocs rather than the assembler doing so implicitly.
Subtargets can override this if required. */ Subtargets can override this if required. */
#ifndef NEED_PLT_GOT
#define NEED_PLT_GOT 0 #define NEED_PLT_GOT 0
#endif
/* Target machine storage Layout. */ /* Target machine storage Layout. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment