From fc0efc4bd704f09f59dd87e354c734f902017094 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 14 Aug 2020 09:30:22 +0930 Subject: [PATCH] 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. --- binutils/ChangeLog | 4 ++++ binutils/testsuite/binutils-all/mangled.s | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0006ad1740f..223ffb09956 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2020-08-14 Alan Modra + + * testsuite/binutils-all/mangled.s: Use dc.a rather than dc.d. + 2020-08-13 Alan Modra PR 26348 diff --git a/binutils/testsuite/binutils-all/mangled.s b/binutils/testsuite/binutils-all/mangled.s index 0a28d6d4f55..7335e58732d 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 -- 2.30.2