diff options
author | Nick Clifton <nickc@redhat.com> | 2015-11-02 13:46:13 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-11-02 13:46:13 +0000 |
commit | a62e59897771e2f04fad908fc891714b9bd75d7b (patch) | |
tree | ee7c689bd6a1e6dc29d0003eb10a2e9bc6525dee /gas/ChangeLog | |
parent | 1e52a0735533acf8b50494bf4274f4d4c4e7683f (diff) | |
download | gdb-a62e59897771e2f04fad908fc891714b9bd75d7b.zip gdb-a62e59897771e2f04fad908fc891714b9bd75d7b.tar.gz gdb-a62e59897771e2f04fad908fc891714b9bd75d7b.tar.bz2 |
Fix the RX assembler's section alignment parameter to use multiples of N rather than powers of N
* config/tc-rx.c (parse_rx_section): Align parameter provides a
multiple of n argument, not a power of n argument.
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 af1540c..0ef70ad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2015-11-02 Nick Clifton <nickc@redhat.com> + + * config/tc-rx.c (parse_rx_section): Align parameter provides a + multiple of n argument, not a power of n argument. + 2015-10-29 Nick Clifton <nickc@redhat.com> * config/tc-aarch64.c (elf64_aarch64_target_format): Select the |