diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-18 21:07:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-18 21:07:40 +0000 |
commit | d02907df8e29353eaeb357f498c7469f4f44eacf (patch) | |
tree | bd01a63de8f3f3c6515d1fb4eb8df4af723d25f3 /ChangeLog | |
parent | 65b3cbcba735abd13f10dfdc170ff61411003390 (diff) | |
download | glibc-d02907df8e29353eaeb357f498c7469f4f44eacf.zip glibc-d02907df8e29353eaeb357f498c7469f4f44eacf.tar.gz glibc-d02907df8e29353eaeb357f498c7469f4f44eacf.tar.bz2 |
* libc-symbols.h (strong_alias_asm, strong_alias): Use
ASM_GLOBAL_DIRECTIVE on the alias.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ Tue Apr 18 14:00:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * configure.in (libc_cv_asm_global_directive): New check to define ASM_GLOBAL_DIRECTIVE. * config.h.in: Add #undef ASM_GLOBAL_DIRECTIVE. + * libc-symbols.h (strong_alias_asm, strong_alias): Use + ASM_GLOBAL_DIRECTIVE on the alias. * sysdeps/unix/make_errlist.c (main): Don't generate "#ifdef HAVE_WEAK_SYMBOLS" #defns. |