https://sourceware.org/bugzilla/show_bug.cgi?id=16177
--- Comment #12 from Joe Hermaszewski ---
A much more simple reproducer for the error message I mentioned (from GHC's
configure script):
cat >actest.s <<-EOF
.globl _start
.p2align 4
_start:
bkpt
.data
.globl data_object
object_refer
https://sourceware.org/bugzilla/show_bug.cgi?id=16177
--- Comment #11 from Joe Hermaszewski ---
To reproduce,
- Get a copy of the ncurses 6.2 source
- With binutils (with the patch), and gcc in PATH (both cross compiling to
armv7l-unknown-linux-gnueabihf)
- CXX=armv7l-unknown-linux-gnueabihf-g++
https://sourceware.org/bugzilla/show_bug.cgi?id=16177
Joe Hermaszewski changed:
What|Removed |Added
CC||sourceware at sub dot monoid.al