arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if necessary.

* config/arm/arm.h (ASM_OUTPUT_MI_THUNK): Add (PLT) to branch if
necessary.  Reported by jim@federated.com.

From-SVN: r26844
This commit is contained in:
Philip Blundell 1999-05-09 11:19:34 +00:00 committed by Richard Earnshaw
parent 9ac6c1aded
commit f3b2a1c901
2 changed files with 7 additions and 0 deletions

View 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

View 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)