diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-28 09:57:03 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2010-05-28 09:57:03 +0000 |
commit | 81c5c866a5705421e71a559589cff136221054e0 (patch) | |
tree | 6309fa5e53461113e37cdf226160f5ced52c4444 /bfd/ChangeLog | |
parent | e802dbe04fefcc694efa1ae0c26effc830841a96 (diff) | |
download | gdb-81c5c866a5705421e71a559589cff136221054e0.zip gdb-81c5c866a5705421e71a559589cff136221054e0.tar.gz gdb-81c5c866a5705421e71a559589cff136221054e0.tar.bz2 |
bfd/
Workaround GCC PR middle-end/4210.
* vms-misc.c (vms_time_t_to_vms_time): Use ternary operator for val[2]
and val[3].
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 05a1656..6334da0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com> + + Workaround GCC PR middle-end/4210. + * vms-misc.c (vms_time_t_to_vms_time): Use ternary operator for val[2] + and val[3]. + 2010-05-27 Tristan Gingold <gingold@adacore.com> * vms-misc.c: Define __NEW_STARLET. Remove trailing spaces. |