This is the mail archive of the gcc-patches@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: unwind table not properly populated


Hi Pascal,

> The unwind table does not get populated on Win64 because a long is 32
> bits and an address is 64 bits. The attached patch fixes this problem.

The 'L' now looks superfluous in

 mask = ((_Unwind_Ptr)1L << (mask << 3)) - 1;

You also don't need to put the "why" in the ChangeLog, just the "what".

-- 
Eric Botcazou


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