From 01414194b9e39651d502168c0b2279a9b73e19c5 Mon Sep 17 00:00:00 2001 From: "Loren J. Rittle" Date: Fri, 8 Jun 2001 00:47:58 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog | 5 +++++ gcc/config/alpha/elf.h | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0387a6a..ba91449 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 78642e6..a77a643 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 -- 2.7.4