Bug 27445 - Spello in readelf
Summary: Spello in readelf
Status: RESOLVED FIXED
Alias: None
Product: binutils
Classification: Unclassified
Component: binutils (show other bugs)
Version: 2.36
: P2 normal
Target Milestone: 2.37
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-20 10:32 UTC by Jan Engelhardt
Modified: 2022-06-22 06:31 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Engelhardt 2021-02-20 10:32:58 UTC
ยป git grep 'procesor-sp'
binutils/po/bg.po:msgid "<procesor-specific type %#x data: "
binutils/po/binutils.pot:msgid "<procesor-specific type %#x data: "
binutils/po/ca.po:msgid "<procesor-specific type %#x data: "
binutils/po/es.po:msgid "<procesor-specific type %#x data: "
binutils/po/fr.po:msgid "<procesor-specific type %#x data: "
binutils/po/ja.po:msgid "<procesor-specific type %#x data: "
binutils/po/pt.po:msgid "<procesor-specific type %#x data: "
binutils/po/ru.po:msgid "<procesor-specific type %#x data: "
binutils/po/sr.po:msgid "<procesor-specific type %#x data: "
binutils/po/sv.po:msgid "<procesor-specific type %#x data: "
binutils/po/uk.po:msgid "<procesor-specific type %#x data: "
binutils/po/zh_TW.po:msgid "<procesor-specific type %#x data: "
binutils/readelf.c:     printf (_("<procesor-specific type %#x data: "), type);
ld/testsuite/ld-i386/property-x86-isa1.d:       <procesor-specific type 0xc0009000 data: 30 00 00 00 >
ld/testsuite/ld-x86-64/property-x86-isa1-x32.d: <procesor-specific type 0xc0009000 data: 30 00 00 00 >
ld/testsuite/ld-x86-64/property-x86-isa1.d:     <procesor-specific type 0xc0009000 data: 30 00 00 00 >

This should be "processor".
Comment 1 Sourceware Commits 2021-02-20 13:58:11 UTC
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8c3853d9e88e5bb607557730553d43f9fd3972e8

commit 8c3853d9e88e5bb607557730553d43f9fd3972e8
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Feb 20 05:55:42 2021 -0800

    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.
Comment 2 H.J. Lu 2021-02-20 13:58:44 UTC
Fixed for 2.37.