[Bug ld/24225] nios2 overflows stack with error message: *** buffer overflow detected ***: /usr/libexec/gcc/nios2-unknown-linux-gnu/ld terminated

2019-02-16 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=24225 Sergei Trofimovich changed: What|Removed |Added Target||nios2-* -- You are receiving th

[Bug ld/24225] nios2 overflows stack with error message: *** buffer overflow detected ***: /usr/libexec/gcc/nios2-unknown-linux-gnu/ld terminated

2019-02-16 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=24225 --- Comment #1 from Sergei Trofimovich --- I think the problem here happens at bfd/elf32-nios2.c:3846: static bfd_boolean nios2_elf32_relocate_section (bfd *output_bfd, ...) { ... char msgbuf[256]; ... /* xgettext:c-format

[Bug ld/24225] New: nios2 overflows stack with error message: *** buffer overflow detected ***: /usr/libexec/gcc/nios2-unknown-linux-gnu/ld terminated

2019-02-16 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=24225 Bug ID: 24225 Summary: nios2 overflows stack with error message: *** buffer overflow detected ***: /usr/libexec/gcc/nios2-unknown-linux-gnu/ld terminated Product: binutil