Fix glibc make check failure.
* config/ia64/crtbegin.asm (__dso_handle): Delete use of HAVE_GAS_HIDDEN macro. From-SVN: r36548
This commit is contained in:
parent
df8bbc66d2
commit
fd09c61f74
@ -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
|
||||
|
@ -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? */
|
||||
|
Loading…
Reference in New Issue
Block a user