bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/28575] New: binutils/readelf.c and binutils/strings.c use


From: pexu at sourceware dot mail.kapsi.fi
Subject: [Bug binutils/28575] New: binutils/readelf.c and binutils/strings.c use undefined type `uint'
Date: Wed, 10 Nov 2021 09:29:28 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28575

            Bug ID: 28575
           Summary: binutils/readelf.c and binutils/strings.c use
                    undefined type `uint'
           Product: binutils
           Version: 2.38 (HEAD)
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: pexu at sourceware dot mail.kapsi.fi
  Target Milestone: ---

Created attachment 13771
  --> https://sourceware.org/bugzilla/attachment.cgi?id=13771&action=edit
Replace `uint' by `unsigned int'.  Apply line wrapping for `get_unicode_byte'.

Hi.

Since --unicode support (commit b3aa80b45c4f46029efeb204bb9f2d2c4278a0e5) both
binutils/readelf.c and binutils/strings.c use `uint' in a few locations.  It
likely should be `unsigned int' since there isn't anything defining `uint'
within binutils (besides zlib) and AFAIK it isn't a standard type.

Attached a patch.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]