diff options
author | Jim Wilson <wilson@cygnus.com> | 2000-09-20 01:22:44 +0000 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2000-09-19 18:22:44 -0700 |
commit | fd09c61f740f92f6300f8a2c65fa6b8e1c4f84f5 (patch) | |
tree | 6a21bf13d6e96808d40b070899753a2be54d385d /gcc | |
parent | df8bbc66d283b104355623ee67cf3946bdd7a8eb (diff) | |
download | gcc-fd09c61f740f92f6300f8a2c65fa6b8e1c4f84f5.zip gcc-fd09c61f740f92f6300f8a2c65fa6b8e1c4f84f5.tar.gz gcc-fd09c61f740f92f6300f8a2c65fa6b8e1c4f84f5.tar.bz2 |
Fix glibc make check failure.
* config/ia64/crtbegin.asm (__dso_handle): Delete use of
HAVE_GAS_HIDDEN macro.
From-SVN: r36548
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/ia64/crtbegin.asm | 2 |
2 files changed, 5 insertions, 2 deletions
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 <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 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? */ |