Fix glibc make check failure.
authorJim Wilson <wilson@cygnus.com>
Wed, 20 Sep 2000 01:22:44 +0000 (01:22 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 20 Sep 2000 01:22:44 +0000 (18:22 -0700)
* config/ia64/crtbegin.asm (__dso_handle): Delete use of
HAVE_GAS_HIDDEN macro.

From-SVN: r36548

gcc/ChangeLog
gcc/config/ia64/crtbegin.asm

index c18716e626d792d2f8e875cf97039fbf212b7740..84fa07610469f88ab11cf0d5de0785438400534a 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-19  Jim Wilson  <wilson@cygnus.com>
+
+       * config/ia64/crtbegin.asm (__dso_handle): Delete use of
+       HAVE_GAS_HIDDEN macro.
+
 Tue 19-Sep-2000 22:38:57 BST  Neil Booth  <NeilB@earthling.net>
 
        * cpplex.c (lex_line): Drop the EOF token for unknown
index 163f009d8698d0424d5a4dd9c1f4032ed1895891..1a8bcf16f14a3b17b5aeb9f7561912785ec17ac4 100644 (file)
@@ -54,9 +54,7 @@ __dso_handle:
 __dso_handle:
        data8   0
 #endif
-#ifdef HAVE_GAS_HIDDEN
        .hidden __dso_handle#
-#endif
 
        /* The frame object.  */
        /* ??? How can we rationally keep this size correct?  */