Commit 829bd124 by Richard Kenner

(make_decl_rtl): Call MODIFY_ASSEMBLER_NAME if defined.

From-SVN: r9022
parent 77cf75a8
/* Output variables, constants and external declarations, for GNU compiler.
Copyright (C) 1987, 88, 89, 92, 93, 1994 Free Software Foundation, Inc.
Copyright (C) 1987, 88, 89, 92, 93, 94, 1995 Free Software Foundation, Inc.
This file is part of GNU CC.
......@@ -448,6 +448,10 @@ make_decl_rtl (decl, asmspec, top_level)
register char *name = 0;
int reg_number;
#ifdef MODIFY_ASSEMBLER_NAME
DECL_ASSEMBLER_NAME (decl) = MODIFY_ASSEMBLER_NAME (decl);
#endif
if (output_bytecode)
{
bc_make_decl_rtl (decl, asmspec, top_level);
......
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