varasm.c (asm_emit_uninitialised): Use 0, not NULL as arg 2 of UNIQUE_SECTION.
* varasm.c (asm_emit_uninitialised): Use 0, not NULL as arg 2 of UNIQUE_SECTION. From-SVN: r33708
This commit is contained in:
parent
cde9b87dfb
commit
4edee0e6a1
@ -1,3 +1,8 @@
|
||||
2000-05-05 Marek Michalkiewicz <marekm@linux.org.pl>
|
||||
|
||||
* varasm.c (asm_emit_uninitialised): Use 0, not NULL
|
||||
as arg 2 of UNIQUE_SECTION.
|
||||
|
||||
Fri May 5 10:11:41 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* predict.c: Remove May 4 change.
|
||||
|
@ -1289,7 +1289,7 @@ asm_emit_uninitialised (decl, name, size, rounded)
|
||||
#ifdef ASM_OUTPUT_SECTION_NAME
|
||||
/* We already know that DECL_SECTION_NAME() == NULL. */
|
||||
if (flag_data_sections != 0 || UNIQUE_SECTION_P (decl))
|
||||
UNIQUE_SECTION (decl, NULL);
|
||||
UNIQUE_SECTION (decl, 0);
|
||||
#endif
|
||||
|
||||
switch (destination)
|
||||
|
Loading…
Reference in New Issue
Block a user