readelf: Replace procesor with processor

binutils/

	PR binutils/27445
	* readelf.c (print_gnu_property_note): Replace procesor with
	processor.

ld/

	PR binutils/27445
	* testsuite/ld-i386/property-x86-isa1.d: Replace procesor with
	processor.
	* testsuite/ld-x86-64/property-x86-isa1-x32.d: Likewise.
	* testsuite/ld-x86-64/property-x86-isa1.d: Likewise.
This commit is contained in:
H.J. Lu 2021-02-20 05:55:42 -08:00
parent 4d496013a2
commit 8c3853d9e8
4 changed files with 4 additions and 4 deletions

View File

@ -19077,7 +19077,7 @@ print_gnu_property_note (Filedata * filedata, Elf_Internal_Note * pnote)
if (type < GNU_PROPERTY_LOPROC)
printf (_("<unknown type %#x data: "), type);
else if (type < GNU_PROPERTY_LOUSER)
printf (_("<procesor-specific type %#x data: "), type);
printf (_("<processor-specific type %#x data: "), type);
else
printf (_("<application-specific type %#x data: "), type);
for (j = 0; j < datasz; ++j)

View File

@ -8,4 +8,4 @@ Displaying notes found in: .note.gnu.property
[ ]+Owner[ ]+Data size[ ]+Description
GNU 0x[0-9a-f]+ NT_GNU_PROPERTY_TYPE_0
Properties: x86 ISA needed: x86-64-baseline, x86-64-v4
<procesor-specific type 0xc0009000 data: 30 00 00 00 >
<processor-specific type 0xc0009000 data: 30 00 00 00 >

View File

@ -8,4 +8,4 @@ Displaying notes found in: .note.gnu.property
[ ]+Owner[ ]+Data size[ ]+Description
GNU 0x[0-9a-f]+ NT_GNU_PROPERTY_TYPE_0
Properties: x86 ISA needed: x86-64-baseline, x86-64-v4
<procesor-specific type 0xc0009000 data: 30 00 00 00 >
<processor-specific type 0xc0009000 data: 30 00 00 00 >

View File

@ -8,4 +8,4 @@ Displaying notes found in: .note.gnu.property
[ ]+Owner[ ]+Data size[ ]+Description
GNU 0x[0-9a-f]+ NT_GNU_PROPERTY_TYPE_0
Properties: x86 ISA needed: x86-64-baseline, x86-64-v4
<procesor-specific type 0xc0009000 data: 30 00 00 00 >
<processor-specific type 0xc0009000 data: 30 00 00 00 >