diff options
author | Alan Modra <amodra@gmail.com> | 2020-08-14 09:30:22 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-08-14 21:29:57 +0930 |
commit | fc0efc4bd704f09f59dd87e354c734f902017094 (patch) | |
tree | 7965f80f97406aae0a7aada9469ef8ab54962b72 /binutils/testsuite | |
parent | 95c210664d3eedad480fbade0eceb81af796259d (diff) | |
download | gdb-fc0efc4bd704f09f59dd87e354c734f902017094.zip gdb-fc0efc4bd704f09f59dd87e354c734f902017094.tar.gz gdb-fc0efc4bd704f09f59dd87e354c734f902017094.tar.bz2 |
Readelf demangling test typo
Using floating point data results in cris failing the test.
* testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/binutils-all/mangled.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/binutils/testsuite/binutils-all/mangled.s b/binutils/testsuite/binutils-all/mangled.s index 0a28d6d..7335e58 100644 --- a/binutils/testsuite/binutils-all/mangled.s +++ b/binutils/testsuite/binutils-all/mangled.s @@ -1,6 +1,5 @@ .text - + .global _ZN4gold12Output_relocILi9ELb1ELi64ELb0EEC2EPNS_12Sized_relobjILi64ELb0EEEjjPNS_11Output_dataEmbbbb _ZN4gold12Output_relocILi9ELb1ELi64ELb0EEC2EPNS_12Sized_relobjILi64ELb0EEEjjPNS_11Output_dataEmbbbb: - .dc.d 0 - + .dc.a 0 |