mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
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.
This commit is contained in:
@ -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>
|
2020-08-13 Alan Modra <amodra@gmail.com>
|
||||||
|
|
||||||
PR 26348
|
PR 26348
|
||||||
|
@ -2,5 +2,4 @@
|
|||||||
|
|
||||||
.global _ZN4gold12Output_relocILi9ELb1ELi64ELb0EEC2EPNS_12Sized_relobjILi64ELb0EEEjjPNS_11Output_dataEmbbbb
|
.global _ZN4gold12Output_relocILi9ELb1ELi64ELb0EEC2EPNS_12Sized_relobjILi64ELb0EEEjjPNS_11Output_dataEmbbbb
|
||||||
_ZN4gold12Output_relocILi9ELb1ELi64ELb0EEC2EPNS_12Sized_relobjILi64ELb0EEEjjPNS_11Output_dataEmbbbb:
|
_ZN4gold12Output_relocILi9ELb1ELi64ELb0EEC2EPNS_12Sized_relobjILi64ELb0EEEjjPNS_11Output_dataEmbbbb:
|
||||||
.dc.d 0
|
.dc.a 0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user