This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: collect2 on AIX drags too many objects from archives ?
- From: Ian Lance Taylor <iant at google dot com>
- To: Olivier Hainque <hainque at adacore dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 26 Sep 2006 10:12:17 -0700
- Subject: Re: collect2 on AIX drags too many objects from archives ?
- References: <20060926093658.GA2378@cardhu.act-europe.fr>
Olivier Hainque <hainque@adacore.com> writes:
> A possible way to address would be to perform a double scan: the
> current one to discover ctors/dtors only, leaving the frame tables
> alone, and a second one on the resulting executable (past a first link
> phase) to discover the relevant frame tables only.
Why do you need the double scan? Why can't you just consistently
ignore the frame tables?
Ian