Fix testcases compilation failures due to unused variables.
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 17 Sep 2008 07:43:49 +0000 (07:43 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 17 Sep 2008 07:43:49 +0000 (07:43 +0000)
commit32649b97b910a25743777a9ef0c7ba2a0bae3e35
treec2722c7f49b41560a190fd4b91c0bde550c534af
parent1c4a0acdd38b0f5151b2e00768ab567bd4785670
Fix testcases compilation failures due to unused variables.
* ld-elfcomm/common1b.c (dummy1): Mark the variable for GCC as USED.
* ld-shared/main.c (main): Move the P variable only to the places where
it is used.
ld/testsuite/ChangeLog
ld/testsuite/ld-elfcomm/common1b.c
ld/testsuite/ld-shared/main.c