diff options
author | Roland McGrath <roland@gnu.org> | 2013-10-10 22:50:40 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2013-10-10 22:50:40 +0000 |
commit | 18ff9b9b57decb0437a2a9d8153903d36d4c0079 (patch) | |
tree | 839a3cd9df4fbda33f14d4b513748931365f9ea8 /ld/ChangeLog | |
parent | 2b4e983c393c6cd5b9ed786f4c4f5eb9b34b2b77 (diff) | |
download | gdb-18ff9b9b57decb0437a2a9d8153903d36d4c0079.zip gdb-18ff9b9b57decb0437a2a9d8153903d36d4c0079.tar.gz gdb-18ff9b9b57decb0437a2a9d8153903d36d4c0079.tar.bz2 |
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/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index b45aa69..14287dd 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 |