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:
parent
37344b9b0d
commit
01414194b9
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user