[Bug binutils/2159] New: unused parameters `cursig' and `gregs' in bfd/elf.c (elfcore_write_pstatus)

2006-01-16 Thread mbanck at debian dot org
binutils/bfd fails to build on GNU/Hurd with the following error (this is Debian unstable source, version 2.16.1cvs20051214): gcc -DHAVE_CONFIG_H -I. -I../../bfd -I. -I. -I../../bfd -I../../bfd/../include -I../../bfd/../intl -I../intl -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g

[Bug binutils/2159] unused parameters `cursig' and `gregs' in bfd/elf.c (elfcore_write_pstatus)

2006-01-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-01-16 17:47 --- Created an attachment (id=831) -- (http://sourceware.org/bugzilla/attachment.cgi?id=831action=view) Add missing ATTRIBUTE_UNUSED declarations to elfcore_write_pstatus(). --

[Bug binutils/1391] objcopy trashes PE executable when using add-gnu-debuglink

2006-01-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-01-16 18:18 --- Created an attachment (id=832) -- (http://sourceware.org/bugzilla/attachment.cgi?id=832action=view) Create a VMA for the gnu_debuglink section -- http://sourceware.org/bugzilla/show_bug.cgi?id=1391 ---

[Bug binutils/2159] unused parameters `cursig' and `gregs' in bfd/elf.c (elfcore_write_pstatus)

2006-01-16 Thread mbanck at debian dot org
--- Additional Comments From mbanck at debian dot org 2006-01-16 18:26 --- This fixes the warning and looks much better, thanks. -- http://sourceware.org/bugzilla/show_bug.cgi?id=2159 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug binutils/2159] unused parameters `cursig' and `gregs' in bfd/elf.c (elfcore_write_pstatus)

2006-01-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2006-01-16 17:46 --- Hi Michael, Removing those two parameters from elfcode_write_pstatus() would mean changing the BFD library's API, which is not something to be done lightly. For example it would also mean changing