diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-09 18:16:18 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-09 18:16:18 +0000 |
commit | 677e5a92b1e998e33fbe216f4cbb52cc88b74bca (patch) | |
tree | 052544aecbf636da907376f0a631c7f97da597d8 /ld/ChangeLog | |
parent | 1c1479bf9986448f9f88f4668b47d502cbf455e6 (diff) | |
download | gdb-677e5a92b1e998e33fbe216f4cbb52cc88b74bca.zip gdb-677e5a92b1e998e33fbe216f4cbb52cc88b74bca.tar.gz gdb-677e5a92b1e998e33fbe216f4cbb52cc88b74bca.tar.bz2 |
ld/
* emultempl/elf32.em (id_note_section_size): Use ATTRIBUTE_UNUSED
rather than a dummy assignment for unused parameter.
* plugin.c (get_input_file, release_input_file): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1b2f88c..b45aa69 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2013-10-09 Roland McGrath <mcgrathr@google.com> + + * emultempl/elf32.em (id_note_section_size): Use ATTRIBUTE_UNUSED + rather than a dummy assignment for unused parameter. + * plugin.c (get_input_file, release_input_file): Likewise. + 2013-10-09 Nick Clifton <nickc@redhat.com> PR ld/16028 |