bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/32264] For Windows,`.CRT` section should be merged into `.rdata`


From: lh_mouse at 126 dot com
Subject: [Bug ld/32264] For Windows,`.CRT` section should be merged into `.rdata`
Date: Mon, 21 Oct 2024 05:19:52 +0000

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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]