[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug binutils/2159] unused parameters `cursig' and `gregs' in bfd/elf.c
From: |
nickc at redhat dot com |
Subject: |
[Bug binutils/2159] unused parameters `cursig' and `gregs' in bfd/elf.c (elfcore_write_pstatus) |
Date: |
16 Jan 2006 17:46:57 -0000 |
------- 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 procfs_make_note_section() in gdb/procfs.c. A much
simpler change would be to just add the UNUSED attribute to the wayward
parameters, as is done by the uploaded patch.
Please could you try it out, and if you are happy with this approach, let me
know so that I can check it in.
Cheers
Nick
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
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 watching someone who is.