diff options
author | Roland McGrath <roland@gnu.org> | 2012-11-01 22:43:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-11-01 22:43:26 +0000 |
commit | 3e536b9a7a315d2eec69ff06ff9bb678aad66660 (patch) | |
tree | d40fbd330828d6515d2b1bf836ef2a928a9ad114 /gold/ChangeLog | |
parent | 50ed5eb142b3246bd16be9626f0cf9565f44d8f9 (diff) | |
download | gdb-3e536b9a7a315d2eec69ff06ff9bb678aad66660.zip gdb-3e536b9a7a315d2eec69ff06ff9bb678aad66660.tar.gz gdb-3e536b9a7a315d2eec69ff06ff9bb678aad66660.tar.bz2 |
gold/
* descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
parameter, which is unused in the [!F_SETFD] case.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index af6c4f5..176e191 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -10,6 +10,11 @@ * nacl.cc: Include "libiberty.h" for vasprintf declaration. +2012-11-01 Roland McGrath <mcgrathr@google.com> + + * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the + parameter, which is unused in the [!F_SETFD] case. + 2012-10-30 Steve McIntyre <steve.mcintyre@linaro.org> * gold.cc (Target_arm::do_adjust_elf_header): Add the |