PR binutils/2159
* elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused parameters.
This commit is contained in:
parent
476238071e
commit
6c10990dfd
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2006-01-17 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR binutils/2159
|
||||
* elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused
|
||||
parameters.
|
||||
|
||||
2006-01-11 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* elf32-arm.c (elf32_arm_output_symbol_hook): Install new entry
|
||||
|
|
|
@ -7889,8 +7889,8 @@ elfcore_write_pstatus (bfd *abfd,
|
|||
char *buf,
|
||||
int *bufsiz,
|
||||
long pid,
|
||||
int cursig,
|
||||
const void *gregs)
|
||||
int cursig ATTRIBUTE_UNUSED,
|
||||
const void *gregs ATTRIBUTE_UNUSED)
|
||||
{
|
||||
pstatus_t pstat;
|
||||
char *note_name = "CORE";
|
||||
|
|
Loading…
Reference in a new issue