https://sourceware.org/bugzilla/show_bug.cgi?id=33631
Sam James <sam at gentoo dot org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hjl.tools at gmail dot com
--- Comment #2 from Sam James <sam at gentoo dot org> ---
It is unused (if I am right) since it was added in:
commit c8a8d3bb27743c6894b7d5406a84e809965b9266
Author: Ian Lance Taylor <[email protected]>
AuthorDate: Thu Mar 13 02:46:09 1997 +0000
Commit: Ian Lance Taylor <[email protected]>
CommitDate: Thu Mar 13 02:46:09 1997 +0000
Wed Mar 12 21:44:19 1997 Eric Youngdale <[email protected]>
* ld-elfvers/vers.exp, *: New tests for symbol versioning.
* config/default.exp: Set ar and strip.
If I apply the patch above, I get:
ld/ld.log:24080:/home/sam/git/binutils-gdb/ld/testsuite/ld-elfvers/vers8.c: In
function 'main':
ld/ld.log:24081:/home/sam/git/binutils-gdb/ld/testsuite/ld-elfvers/vers8.c:4:10:
error: implicit declaration of function 'a' [-Wimplicit-function-declaration]
ld/ld.log:24084:/home/sam/git/binutils-gdb/ld/testsuite/ld-elfvers/vers8.c:4:17:
error: implicit declaration of function 'b' [-Wimplicit-function-declaration]
I can obviously just add prototypes but I don't know if there's a point.
--
You are receiving this mail because:
You are on the CC list for the bug.