Commit d4206a10 by Philip Blundell Committed by Phil Blundell

arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.

2001-04-08  Philip Blundell  <philb@gnu.org>

	* config/arm/arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.

From-SVN: r41191
parent 0f719068
2001-04-08 Philip Blundell <philb@gnu.org>
* config/arm/arm.h (ASM_OUTPUT_LABELREF): Use asm_fprintf.
2001-04-08 Neil Booth <neil@daikokuya.demon.co.uk> 2001-04-08 Neil Booth <neil@daikokuya.demon.co.uk>
* cpperror.c (print_location): Don't special case <stdin>. * cpperror.c (print_location): Don't special case <stdin>.
......
...@@ -1929,7 +1929,7 @@ typedef struct ...@@ -1929,7 +1929,7 @@ typedef struct
`assemble_name' uses this. */ `assemble_name' uses this. */
#undef ASM_OUTPUT_LABELREF #undef ASM_OUTPUT_LABELREF
#define ASM_OUTPUT_LABELREF(FILE, NAME) \ #define ASM_OUTPUT_LABELREF(FILE, NAME) \
fprintf (FILE, "%s%s", USER_LABEL_PREFIX, arm_strip_name_encoding (NAME)) asm_fprintf (FILE, "%U%s", arm_strip_name_encoding (NAME))
/* If we are referencing a function that is weak then encode a long call /* If we are referencing a function that is weak then encode a long call
flag in the function name, otherwise if the function is static or flag in the function name, otherwise if the function is static or
......
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