mirror of
https://github.com/pmret/gcc-papermario.git
synced 2024-11-08 11:53:01 +01:00
avoid duplicate definition issue
This commit is contained in:
parent
6784717c18
commit
a6afc2afbc
4
dbxout.c
4
dbxout.c
@ -81,7 +81,7 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "defaults.h"
|
||||
#include "output.h" /* ASM_OUTPUT_SOURCE_LINE may refer to sdb functions. */
|
||||
|
||||
char *current_function_name;
|
||||
char *current_function_name2;
|
||||
|
||||
#ifndef errno
|
||||
extern int errno;
|
||||
@ -1672,7 +1672,7 @@ dbxout_symbol (decl, local)
|
||||
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl)),
|
||||
IDENTIFIER_POINTER (DECL_NAME (context)));
|
||||
|
||||
current_function_name = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
|
||||
current_function_name2 = IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (decl));
|
||||
dbxout_finish_symbol (decl);
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user