From 4e25adb3956f880efc28bfebabe79be7338b413f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 21 Dec 2016 19:13:52 +1030 Subject: 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. --- include/coff/pe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/coff') diff --git a/include/coff/pe.h b/include/coff/pe.h index 85ad518..fd96fd4 100644 --- a/include/coff/pe.h +++ b/include/coff/pe.h @@ -604,7 +604,7 @@ struct external_IMAGE_DEBUG_DIRECTORY #define CVINFO_PDB70_CVSIGNATURE 0x53445352 // "RSDS" #define CVINFO_PDB20_CVSIGNATURE 0x3031424e // "NB10" #define CVINFO_CV50_CVSIGNATURE 0x3131424e // "NB11" -#define CVINFO_CV41_CVSIGNATURE 0x3930424e // âNB09" +#define CVINFO_CV41_CVSIGNATURE 0x3930424e // "NB09" typedef struct _CV_INFO_PDB70 { -- cgit v1.1