diff options
| -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 c18716e626d..84fa0761046 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 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? */ |

