This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: PATCH: gas .incbin pseudo-op
- To: Anders Norlander <anorland at synergenix dot se>
- Subject: Re: PATCH: gas .incbin pseudo-op
- From: Nick Clifton <nickc at cambridge dot redhat dot com>
- Date: 09 Jul 2001 09:20:06 +0100
- Cc: Binutils List <binutils at sources dot redhat dot com>
- References: <993829827.23471.10.camel@localhost>
Hi Anders,
> this patch adds a .incbin directive to gas to include files
> verbatim at the current location, as found in many other assemblers.
Thanks very much for submitting this patch. I have approved it and
applied to the sources. I did tweak the code slightly to fix the
formatting of the comments and to catch the case where both skip and
count are specified, but together they are longer than the file that
is being included.
Cheers
Nick