diff options
Diffstat (limited to 'gcc/config/pa/elf.h')
| -rw-r--r-- | gcc/config/pa/elf.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/pa/elf.h b/gcc/config/pa/elf.h index 1fda8ad5708..76e8dac3d3e 100644 --- a/gcc/config/pa/elf.h +++ b/gcc/config/pa/elf.h @@ -40,6 +40,7 @@ do {  \         output_file_directive ((FILE), main_input_filename); \     } while (0) +#undef ASM_DECLARE_FUNCTION_NAME  #define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL) \  do {  \    if (TREE_PUBLIC (DECL)) \ @@ -81,6 +82,7 @@ do {  \     (__main for example).  To make sure all libcall names have section     info recorded in them, we do it here.  */ +#undef ASM_OUTPUT_EXTERNAL_LIBCALL  #define ASM_OUTPUT_EXTERNAL_LIBCALL(FILE, RTL) \    do { fputs ("\t.IMPORT ", FILE);					\         if (!function_label_operand (RTL, VOIDmode))			\  | 

