https://sourceware.org/bugzilla/show_bug.cgi?id=19011
--- Comment #26 from sourceware-bugzilla at jdrake dot com ---
> #define NT_DLL_AUTO_IMAGE_MASK \
> ((bfd_vma) (${move_default_addr_high} ? 0x1ffff0000LL \
>- : 0x0ffc0000LL))
>+ : 0x1ffff0000LL))
I just noticed that I had copied the mask from the 'cygwin'
move_default_addr_high case, but had done the math in my head as though it were
0x1fff0000. I don't know that there's a problem with it being 0x1ffff0000 but
thought I should point out that it wasn't what I thought it was
--
You are receiving this mail because:
You are on the CC list for the bug.