Commit cfc019af authored by tim@sand.box's avatar tim@sand.box

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.
parent 7d3e633e
...@@ -119,6 +119,7 @@ tfr@sarvik.tfr.cafe.ee ...@@ -119,6 +119,7 @@ tfr@sarvik.tfr.cafe.ee
tim@bitch.mysql.fi tim@bitch.mysql.fi
tim@black.box tim@black.box
tim@hundin.mysql.fi tim@hundin.mysql.fi
tim@sand.box
tim@threads.polyesthetic.msg tim@threads.polyesthetic.msg
tim@white.box tim@white.box
tim@work.mysql.com tim@work.mysql.com
......
...@@ -132,7 +132,7 @@ longlong2str: ...@@ -132,7 +132,7 @@ longlong2str:
.size longlong2str,.Lfe3-longlong2str .size longlong2str,.Lfe3-longlong2str
.globl longlong10_to_str .globl longlong10_to_str
.type longlong10_str,@function .type longlong10_to_str,@function
longlong10_to_str: longlong10_to_str:
jmp longlong2str jmp longlong2str
......
...@@ -402,4 +402,4 @@ next_str: ...@@ -402,4 +402,4 @@ next_str:
movl %edx,%ebx movl %edx,%ebx
ret ret
.strxmov_end: .strxmov_end:
.size strxmov,strxmov_end-strxmov .size strxmov,.strxmov_end-strxmov
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment