libsdl: add missing undefined ref of "main" to ABI
This symbol is needed to inform the (static) linker about the dependency of the component-startup code from the program's main function. Without the symbol, the use of gc-sections during linking may discard the actual application code.
This commit is contained in:
@@ -348,3 +348,4 @@ SDL_timer_running B 4
|
|||||||
SDL_timer_started B 4
|
SDL_timer_started B 4
|
||||||
SDL_ultoa T
|
SDL_ultoa T
|
||||||
_Z15sdl_init_genodeRN6Genode3EnvE T
|
_Z15sdl_init_genodeRN6Genode3EnvE T
|
||||||
|
main U
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
2019-05-14 cb3175a6545ea045864baa9783f4ac54a3206826
|
2019-07-06 e1fc0a057c826cbfd8a8d75c4aadc9a92722604b
|
||||||
|
|||||||
Reference in New Issue
Block a user