diff options
author | Ben Elliston <bje@au.ibm.com> | 2004-05-12 03:08:09 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2004-05-12 03:08:09 +0000 |
commit | b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb (patch) | |
tree | 0acb3faf9e629ec2d8df7704c1a29484e7dc2ea0 /ld/testsuite/lib | |
parent | c0b225979e6b0e308d2eb2207becbc50b299732a (diff) | |
download | gdb-b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb.zip gdb-b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb.tar.gz gdb-b24f926d5bbe0644c5396f5e2c5c4db1b56c99fb.tar.bz2 |
* ld-sh/sh64/relax.exp: Remove stray semicolons.
* ld-sh/sh64/relfail.exp: Likewise.
* lib/ld-lib.exp: Likewise.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index acb7a5d..3758937 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -90,7 +90,7 @@ proc is_endian_output_format { object_flags } { proc big_or_little_endian {} { if [board_info [target_info name] exists multilib_flags] { - set tmp_flags " [board_info [target_info name] multilib_flags]"; + set tmp_flags " [board_info [target_info name] multilib_flags]" foreach x $tmp_flags { case $x in { @@ -235,7 +235,7 @@ proc default_ld_compile { cc source object } { } if [board_info [target_info name] exists multilib_flags] { - append flags " [board_info [target_info name] multilib_flags]"; + append flags " [board_info [target_info name] multilib_flags]" } verbose -log "$cc $flags -c $source -o $object" |