diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-02-07 16:58:47 +0100 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2019-02-07 16:58:47 +0100 |
commit | 0e7e9601bed5600881225e22fd4306f11907858b (patch) | |
tree | 5aeb7140567d210c02101235b50fa40d645e4f15 /gas/ChangeLog | |
parent | 5d3db3e2970f543259103290d6890c0f1f289e13 (diff) | |
download | gdb-0e7e9601bed5600881225e22fd4306f11907858b.zip gdb-0e7e9601bed5600881225e22fd4306f11907858b.tar.gz gdb-0e7e9601bed5600881225e22fd4306f11907858b.tar.bz2 |
Visium: align branch absolute instruction for the GR6
This is done in order to avoid a pipeline hazard on the GR6.
gas/
* config/tc-visium.c (md_assemble) <mode_cad>: Align instruction
on 64-bit boundaries for the GR6.
* testsuite/gas/visium/allinsn_gr6.s: Tweak.
* testsuite/gas/visium/allinsn_gr6.d: Likewise.
* testsuite/gas/visium/bra-1.d: New test.
* testsuite/gas/visium/bra-1.s: Likewise.
* testsuite/gas/visium/visium.exp: Run bra-1 test.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0259667..d5fc14b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2019-02-07 Eric Botcazou <ebotcazou@adacore.com> + + * config/tc-visium.c (md_assemble) <mode_cad>: Align instruction on + 64-bit boundaries for the GR6. + * testsuite/gas/visium/allinsn_gr6.s: Tweak. + * testsuite/gas/visium/allinsn_gr6.d: Likewise. + * testsuite/gas/visium/bra-1.d: New test. + * testsuite/gas/visium/bra-1.s: Likewise. + * testsuite/gas/visium/visium.exp: Run bra-1 test. + 2019-01-31 John Darrington <john@darrington.wattle.id.au> * config/tc-s12z.c (lex_imm): Add new argument exp_o. |