https://sourceware.org/bugzilla/show_bug.cgi?id=32264
--- Comment #3 from LIU Hao <lh_mouse at 126 dot com> --- Also `__imp_` pointers are also read-only for MSVC and LLD, but not LD. I don't know in details how they are implemented; they also seem to be merged into `.rdata`. ``` $ nm --defined-only /usr/x86_64-w64-mingw32/lib/libuser32.a | fgrep __imp_MessageBoxW 0000000000000000 I __imp_MessageBoxW ``` -- You are receiving this mail because: You are on the CC list for the bug.