From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Christian Groessler Cc: binutils@sources.redhat.com, GDB Discussion Subject: Re: z8k fixes (GDB 5.1) Date: Wed, 21 Mar 2001 15:59:00 -0000 Message-id: <3AA12A41.A7F3F6A0@cygnus.com> References: <87wvan0wyj.fsf@panther.aladdin.de> X-SW-Source: 2001-03/msg00027.html > My binutils assignment isn't finished yet, I will try to fix binutils > first (which with my patches seem to work quite well for me). > Later I might look into gdb then (if time permits etc..) Here broken means ``it doesn't build''. If it builds but dumps core when you try to run it then that just means that it doesn't work very well ;-) Using current sources I'm seeing: *** BFD does not support target z8k-coff. *** Look in bfd/config.bfd for supported targets. Configure in /home/scratch/GDB/X-z8k-coff/opcodes failed, exiting. Since src/opcodes is shared with GDB, your changes will fix this part of GDB as well. For GDB 5.1, I'll document the z8k as broken. If the build problems get resolved, let the GDB group know (gdb@sources.redhat.com). The files gdb/TODO and gdb/MAINTAINERS can then be updated to reflect that changed reality. > I created a z8k coff executable "hello". > Start z8k gdb > "target sim" > "load hello" > "run" Yes, that is correct usage. Good luck. Andrew