mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
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.
This commit is contained in:
@ -132,7 +132,7 @@ longlong2str:
|
||||
.size longlong2str,.Lfe3-longlong2str
|
||||
|
||||
.globl longlong10_to_str
|
||||
.type longlong10_str,@function
|
||||
.type longlong10_to_str,@function
|
||||
longlong10_to_str:
|
||||
jmp longlong2str
|
||||
|
||||
|
@ -402,4 +402,4 @@ next_str:
|
||||
movl %edx,%ebx
|
||||
ret
|
||||
.strxmov_end:
|
||||
.size strxmov,strxmov_end-strxmov
|
||||
.size strxmov,.strxmov_end-strxmov
|
||||
|
Reference in New Issue
Block a user