This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add sh4-nommu-nofpu architecture


Hi,

2003-03-03  Andrew Stubbs  <andrew.stubbs@superh.com>

        * config/tc-sh.c (md_parse_option): Add -isa=sh4-nofpu and
        -isa=sh4-nommu-nofpu options. Adjust help messages accordingly.
        (sh_elf_final_processing): Output BFD type sh4_nofpu if that is
        the most general type or the user specifically requested it.
        (md_assemble): Add a new error message for when an instruction
        is understood, but is not allowed due to an -isa option.

gas/sh/sh64/err-dsp.s fails on sh64-elf target with the last hunk of
this change.  I've checked the attached patch in for gas/testsuite
as obvious.

Regards,
	kaz
--
2004-02-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>

	* gas/sh/sh64/err-dsp.s: Fix expected error message.

Index: gas/sh/sh64/err-dsp.s
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/sh/sh64/err-dsp.s,v
retrieving revision 1.1
diff -u -3 -p -r1.1 err-dsp.s
--- gas/sh/sh64/err-dsp.s	8 Feb 2002 06:46:13 -0000	1.1
+++ gas/sh/sh64/err-dsp.s	4 Mar 2004 00:54:23 -0000
@@ -11,5 +11,5 @@
 	.text
 start:
 	ldc r3,mod		! { dg-error "invalid operands" }
-	ldre @(16,pc)		! { dg-error "unknown opcode" }
+	ldre @(16,pc)		! { dg-error "opcode not valid for this cpu variant" }
 	lds r4,a0		! { dg-error "invalid operands" }


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]