[Bug libelf/23884] error: ‘__elf32_msize’ specifies less restrictive attribute than its target ‘elf32_fsize’: ‘const’ [-Werror=missing-attributes]

2018-11-15 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23884 Mark Wielaard changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug libelf/23884] error: ‘__elf32_msize’ specifies less restrictive attribute than its target ‘elf32_fsize’: ‘const’ [-Werror=missing-attributes]

2018-11-15 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=23884 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

[PATCH] libebl: Don't update w, t and len unnecessarily in ebl_object_note_type_name.

2018-11-15 Thread Mark Wielaard
Harmless, but useless. Signed-off-by: Mark Wielaard --- libebl/ChangeLog| 5 + libebl/eblobjnotetypename.c | 8 +++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 79a2ff4..a2f8956 100644 --- a/libebl/ChangeLog +++ b/l

[Bug libelf/23884] New: error: ‘__elf32_msize’ specifies less restrictive attribute than its target ‘elf32_fsize’: ‘const’ [-Werror=missing-attributes]

2018-11-15 Thread mliska at suse dot cz
https://sourceware.org/bugzilla/show_bug.cgi?id=23884 Bug ID: 23884 Summary: error: ‘__elf32_msize’ specifies less restrictive attribute than its target ‘elf32_fsize’: ‘const’ [-Werror=missing-attributes] Product: elfutils