https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111481

--- Comment #2 from simon at pushface dot org ---
A fix for the Ada issue is to link with the classic linker:

$ gnatmake hello -largs -Wl,-ld_classic
gcc -c hello.adb
gnatbind -x hello.ali
gnatlink hello.ali -Wl,-ld_classic
$

Reply via email to