From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Groessler To: Andrew Cagney Cc: Christian Groessler , binutils@sources.redhat.com, GDB Discussion Subject: Re: z8k fixes Date: Mon, 19 Feb 2001 02:49:00 -0000 Message-id: <87wvan0wyj.fsf@panther.aladdin.de> X-SW-Source: 2001-02/msg00255.html On 02/17/2001 02:03:00 AM EST Andrew Cagney wrote: > >Philip Blundell wrote: >> >> In message <87u26yxy0q.fsf@panther.aladdin.de>, Christian Groessler writes: >> >I've got some fixes for the z8k assembler and disassembler, >> >how can I get them integrated? >> >> Send the patches (preferably in `diff -up' format) to this list. >> >> If the changes are substantial, you will need to sign a form assigning >> copyright to the FSF before they can be integrated. > >Could I also encourage you to include a GDB assignment and have a look >at GDB. Right now GDB's z8k support is considered broken (it doesn't >build) and is slated for removal :-( I tried gdb 5.0 and it compiled (at least). Since I haven't used gdb in this way before, please let me ask whether I used it correctly: I created a z8k coff executable "hello". Start z8k gdb "target sim" "load hello" "run" -> gdb segfaults So it looks broken :-( 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..) regards, chris