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
This commit is contained in:
Loren J. Rittle 2001-06-08 00:47:58 +00:00 committed by Loren J. Rittle
parent 37344b9b0d
commit 01414194b9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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