This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: functexcept.cc draws in everything


If it makes it any clearer I am using gcc-3.3.3, not the latest cvs.
My target is powerpc-eabi. I have made a new powerpc-eabi-ecos to make it use ecos mutexes for thread support. I only changed/added a few lines in config.gcc,config.sub and configure to make it accept that. I did not touch any flag settings.


I have a recompile going so I will know in an hour or two.

Henning

At 14:31 11.03.2004, you wrote:
On Thu, Mar 11, 2004 at 02:18:40PM -0800, Henning.Baldersheim@devoll.no wrote:
> I checked info gcc/ld and found that -ffunction-sections and perhaps
> -fdata-sections should be enabled to. In my code and in the ecos code it is
> enabled.
> But I could not see any trace of it for the build of libstdc++. What is the
> default ?
> I guess that if I enable it it should work fine then.


Hm.  -ffunction-sections -fdata-sections were on by default the last time I
checked.

--
Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.
    - Brian W. Kernighan, in a plea for clear, straightforward code


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]