This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: -ftest-coverage and .got sections on alpha
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: -ftest-coverage and .got sections on alpha
- From: Richard Henderson <rth at cygnus dot com>
- Date: Sun, 28 May 2000 16:19:45 -0700
- Cc: gcc at gcc dot gnu dot org
- References: <200005281936.OAA10433@polya.math.purdue.edu>
On Sun, May 28, 2000 at 02:36:53PM -0500, Brad Lucier wrote:
> When I do that I get the infamous .got section over 64K message from
> the linux loader. This implies to me that gcc is emitting many symbols
> that eventually get into the .o file just for test coverage.
I just looked again. It isn't. It's referencing exactly 2,
no matter the size of the input.
r~