summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2013-10-10 22:50:40 +0000
committerRoland McGrath <roland@gnu.org>2013-10-10 22:50:40 +0000
commit55b015c26be661b7db78a6cc5e8c5098096fc61c (patch)
treeaa0acb64cf7a2c3d4ac1a5b3952c44cdabb3409a /ld/ChangeLog
parent8f882e03884d211f6aa2aa95c55e81a57ccfb611 (diff)
downloadbinutils-redhat-55b015c26be661b7db78a6cc5e8c5098096fc61c.tar.gz
ld/
* ldmisc.c (vfinfo): Use Boolean ? "" : ":" in place of ":" + Boolean. It silences some compilers' warnings and is much less bizarre to read.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b45aa69dab..14287ddd3a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2013-10-10 Roland McGrath <mcgrathr@google.com>
+
+ * ldmisc.c (vfinfo): Use Boolean ? "" : ":" in place of ":" + Boolean.
+ It silences some compilers' warnings and is much less bizarre to read.
+
2013-10-09 Roland McGrath <mcgrathr@google.com>
* emultempl/elf32.em (id_note_section_size): Use ATTRIBUTE_UNUSED