diff options
author | Miguel Saldivar <saldivarcher@gmail.com> | 2019-11-10 00:04:25 -0800 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2019-11-11 10:56:44 +1030 |
commit | 6f485ad41608601f6cd2740472ef4410bf419f6a (patch) | |
tree | c4b5cfc0c79599c8920e85540f35d1451fa3f0e3 /gold/ChangeLog | |
parent | Automatic date update in version.in (diff) | |
download | binutils-gdb-6f485ad41608601f6cd2740472ef4410bf419f6a.tar.gz binutils-gdb-6f485ad41608601f6cd2740472ef4410bf419f6a.tar.bz2 binutils-gdb-6f485ad41608601f6cd2740472ef4410bf419f6a.zip |
PR24996, Gold fix for ternary operator within linker scripts
PR 24996
* expression.cc (Trinary_expression::arg2_value): Use correct integer
expression when calling "eval_maybe_dot" method.
(Trinary_expression::arg3_value): Likewise.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index c2acb20a74d..cc5da7d9642 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2019-11-11 Miguel Saldivar <saldivarcher@gmail.com> + + PR 24996 + * expression.cc (Trinary_expression::arg2_value): Use correct integer + expression when calling "eval_maybe_dot" method. + (Trinary_expression::arg3_value): Likewise. + 2019-09-28 Alan Modra <amodra@gmail.com> PR 16794 |