[Bug ld/26020] R_ARM_NONE dynamic reloc for IE variable

2021-12-13 Thread chengcongxiu at huawei dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26020 chengcongxiu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/26020] New: The .rel.dyn is None In Binutils2.34

2020-05-21 Thread chengcongxiu at huawei dot com
Assignee: unassigned at sourceware dot org Reporter: chengcongxiu at huawei dot com Target Milestone: --- main.c: extern __thread int tls; int main() { return tls; } lib.c: __thread int tls; In Binutils2.32: ./2.32/arm32le/bin/arm-linux-gnueabi-gcc -nostdlib lib.c