[Bug binutils/23919] bfd doesn't handle ELF compressed data alignment

2018-12-02 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=23919 --- Comment #12 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=5f6c22aee74f17393b82934a5682d985672e011a commit 5f6c22aee74f17393b82934a5682d98

[Bug binutils/23919] bfd doesn't handle ELF compressed data alignment

2018-12-02 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=23919 H.J. Lu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[PATCH] libebl: Fix reading GNU_PROPERTY_STACK_SIZE reading from 32bit notes.

2018-12-02 Thread Mark Wielaard
When reading a GNU_PROPERTY_STACK_SIZE we need to use the proper data type. GElf_Addr is 64bit always and when reading a 32bit size part of it would not be initialized. Use either Elf32_Addr or Elf64_Addr to read and print the data. Add 32bit and 64bit, little and big endian testcases. Signed-off

[Bug general/23914] Add --disable-werror to ./configure support (example trigger: CFLAGS=-Og

2018-12-02 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=23914 --- Comment #4 from Sergei Trofimovich --- (In reply to Mark Wielaard from comment #3) > (In reply to Sergei Trofimovich from comment #2) > > Gentoo allows users to control CC and CFLAGS and thus the space for getting > > a warning is wide. Pe

[Bug libelf/23916] [bisected] elifutils-0.175 broke kernel's objtool (elifutils-0.173 works)

2018-12-02 Thread slyfox at inbox dot ru
https://sourceware.org/bugzilla/show_bug.cgi?id=23916 --- Comment #6 from Sergei Trofimovich --- (In reply to Mark Wielaard from comment #5) > I filed a binutils bug with patch. > https://sourceware.org/bugzilla/show_bug.cgi?id=23919 > > If you are able to test patch that on your setup to see if

[Bug libelf/23916] [bisected] elifutils-0.175 broke kernel's objtool (elifutils-0.173 works)

2018-12-02 Thread ldv at sourceware dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23916 Dmitry V. Levin changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|