This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: minor change in ld --gc-sections test



err. That test is in there to make sure that --gc-sections is working. 
Remember, that .eh_frame was getting thrown away arbitrarily? 

What's the output of this test?


>      int main(void)
>      {
>         try { throw 1; }
>         catch (...) { };
>         return 0;
>      }

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