[Bug binutils/26865] New: windres: --preprocessor option won't respect space in file path

2020-11-11 Thread katayama.hirofumi.mz at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26865 Bug ID: 26865 Summary: windres: --preprocessor option won't respect space in file path Product: binutils Version: 2.36 (HEAD) Status: UNCONFIRMED Severity:

[Bug gas/26858] [arm] unsupported vmul instruction for vfp5-sp-d16 + armv8-r

2020-11-11 Thread alfedotov at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26858 --- Comment #1 from Alexander Fedotov --- Meanwhile vmul instruction is supported with Thumb mode. Following snippet assembles w/o error: .arch armv8-r .syntax unified .thumb .fpu fpv5-sp-d16 vmul.f32 s12, s13, s14 Comparing versions 2.32

[Bug gas/26850] as -g: remove non-executable sections' contribution from DW_AT_ranges

2020-11-11 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=26850 Nick Clifton changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

PATCH: In gold use mallinfo2 instead of malinfo if it is available

2020-11-11 Thread Duncan Simpson
The latest trunk version of glibc marks mallinfo as depreciated, which breaks the gold build. Apparently the difference between them is that the newer function uses size_t instead of int in the returned structure, so using mallinfo2 is definitely better if it exists. FYI autoconf 2.69 does