| commit | bf447eec6d7b69cba652127e2f38f102de38de39 | [log] [tgz] |
|---|---|---|
| author | Sam James <sam@gentoo.org> | Sat Nov 16 07:07:02 2024 +0000 |
| committer | Sam James <sam@gentoo.org> | Mon Nov 18 03:09:16 2024 +0000 |
| tree | cd1e9335334d646a20c324a6ef3af0eca1caf440 | |
| parent | eeff15bc88b89abed1cdb4d3b1b2cc7b4cec6fe7 [diff] |
ld: fix -std=gnu23 compatibility wrt _Bool GCC trunk now defaults to -std=gnu23. We return false in a few places which can't work when true/false are a proper type (_Bool). Return NULL where appropriate instead of false. All callers handle this appropriately. ChangeLog: PR ld/32372 * pdb.c (add_stream): Return NULL.