|
From: | sourceware-bugzilla at jdrake dot com |
Subject: | [Bug ld/19011] Issues with ld on mingw-w64 and bad defaults |
Date: | Fri, 28 Aug 2020 23:14:23 +0000 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |