Commit 6ed173d0 by Catherine Moore Committed by Catherine Moore

elf.h (MAKE_DECL_ONE_ONLY): Define.

       * config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
        (UNIQUE_SECTION_P): Define.

From-SVN: r26260
parent 12408bb3
Wed Apr 7 14:52:18 1999 Catherine Moore <clm@cygnus.com>
* config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
(UNIQUE_SECTION_P): Define.
1999-04-07 11:50 -0800 Bruce Korb <ddsinc09@ix.netcom.com>
* fixinc/inclhack.tpl & fixincl.tpl:
......
......@@ -169,6 +169,8 @@ do { \
fputc ('\n', FILE); \
} while (0)
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
#define UNIQUE_SECTION_P(DECL) (DECL_ONE_ONLY (DECL))
#define UNIQUE_SECTION(DECL,RELOC) \
do { \
int len, size, sec; \
......
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