* config/tc-rx.c (rx_fetchalign): Declare.
authorDJ Delorie <dj@redhat.com>
Tue, 15 May 2012 03:04:47 +0000 (03:04 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 15 May 2012 03:04:47 +0000 (03:04 +0000)
commit0e25bcb440a877010123d832576e3290bcef2242
treea2e1a5827cc061d0e4d7b331f3902c39e4000edf
parentd051b294b998b68119ed6866459a47be0995d9cd
* config/tc-rx.c (rx_fetchalign): Declare.
(md_pseudo_table): Add .fetchalign.
(RX_NBASE_FETCHALIGN): New.
(fetchalign_bytes): New.
(rx_fetchalign): New.
(rx_frag_init): If a "magic" value is found, also init the
machine-specific data.
(md_assemble): Note following opcode size if called for.
(rx_next_opcode): New.
(rx_relax_frag): Support .fetchalign.
(md_convert_frag): Likewise.
* doc/c-rx.texi (RX-Directives): Add .fetchalign.
gas/ChangeLog
gas/config/tc-rx.c
gas/doc/c-rx.texi