From 55b015c26be661b7db78a6cc5e8c5098096fc61c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 10 Oct 2013 22:50:40 +0000 Subject: ld/ * ldmisc.c (vfinfo): Use Boolean ? "" : ":" in place of ":" + Boolean. It silences some compilers' warnings and is much less bizarre to read. --- ld/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ld/ChangeLog') 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 + + * 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 * emultempl/elf32.em (id_note_section_size): Use ATTRIBUTE_UNUSED -- cgit v1.2.1