This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: Your bfd changes broke sh sim
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- To: danny dot backx at scarlet dot be
- Cc: hans-peter dot nilsson at axis dot com, dannybackx at users dot sourceforge dot net, binutils at sourceware dot org, gdb at sourceware dot org
- Date: Sat, 19 Jul 2008 08:45:19 +0200
- Subject: Re: Your bfd changes broke sh sim
> From: Danny Backx <danny.backx@scarlet.be>
> Date: Sat, 19 Jul 2008 07:52:27 +0200
> I see three options :
> - find a better place to store the code
Yeah, like I suggested below, the "its own file" alternative.
If you don't understand the target-dependent-hook part, skip it.
> > I suggest you revert your change and move
> > pe_print_ce_compressed_pdata out of pe-arm-wince.c (clearly the
> > wrong place) and into peXXigen.c or its own file (don't forget
> > to adjust the build machinery), making it the default of a
> > target-dependent hook, overridden for pe-mips or something.
brgds, H-P