This is the mail archive of the
binutils-cvs@sourceware.org
mailing list for the binutils project.
src/ld/testsuite ChangeLog ld-elfcomm/common1b ...
- From: jkratoch at sourceware dot org
- To: binutils-cvs at sourceware dot org
- Date: 17 Sep 2008 07:43:49 -0000
- Subject: src/ld/testsuite ChangeLog ld-elfcomm/common1b ...
CVSROOT: /cvs/src
Module name: src
Changes by: jkratoch@sourceware.org 2008-09-17 07:43:49
Modified files:
ld/testsuite : ChangeLog
ld/testsuite/ld-elfcomm: common1b.c
ld/testsuite/ld-shared: main.c
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ChangeLog.diff?cvsroot=src&r1=1.968&r2=1.969
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-elfcomm/common1b.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/ld/testsuite/ld-shared/main.c.diff?cvsroot=src&r1=1.3&r2=1.4