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:
Norman Feske
2019-07-08 16:01:47 +02:00
parent 3066684ded
commit 8483ec6db9
2 changed files with 2 additions and 1 deletions

View File

@@ -348,3 +348,4 @@ SDL_timer_running B 4
SDL_timer_started B 4
SDL_ultoa T
_Z15sdl_init_genodeRN6Genode3EnvE T
main U