projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cce8bc
)
x
author
Jason Merrill
<merrill@gnu.org>
Wed, 30 Apr 1997 23:48:10 +0000
(23:48 +0000)
committer
Jason Merrill
<merrill@gnu.org>
Wed, 30 Apr 1997 23:48:10 +0000
(23:48 +0000)
From-SVN: r13996
gcc/config/i386/winnt.c
patch
|
blob
|
history
diff --git
a/gcc/config/i386/winnt.c
b/gcc/config/i386/winnt.c
index 72666921ed184ff7de3862ad2de187d56a0a77f0..e8e5df36425317a2806c14d5de42300dd6f05526 100644
(file)
--- a/
gcc/config/i386/winnt.c
+++ b/
gcc/config/i386/winnt.c
@@
-66,7
+66,7
@@
gen_stdcall_suffix (decl)
/* Cover function for UNIQUE_SECTION. */
-tree
+void
i386_pe_unique_section (decl, reloc)
tree decl;
int reloc;
@@
-89,5
+89,5
@@
i386_pe_unique_section (decl, reloc)
string = alloca (len + 1);
sprintf (string, "%s%s", prefix, name);
-
return
build_string (len, string);
+
DECL_SECTION_NAME (decl) =
build_string (len, string);
}