Commit fd09c61f by Jim Wilson Committed by Jim Wilson

Fix glibc make check failure.

	* config/ia64/crtbegin.asm (__dso_handle): Delete use of
	HAVE_GAS_HIDDEN macro.

From-SVN: r36548
parent df8bbc66
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> Tue 19-Sep-2000 22:38:57 BST Neil Booth <NeilB@earthling.net>
* cpplex.c (lex_line): Drop the EOF token for unknown * cpplex.c (lex_line): Drop the EOF token for unknown
......
...@@ -54,9 +54,7 @@ __dso_handle: ...@@ -54,9 +54,7 @@ __dso_handle:
__dso_handle: __dso_handle:
data8 0 data8 0
#endif #endif
#ifdef HAVE_GAS_HIDDEN
.hidden __dso_handle# .hidden __dso_handle#
#endif
/* The frame object. */ /* The frame object. */
/* ??? How can we rationally keep this size correct? */ /* ??? How can we rationally keep this size correct? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment