This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB 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: v850 sim noncompile (was: Re: Add v850 linker relaxation)


Hi Hans-Peter,


I just noticed this error when doing a "full build" as per
<URL:http://gcc.gnu.org/simtest-howto.html> yaddayaddayadda:
.../sim/v850/interp.c: In function `sim_open':
.../sim/v850/interp.c:283: `bfd_mach_v850ea' undeclared (first use in this function)

Oopsie,  fixed by applying the attached patch.

Cheers
        Nick

2002-09-19  Nick Clifton  <nickc@redhat.com>

	* interp.c (sim_open): Remove reference to v850ea.
	(sim_create_inferior): Likewise.
	* v850-dc: Likewise.
	* v850.igen: Remove all references to v850ea, including v850ea
	specific instructions.

Nick, this isn't right. That code has been around for a very long time and has compiled before. I think the problem is elsewhere.

Andrew



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