This is the mail archive of the gdb-patches@sourceware.org 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: GDB: Add microblaze-*-rtems*


On 05/08/2012 06:30 AM, Joel Sherrill wrote:
OK to apply?

2012-05-07 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.tgt (microblaze*-*-rtems*): New target.

The problem with the patch is that the microblaze*-*-rtems* pattern will never be tested, since all targets (including microblaze-gnu-rtems) will be matched by microblaze*-*-*.

It would be better to have a separate case which matches
microblaze*-*-rtems* preceding the microblaze*-*-* case.  Although
Mark's comment about this being a redundant definition of hard
metal target remains valid.

I'm skeptical that adding microblaze-*-rtems to the targets will
have any effect on people making target changes which impact
RTEMS, especially if they build with --target=microblaze-gnu-elf.

--
Michael Eager	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077


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