blob: b7e491b2e500a0af1444bd783df654f80dc1e557 [file] [log] [blame]
#include <config.h>
#ifdef HAVE_ASM_UNIQUE_OBJECT
asm (".data;"
".globl var\n"
".type var, %gnu_unique_object\n"
".size var, 4\n"
"var:.zero 4\n"
".previous");
#endif