diff options
author | Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> | 2018-05-02 19:18:44 -0300 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-05-04 18:58:03 +0930 |
commit | a27ca19c95ad3ebc5bd73f072facdd71b5a976ad (patch) | |
tree | 1de9b54cfe41a521f86e67e96ce2e7f6755842dc /bfd/ChangeLog | |
parent | d1e9de16dfb8237307e12945be5a1010e91a4dd2 (diff) | |
download | gdb-a27ca19c95ad3ebc5bd73f072facdd71b5a976ad.zip gdb-a27ca19c95ad3ebc5bd73f072facdd71b5a976ad.tar.gz gdb-a27ca19c95ad3ebc5bd73f072facdd71b5a976ad.tar.bz2 |
ppc: Fix warning messages when IBM and IEEE long double are mixed
When IBM long double is used, the .gnu_attribute 4 is set to 1 | (1 *
4). IEEE long double sets the same .gnu_attribute to 1 | (3 * 4).
* elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Fix the order
of arguments when warning about different long double types.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 94f28b1..40daa88 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2018-05-04 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> + + * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Fix the order + of arguments when warning about different long double types. + 2018-05-03 Simon Atanasyan <simon@atanasyan.com> * elf32-mips.c: (elf32_mips_fixup_symbol): New function. |