minor change in ld --gc-sections test

Benjamin Kosnik bkoz@redhat.com
Wed Oct 11 10:41:00 GMT 2000


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;
>      }


More information about the Libstdc++ mailing list