This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: FW: Re: Why is my executabel in DOS file format?
- From: Ian Lance Taylor <ian at wasabisystems dot com>
- To: "Meg Abyte" <fitter20 at hotmail dot com>
- Cc: binutils at sources dot redhat dot com
- Date: 03 Mar 2004 07:43:03 -0500
- Subject: Re: FW: Re: Why is my executabel in DOS file format?
- References: <BAY7-F57eRWadtCVDnM00038583@hotmail.com>
"Meg Abyte" <fitter20@hotmail.com> writes:
> >Well, if you submit patches to add a new BFD target to generate
> >S-records with a different line terminator, I'll probably approve it.
>
> Can you give me some hints and directions one where one gets started
> with that?
In bfd/srec.c copy srec_vec and symbolsrec_vec, add something to the
backend target data pointer to indicate which is which, and change the
code which outputs \r\n to check that.
Ian