This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: unwind table not properly populated
> Thanks for the patch, but could you provide a ChangeLog entry for this, too?
The ChangeLog is:
2009-09-18 Pascal Obry <obry@adacore.com>
* unwind-dw2-fde.c (classify_object_over_fdes):
Properly cast the 1L constant. This is needed on
x86-64 Windows where a long is 32bits and an
address 64bits. With this path the unwind table
gets properly populated.
(add_fdes): Likewise.
(linear_search_fdes): Likewise.
> PS:Do you have FSF papers for gcc?
Yes, AdaCore has a blanket copyright assignment.
Arno