This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH]: Add %page and %addr modifier to gas HC11
- From: Nick Clifton <nickc at redhat dot com>
- To: Stephane Carrez <stcarrez at nerim dot fr>
- Cc: binutils at sources dot redhat dot com
- Date: 06 Apr 2003 09:13:55 +0100
- Subject: Re: [PATCH]: Add %page and %addr modifier to gas HC11
- References: <3E8ED012.8030605@nerim.fr>
Hi Stephane,
> I committed the following patch to:
>
> - add a %addr(expr) and %page(expr) modifiers for memory bank support.
> %addr() represents the physical address of the symbol within the memory window
> (-> BFD_RELOC_M68HC11_LO16)
> %page() represents the page number where the symbol is defined
> (-> BFD_RELOC_M68HC11_PAGE)
Please could you add some documentation describing this new feature to
gas/doc/c-m68hc11.texi.
Cheers
Nick