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 | |
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.
-rw-r--r-- | binutils/ChangeLog | 4 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/mangled.s | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0006ad1..223ffb0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2020-08-14 Alan Modra <amodra@gmail.com> + + * testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d. + 2020-08-13 Alan Modra <amodra@gmail.com> PR 26348 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 |