Remove high bit set characters

gas/
	* doc/c-lm32.texi: Fix chars with high bit set.
	* testsuite/gas/bfin/vector2.s: Likewise.
gold/
	* arm.cc: Fix comment chars with high bit set.
include/
	* coff/pe.h: Fix comment chars with high bit set.
	* opcode/xgate.h: Likewise.
ld/
	* testsuite/ld-scripts/sysroot-prefix.exp: Fix chars with high bit set.
This commit is contained in:
Alan Modra
2016-12-21 19:13:52 +10:30
parent 9962fe293d
commit 4e25adb395
10 changed files with 40 additions and 22 deletions

View File

@@ -81,7 +81,7 @@ proc sysroot_prefix_test_setup { } {
global as gasopt srcdir subdir ar
if {![ld_assemble_flags $as $gasopt $srcdir/$subdir/pr14962a.s tmpdir/main.o]} {
error "Error assembling a trivial file for sysroot-prefix tests<EFBFBD>framework"
error "Error assembling a trivial file for sysroot-prefix tests framework"
return 0
}
@@ -106,13 +106,13 @@ proc sysroot_prefix_test_setup { } {
set libnamebase [lindex $test_object 2]
if ![ld_assemble_flags $as $gasopt $srcdir/$subdir/$sname $oname] {
error "Error assembling trivial file $sname for sysroot-prefix tests<EFBFBD>framework"
error "Error assembling trivial file $sname for sysroot-prefix tests framework"
return 0
}
if { [string length $libnamebase] != 0 &&
![ar_simple_create $ar "" tmpdir/sysroot/tmp/ldtest-xyzzy/lib$libnamebase.a $oname] } {
error "Error creating archive $libnamebase for sysroot-prefix tests<EFBFBD>framework"
error "Error creating archive $libnamebase for sysroot-prefix tests framework"
return 0
}
}