diff options
author | Renlin Li <renlin.li@arm.com> | 2015-04-27 11:36:12 +0100 |
---|---|---|
committer | Jiong Wang <jiong.wang@arm.com> | 2015-04-27 11:36:12 +0100 |
commit | eb9d6cc91a423f7825a46317e1882e2e9297c76f (patch) | |
tree | fb7b2d64b9df154265e8b9be032303a02d73d256 /gas/ChangeLog | |
parent | 417c80f9e456477935cdc74461d35630dfdbfdff (diff) | |
download | gdb-eb9d6cc91a423f7825a46317e1882e2e9297c76f.zip gdb-eb9d6cc91a423f7825a46317e1882e2e9297c76f.tar.gz gdb-eb9d6cc91a423f7825a46317e1882e2e9297c76f.tar.bz2 |
[AArch64] Don't try to align insn in non-executale section
2015-04-27 Renlin Li <renlin.li@arm.com>
gas/
* config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text
section.
(md_assemble): Likewise, move the align code outside the loop.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 29870dd..5b9b50c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2015-04-27 Renlin Li <renlin.li@arm.com> + + * config/tc-aarch64.c (s_aarch64_inst): Don't align code for non-text + section. + (md_assemble): Likewise, move the align code outside the loop. + 2015-04-24 Jim Wilson <jim.wilson@linaro.org> * config/tc-aarch64.c (aarch64_cpus): Add CRC and CRYPTO features |