]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcn/mkoffload.cc: Re-add fprintf for #include of stdlib.h/stdbool.h
authorTobias Burnus <tburnus@baylibre.com>
Mon, 23 Sep 2024 08:24:05 +0000 (10:24 +0200)
committerTobias Burnus <tburnus@baylibre.com>
Mon, 23 Sep 2024 08:24:05 +0000 (10:24 +0200)
commitdfb750798b07e7f412d52c22145ca8bce1911ac8
treed39ea22ea8bac345126563f435ff4ebcf9dd3450
parent999363c53cf6cd87f75f96388a531e090299b97d
gcn/mkoffload.cc: Re-add fprintf for #include of stdlib.h/stdbool.h

In commit r15-3629-g508ef585243d4674d06b0737bfe8769fc18f824f, #embed
was added and no longer required fprintf '#include' removed, missing
somehow that with -mstack-size=, the generated configure_stack_size
will use 'setenv' and 'true'.

gcc/ChangeLog:

* config/gcn/mkoffload.cc (process_asm): (Re)add the fprintf
lines for stdlib.h/stdbool.h inclusion if gcn_stack_size is used.
gcc/config/gcn/mkoffload.cc