mirror of
https://gcc.gnu.org/git/gcc.git
synced 2026-02-22 03:46:53 -05:00
pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
* pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding. Fixes testsuite regressions for the PA. From-SVN: r21741
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Fri Aug 14 21:07:03 1998 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
|
||||
|
||||
* m68k.md (adddi_dilshr32): One of the operands must be a register.
|
||||
(adddi_dishl32): Similarly.
|
||||
|
||||
|
||||
@@ -1127,6 +1127,7 @@ extern enum cmp_type hppa_branch_type;
|
||||
|
||||
#define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \
|
||||
{ char *target_name = XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0); \
|
||||
STRIP_NAME_ENCODING (target_name, target_name); \
|
||||
output_function_prologue (FILE, 0); \
|
||||
if (VAL_14_BITS_P (DELTA)) \
|
||||
fprintf (FILE, "\tb %s\n\tldo %d(%%r26),%%r26\n", target_name, DELTA); \
|
||||
|
||||
Reference in New Issue
Block a user