]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/ChangeLog
Replace deprecated tcl case statements with switch statements
authorAlan Modra <amodra@gmail.com>
Mon, 27 Jan 2020 00:21:52 +0000 (10:51 +1030)
committerAlan Modra <amodra@gmail.com>
Mon, 27 Jan 2020 12:22:15 +0000 (22:52 +1030)
commite3696f67abfc46dcac6c9bbe47f8e25e34b17be5
treee241615305663b2d2fee857efefb7001014b78b1
parent7568c93bf95a518797dfb2987b04911164c14a36
Replace deprecated tcl case statements with switch statements

binutils/
* testsuite/lib/binutils-common.exp (big_or_little_endian): Replace
case statement with switch statement.
gas/
* testsuite/gas/all/gas.exp: Replace case statements with switch
statements.
* testsuite/gas/elf/elf.exp: Likewise.
* testsuite/gas/macros/macros.exp: Likewise.
* testsuite/lib/gas-defs.exp: Likewise.
ld/
* testsuite/ld-elfvers/vers.exp: Replace case statements with
switch statements.
* testsuite/ld-ifunc/ifunc.exp: Likewise.
* testsuite/ld-unique/unique.exp: Likewise.
binutils/ChangeLog
binutils/testsuite/lib/binutils-common.exp
gas/ChangeLog
gas/testsuite/gas/all/gas.exp
gas/testsuite/gas/elf/elf.exp
gas/testsuite/gas/macros/macros.exp
gas/testsuite/lib/gas-defs.exp
ld/ChangeLog
ld/testsuite/ld-elfvers/vers.exp
ld/testsuite/ld-ifunc/ifunc.exp
ld/testsuite/ld-unique/unique.exp