From: Loren J. Rittle Date: Fri, 8 Jun 2001 00:47:58 +0000 (+0000) Subject: elf.h (MAKE_DECL_ONE_ONLY): Copy definition from config/elfos.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01414194b9e39651d502168c0b2279a9b73e19c5;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0387a6a9b98..ba914495614 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2001-06-07 Loren J. Rittle + + * config/alpha/elf.h (MAKE_DECL_ONE_ONLY): Copy definition + from config/elfos.h. + 2001-06-07 Phil Edwards * linux.h (CPLUSPLUS_CPP_SPEC): Move -D_GNU_SOURCE to here. diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 78642e678df..a77a64328d9 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -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