From-SVN: r13996
This commit is contained in:
Jason Merrill 1997-04-30 23:48:10 +00:00
parent 3cce8bc65c
commit 516dd80f5c

View File

@ -66,7 +66,7 @@ gen_stdcall_suffix (decl)
/* Cover function for UNIQUE_SECTION. */ /* Cover function for UNIQUE_SECTION. */
tree void
i386_pe_unique_section (decl, reloc) i386_pe_unique_section (decl, reloc)
tree decl; tree decl;
int reloc; int reloc;
@ -89,5 +89,5 @@ i386_pe_unique_section (decl, reloc)
string = alloca (len + 1); string = alloca (len + 1);
sprintf (string, "%s%s", prefix, name); sprintf (string, "%s%s", prefix, name);
return build_string (len, string); DECL_SECTION_NAME (decl) = build_string (len, string);
} }