From fd09c61f740f92f6300f8a2c65fa6b8e1c4f84f5 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 20 Sep 2000 01:22:44 +0000 Subject: Fix glibc make check failure. * config/ia64/crtbegin.asm (__dso_handle): Delete use of HAVE_GAS_HIDDEN macro. From-SVN: r36548 --- gcc/ChangeLog | 5 +++++ gcc/config/ia64/crtbegin.asm | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c18716e..84fa076 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-09-19 Jim Wilson + + * config/ia64/crtbegin.asm (__dso_handle): Delete use of + HAVE_GAS_HIDDEN macro. + Tue 19-Sep-2000 22:38:57 BST Neil Booth * cpplex.c (lex_line): Drop the EOF token for unknown diff --git a/gcc/config/ia64/crtbegin.asm b/gcc/config/ia64/crtbegin.asm index 163f009..1a8bcf1 100644 --- a/gcc/config/ia64/crtbegin.asm +++ b/gcc/config/ia64/crtbegin.asm @@ -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? */ -- cgit v1.1