diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 14:30:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-05-26 14:30:51 +0000 |
commit | 1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6 (patch) | |
tree | c7bf2264fd7a549a81eef4163c285333028079c6 /sysdeps/s390/s390-32/s390-mcount.S | |
parent | 1f708405fc137d3235803832110a7eec8f14d894 (diff) | |
download | glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.gz glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.tar.xz glibc-1ab18a5bfb049b07fb58de178f13bbe5e4c0a4e6.zip |
Add space inf weak_alias use.
Diffstat (limited to 'sysdeps/s390/s390-32/s390-mcount.S')
-rw-r--r-- | sysdeps/s390/s390-32/s390-mcount.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/s390/s390-32/s390-mcount.S b/sysdeps/s390/s390-32/s390-mcount.S index 8ecdd0edae..6d11f9bbdb 100644 --- a/sysdeps/s390/s390-32/s390-mcount.S +++ b/sysdeps/s390/s390-32/s390-mcount.S @@ -81,4 +81,4 @@ C_LABEL(_mcount) ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(_mcount)) #undef mcount -weak_alias(_mcount, mcount) +weak_alias (_mcount, mcount) |