Re: v2.27: segfault on armv7h on input in 'binary' format
Bob Proulx <[email protected]> Sat, 20 Aug 2016 23:48:14 -0600
| Newsgroups | gmane.comp.gnu.utils.bugs |
|---|---|
| Message-ID | <[email protected]> |
redfish wrote: > Hit a segfault on an armv7h board: > > $ touch foo.dat > $ /usr/bin/ld -r -b binary -o /tmp/foo.o foo.dat > Segmentation fault (core dumped) A bug in ld. Thanks for saying something. But this isn't the right mailing list. We here are a catchall for the random utilities that are not big enough for their own mailing lists. Please report this to the binutils folks. https://www.gnu.org/software/binutils/ Also: ld --help ... Report bugs to <http://www.sourceware.org/bugzilla/> That is the bug reporting location for the binutils. Please send your report there. Thanks for helping make GNU better! Bob