diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-04 16:00:46 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-04 16:11:38 +0930 |
commit | 1cf67587a0980e5fee20cad75f2c1fe01af6e808 (patch) | |
tree | d191b483bf930e74f8f725baa37657b92b434abf /gas/ChangeLog | |
parent | 0a4f37af5c477c0e7beaac1ef0526c0f6aee1935 (diff) | |
download | gdb-1cf67587a0980e5fee20cad75f2c1fe01af6e808.zip gdb-1cf67587a0980e5fee20cad75f2c1fe01af6e808.tar.gz gdb-1cf67587a0980e5fee20cad75f2c1fe01af6e808.tar.bz2 |
tcl global directive outside proc body does nothing (gas)
* testsuite/config/default.exp: Remove global directive outside
proc body.
* testsuite/gas/mep/complex-relocs.exp: Likewise.
* testsuite/gas/microblaze/relax_size.exp: Likewise.
* testsuite/gas/microblaze/reloc_sym.exp: Likewise.
* testsuite/gas/mt/relocs.exp: Likewise.
* testsuite/gas/rx/rx.exp: Likewise.
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 210017b..6484c62 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2020-06-04 Alan Modra <amodra@gmail.com> + + * testsuite/config/default.exp: Remove global directive outside + proc body. + * testsuite/gas/mep/complex-relocs.exp: Likewise. + * testsuite/gas/microblaze/relax_size.exp: Likewise. + * testsuite/gas/microblaze/reloc_sym.exp: Likewise. + * testsuite/gas/mt/relocs.exp: Likewise. + * testsuite/gas/rx/rx.exp: Likewise. + 2020-06-03 Stephen Casner <casner@acm.org> * doc/c-riscv.texi (RISC-V-Options): Fix non-ASCII apostrophe. |