diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-20 01:22:44 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-20 01:22:44 +0000 |
commit | 02bf2b4b9024a0f4293707e91d2d2e5eaa0e0502 (patch) | |
tree | 6a21bf13d6e96808d40b070899753a2be54d385d /gcc/config/ia64/crtbegin.asm | |
parent | 052616625d3bbc50b09cd79f339c816260cdca06 (diff) | |
download | gcc-02bf2b4b9024a0f4293707e91d2d2e5eaa0e0502.tar.gz |
Fix glibc make check failure.
* config/ia64/crtbegin.asm (__dso_handle): Delete use of
HAVE_GAS_HIDDEN macro.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36548 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/crtbegin.asm')
-rw-r--r-- | gcc/config/ia64/crtbegin.asm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/ia64/crtbegin.asm b/gcc/config/ia64/crtbegin.asm index 163f009d869..1a8bcf16f14 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? */ |