[Bug binutils/24662] readelf: add support for alpha and vax symbol visibility

2019-06-11 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24662 --- Comment #3 from Christos Zoulas --- thanks! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/

[Bug binutils/24665] New: readelf: add support for NetBSD/sh3 core reg sections

2019-06-10 Thread christos at zoulas dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11833 --> https://sourceware.org/bugzilla/attachment.cgi?id=11833&action=edit netbsd/sh3 reg sections -- You are receivi

[Bug binutils/24663] readelf: add support for NetBSD PaX notes

2019-06-10 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24663 --- Comment #1 from Christos Zoulas --- Created attachment 11834 --> https://sourceware.org/bugzilla/attachment.cgi?id=11834&action=edit more pax changes -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/24664] New: readelf: add support for NetBSD auxv note

2019-06-10 Thread christos at zoulas dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11832 --> https://sourceware.org/bugzilla/attachment.cgi?id=11832&action=edit add NetBSD/auxv support -- You are receiving this mail

[Bug binutils/24663] New: readelf: add support for NetBSD PaX notes

2019-06-10 Thread christos at zoulas dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11831 --> https://sourceware.org/bugzilla/attachment.cgi?id=11831&action=edit pax and format additions - fix formatting width - fix in

[Bug binutils/24662] New: readelf: add support for alpha and vax symbol visibility

2019-06-10 Thread christos at zoulas dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11830 --> https://sourceware.org/bugzilla/attachment.cgi?id=11830&action=edit alpha+vax visibility

[Bug binutils/24661] New: fix uninitialized addr when remaining == 0 in readelf.

2019-06-10 Thread christos at zoulas dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11829 --> https://sourceware.org/bugzilla/attachment.cgi?id=11829&action=edit fix uninit -- You are receiving this mail

[Bug binutils/24660] New: Add -f flag in readelf to read from non-plain files

2019-06-10 Thread christos at zoulas dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11828 --> https://sourceware.org/bugzilla/attachment.cgi?id=11828&action=edit add support and documentation for reading no

[Bug binutils/24648] NetBSD support for readelf

2019-06-10 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24648 Christos Zoulas changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug binutils/24650] bfd: elf.c centralize support for auxv section creation

2019-06-10 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24650 --- Comment #3 from Christos Zoulas --- Thank you, will do in the future (submit via e-mail). I am trying to cleanup our local changes... -- You are receiving this mail because: You are on the CC list for the bug. ___

[Bug binutils/24647] Fix memory leak in objcopy

2019-06-10 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24647 --- Comment #2 from Christos Zoulas --- Thanks, will do! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists

[Bug binutils/24649] use asprintf instead of xmalloc+sprintf in ar

2019-06-10 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24649 --- Comment #3 from Christos Zoulas --- Thanks! -- You are receiving this mail because: You are on the CC list for the bug. ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/

[Bug binutils/24651] New: incorrect printf format in strings.c

2019-06-09 Thread christos at zoulas dot com
: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11825 --> https://sourceware.org/bugzilla/attachment.cgi?id=11825&action=edit fix sign of format unsigned wants %u not %d -- You are re

[Bug binutils/24650] New: bfd: elf.c centralize support for auxv section creation

2019-06-09 Thread christos at zoulas dot com
Priority: P2 Component: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11824 --> https://sourceware.org/bugzilla/attachment.cgi?id=11824&action=edit auxv stuff, +sh3 core r

[Bug binutils/24649] New: use asprintf instead of xmalloc+sprintf in ar

2019-06-09 Thread christos at zoulas dot com
Component: binutils Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11823 --> https://sourceware.org/bugzilla/attachment.cgi?id=11823&action=edit asprintf arsup.c patch -- You are receiving th

[Bug binutils/24648] NetBSD support for readelf

2019-06-09 Thread christos at zoulas dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24648 --- Comment #1 from Christos Zoulas --- Created attachment 11822 --> https://sourceware.org/bugzilla/attachment.cgi?id=11822&action=edit manual page part -- You are receiving this mail because: You are on the CC list for the bug. _

[Bug binutils/24648] New: NetBSD support for readelf

2019-06-09 Thread christos at zoulas dot com
Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11821 --> https://sourceware.org/bugzilla/attachment.cgi?id=11821&action=edit cummulative readelf patch 1. Add support for processing special files (u

[Bug binutils/24647] New: Fix memory leak in objcopy

2019-06-09 Thread christos at zoulas dot com
Assignee: unassigned at sourceware dot org Reporter: christos at zoulas dot com Target Milestone: --- Created attachment 11820 --> https://sourceware.org/bugzilla/attachment.cgi?id=11820&action=edit Fix memory leak in objcopy -- You are receiving this mail because: You