aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2010-07-02 20:40:28 +0000
committerDJ Delorie <dj@redhat.com>2010-07-02 20:40:28 +0000
commit731df70d1a9b202e14df95132d8b9c4e6587eb86 (patch)
tree08f3f8ff76e3c1b39e70898d11ffeb4fb603fffa /gas/ChangeLog
parent44a808b1a4654298565c602cb7847ec34e0f722a (diff)
downloadgdb-731df70d1a9b202e14df95132d8b9c4e6587eb86.zip
gdb-731df70d1a9b202e14df95132d8b9c4e6587eb86.tar.gz
gdb-731df70d1a9b202e14df95132d8b9c4e6587eb86.tar.bz2
* config/tc-rx.h (md_do_align): New.
(MAX_MEM_FOR_RS_ALIGN_CODE): New. * config/tc-rx.c (nops): New. (rx_handle_align): Use various sized nops to align code.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 47708c7..7512c45 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,10 @@
2010-07-02 DJ Delorie <dj@redhat.com>
+ * config/tc-rx.h (md_do_align): New.
+ (MAX_MEM_FOR_RS_ALIGN_CODE): New.
+ * config/tc-rx.c (nops): New.
+ (rx_handle_align): Use various sized nops to align code.
+
* config/tc-rx.c (rx_bytesT): Add grown/shrank counters for
relaxation.
(rx_relax_frag): Prevent infinite loops of grow/shrink/grow/etc.