]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/15486 (-fdata-sections moves common vars to .bss)
authorEric Botcazou <ebotcazou@libertysurf.fr>
Sat, 18 Dec 2004 21:49:55 +0000 (22:49 +0100)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sat, 18 Dec 2004 21:49:55 +0000 (21:49 +0000)
commit64270ab0561fce7eaa80684e0c71ee8184fbcf87
treef12c29f73b3cb8794ea74aeb7771e9fe58367147
parent36f5ada19abb481dff1a9e973f20e4dc77b8b979
re PR middle-end/15486 (-fdata-sections moves common vars to .bss)

PR middle-end/15486
* varasm.c (asm_emit_uninitialised): Return early if
a custom section is requested.
(assemble_variable): Revert 2002-03-15 patch.

From-SVN: r92365
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/fdata-sections-1.c [new file with mode: 0644]
gcc/varasm.c