Commit 01414194 by Loren J. Rittle Committed by Loren J. Rittle

elf.h (MAKE_DECL_ONE_ONLY): Copy definition from config/elfos.h.

	* config/alpha/elf.h (MAKE_DECL_ONE_ONLY): Copy definition
	from config/elfos.h.

From-SVN: r42991
parent 37344b9b
2001-06-07 Loren J. Rittle <ljrittle@acm.org>
* config/alpha/elf.h (MAKE_DECL_ONE_ONLY): Copy definition
from config/elfos.h.
2001-06-07 Phil Edwards <pme@sources.redhat.com>
* linux.h (CPLUSPLUS_CPP_SPEC): Move -D_GNU_SOURCE to here.
......
......@@ -458,6 +458,8 @@ void FN () \
} \
while (0)
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
#define UNIQUE_SECTION_P(DECL) (DECL_ONE_ONLY (DECL))
#undef UNIQUE_SECTION
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment