On Thu, Nov 18, 1999 at 09:43:34AM -0800, John Polstra wrote:
> In article <000001bf260d$837c8770$[EMAIL PROTECTED]>,
> Stephane Potvin <[EMAIL PROTECTED]> wrote:
> > 
> > Do you think it would be possible to change the
> >     .type <symbol>,@object
> > for
> >     .type <symbol>,object
> > in gensetdef? By looking in the gas code I found that the assembler just
> > ignores the @ character.
> 
> I think it would be much better to remove all of the platform-specific
> asm statements from gensetdefs and put them into a header
> <machine/gensetdefs.h>.  Gensetdefs would then emit an include of that
> header to get the needed definitions.

gensetdefs also needs to act according to the machine and endian type
it sees in the elf header, not the ones it was compiled for. Then it
can be used as a cross-tool.

-- 
John Birrell - [EMAIL PROTECTED]; [EMAIL PROTECTED] http://www.cimlogic.com.au/
               [EMAIL PROTECTED] [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to