> Would you mind start by adding code to the existing file? Once we have > at least two working architectures we should have a better idea on how > to split it.I can do that. As a note, I just sent another email (before I saw this one) showing how much code was needed to add support for the MBlaze backend. Do you want to take a look at that before I merge the MBlaze stuff into ELFObjectWriter.c? Thanks for reviewing this. -- Wesley Peck University of Kansas SLDG Laboratory
> I can do that. As a note, I just sent another email (before I saw this one) showing how much code was needed to add support for the MBlaze backend. Do you want to take a look at that before I merge the MBlaze stuff into ELFObjectWriter.c?Lets see: * Constructor. Sure, this (or a factory function) will have to be per target. * RecordRelocation. I also expect this to be truly target dependent. The rest is already in Target, so LGTM :-). Move the MBlazeELFObjectWriter code to ELFObjectWritter.ccp and lets go from there.> Thanks for reviewing this. > > -- > Wesley Peck > University of Kansas > SLDG Laboratory > >Thanks, Rafael
On Nov 19, 2010, at 2:05 PM, Rafael EspĂndola wrote:> The rest is already in Target, so LGTM :-). Move the > MBlazeELFObjectWriter code to ELFObjectWritter.ccp and lets go from > there.Will do. Again, thank for taking a look at this. -- Wesley Peck University of Kansas SLDG Laboratory