diff options
author | DJ Delorie <dj@redhat.com> | 2010-07-02 20:40:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-07-02 20:40:28 +0000 |
commit | 731df70d1a9b202e14df95132d8b9c4e6587eb86 (patch) | |
tree | 08f3f8ff76e3c1b39e70898d11ffeb4fb603fffa /gas/ChangeLog | |
parent | 44a808b1a4654298565c602cb7847ec34e0f722a (diff) | |
download | gdb-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/ChangeLog | 5 |
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. |