diff options
author | Nick Clifton <nickc@redhat.com> | 2006-01-17 10:34:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-01-17 10:34:43 +0000 |
commit | 6c10990dfd7186c063f2857439477a377c29fb18 (patch) | |
tree | 8567678dd8c52f80feb8f3537d693661ceeffff2 /bfd/ChangeLog | |
parent | 476238071e377c9543160ee47df57ff1bc33b5bd (diff) | |
download | gdb-6c10990dfd7186c063f2857439477a377c29fb18.zip gdb-6c10990dfd7186c063f2857439477a377c29fb18.tar.gz gdb-6c10990dfd7186c063f2857439477a377c29fb18.tar.bz2 |
PR binutils/2159
* elf.c (elfcore_write_pstatus): Add ATTRIBUTE_UNUSED to unused parameters.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 700bbb9..7f3da73 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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 |