diff options
author | Ulrich Drepper <drepper@redhat.com> | 1997-03-21 20:23:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1997-03-21 20:23:20 +0000 |
commit | ae6f93ebf01fb80441e349f01a26414cb6030bfd (patch) | |
tree | 09c9426f26fdce312680ab4a048b3f8a4957e229 | |
parent | ix86 specific mcount entry point which preserves all registers. (diff) | |
download | glibc-ae6f93ebf01fb80441e349f01a26414cb6030bfd.tar.gz glibc-ae6f93ebf01fb80441e349f01a26414cb6030bfd.tar.bz2 glibc-ae6f93ebf01fb80441e349f01a26414cb6030bfd.zip |
Fix typo.
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -609,7 +609,7 @@ e.g. i486-linux. # GNU libc version 2 does not supply these; # we want them from GCC. - extra_parts="crtbegin.o crtend.o" -+ extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS..o" ++ extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" ;; i[3456]86-go32-msdos | i[3456]86-*-go32) cpu_type=i386 |