diff options
author | unknown <tim@sand.box> | 2004-04-12 08:05:15 -0600 |
---|---|---|
committer | unknown <tim@sand.box> | 2004-04-12 08:05:15 -0600 |
commit | 4eee6b1d13c490cd45a87ca19d68fddca16325ce (patch) | |
tree | 368c3643259fca3ecfdaba886b234d80f330599b /strings/strings-x86.s | |
parent | aab529aba5f0cdae53f91ee2ecb4463ef892f02f (diff) | |
download | mariadb-git-4eee6b1d13c490cd45a87ca19d68fddca16325ce.tar.gz |
Fix typos that resulted in adding names to the global namespace that
were never defined. This potentially caused problems when trying to link
libmysqld with shared libraries.
strings/longlong2str-x86.s:
typo: longlong10_str -> longlong10_to_str
strings/strings-x86.s:
typo: strxmov_end-strxmov -> .strxmov_end-strxmov
BitKeeper/etc/logging_ok:
Logging to logging@openlogging.org accepted
Diffstat (limited to 'strings/strings-x86.s')
-rw-r--r-- | strings/strings-x86.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/strings-x86.s b/strings/strings-x86.s index 8b29a2db7f1..d4f303d9b16 100644 --- a/strings/strings-x86.s +++ b/strings/strings-x86.s @@ -402,4 +402,4 @@ next_str: movl %edx,%ebx ret .strxmov_end: - .size strxmov,strxmov_end-strxmov + .size strxmov,.strxmov_end-strxmov |