From: Doug Evans Date: Thu, 11 Feb 1999 03:24:19 +0000 (+0000) Subject: * gas/m32r/allinsn.d: Prefix all | with \. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39c80401ecc35843f35ea266750042543c037454;p=binutils-gdb.git * gas/m32r/allinsn.d: Prefix all | with \. (push,pop): Fix expected output. * gas/m32r/relax-1.d: Emitted nops are serial, not parallel. * gas/m32r/fslot.d: Prefix all | with \. * gas/m32r/fslotx.d: Prefix all | with \. * gas/m32r/m32rx.d: Assemble with -O to get effect we're testing for. Prefix all | with \. Fix misc. typos. * gas/m32r/m32rx.s (bc__add,bcl__addi): Use non-relaxable versions of branches so we get the effect we're testing for. * gas/m32r/relax-2.d: Prefix all | with \. | must be prefixed with \ (or otherwise escaped). Fix problems that were then revealed. Some still remain in m32rx.[ds]. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0e182ce9002..73d44b67f5f 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,18 @@ +1999-02-10 Doug Evans + + * gas/m32r/allinsn.d: Prefix all | with \. + (push,pop): Fix expected output. + * gas/m32r/relax-1.d: Emitted nops are serial, not parallel. + * gas/m32r/fslot.d: Prefix all | with \. +start-sanitize-cygnus + * gas/m32r/fslotx.d: Prefix all | with \. + * gas/m32r/m32rx.d: Assemble with -O to get effect we're testing for. + Prefix all | with \. Fix misc. typos. + * gas/m32r/m32rx.s (bc__add,bcl__addi): Use non-relaxable versions + of branches so we get the effect we're testing for. + * gas/m32r/relax-2.d: Prefix all | with \. +end-sanitize-cygnus + 1999-02-08 Nick Clifton * gas/vtable/inherit0.s: Do not use '@' prefix to .type operator.