This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: minor change in ld --gc-sections test
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: minor change in ld --gc-sections test
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 11 Oct 2000 10:41:04 -0700 (PDT)
- cc: libstdc++ at sources dot redhat dot com
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;
> }