mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Silence "warning: cannot find entry symbol _start"
This commit is contained in:
parent
b2643b6926
commit
d7609088e5
|
@ -47,6 +47,8 @@ sz_b_info = 12
|
||||||
sz_cpr= 4
|
sz_cpr= 4
|
||||||
b_method= 8
|
b_method= 8
|
||||||
|
|
||||||
|
_start: .globl _start // ignored, but silence "cannot find entry symbol _start" from ld
|
||||||
|
|
||||||
// control just falls through, after this part and compiled C code
|
// control just falls through, after this part and compiled C code
|
||||||
// are uncompressed.
|
// are uncompressed.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user