* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
authorrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 May 1999 11:19:34 +0000 (11:19 +0000)
committerrearnsha <rearnsha@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 May 1999 11:19:34 +0000 (11:19 +0000)
necessary.  Reported by jim@federated.com.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26844 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/arm/arm.h

index 4c02cf1..725c07e 100644 (file)
@@ -1,3 +1,8 @@
+Sun May  9 11:12:19 1999  Philip Blundell <bp@nexus.co.uk>
+
+       * config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
+       necessary.  Reported by jim@federated.com.
+
 Sat May  8 23:05:35 1999  Jeffrey A Law  (law@cygnus.com)
 
        * pa.h (PRINT_OPERAND_ADDRESS): Output "%r0", not "r0" for the
index ad2b865..0c6131b 100644 (file)
@@ -2059,6 +2059,8 @@ do {                                                                      \
     }                                                                  \
   fputs ("\tb\t", FILE);                                               \
   assemble_name (FILE, XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0));       \
+  if (NEED_PLT_GOT)                                                    \
+    fputs ("(PLT)", FILE);                                             \
   fputc ('\n', FILE);                                                  \
 } while (0)