aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2012-05-15 03:04:47 +0000
committerDJ Delorie <dj@redhat.com>2012-05-15 03:04:47 +0000
commit0e25bcb440a877010123d832576e3290bcef2242 (patch)
treea2e1a5827cc061d0e4d7b331f3902c39e4000edf /gas/ChangeLog
parentd051b294b998b68119ed6866459a47be0995d9cd (diff)
downloadgdb-0e25bcb440a877010123d832576e3290bcef2242.zip
gdb-0e25bcb440a877010123d832576e3290bcef2242.tar.gz
gdb-0e25bcb440a877010123d832576e3290bcef2242.tar.bz2
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 178dca7..2278f3a 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,18 @@
+2012-05-14 DJ Delorie <dj@redhat.com>
+
+ * 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.
+
2012-05-14 James Lemke <jwlemke@codesourcery.com>
* config/tc-ppc.c (insn_validate): New func of existing code to call..