]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
elf.h (MAKE_DECL_ONE_ONLY): Define.
authorCatherine Moore <clm@cygnus.com>
Wed, 7 Apr 1999 12:59:53 +0000 (12:59 +0000)
committerCatherine Moore <clm@gcc.gnu.org>
Wed, 7 Apr 1999 12:59:53 +0000 (08:59 -0400)
       * config/mips/elf.h (MAKE_DECL_ONE_ONLY): Define.
        (UNIQUE_SECTION_P): Define.

From-SVN: r26260

gcc/ChangeLog
gcc/config/mips/elf.h

index f4d4b260c322bde8acc207ae3a7b5444aceb6f74..da8276f3c32a3aca9103bdf5f45dd12a8d2748c9 100644 (file)
@@ -1,3 +1,8 @@
+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:
index a5401f843113465f390c3f30a3bf6a88fa80aaa9..1364e2a049d17a9dc11480e0984c05150f786568 100644 (file)
@@ -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;                                                     \