bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/24507] nm --format=posix leading zeroes do not conform to


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/24507] nm --format=posix leading zeroes do not conform to the POSIX specification
Date: Wed, 01 May 2019 13:44:24 +0000

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:

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

commit 25a0274483cb00c27945b0337005be4f169ff09f
Author: Nick Clifton <address@hidden>
Date:   Wed May 1 14:43:06 2019 +0100

    Change nm so that when it is running in POSIX compatible mode, it does not
prefix symbol values with 0.

        PR 24507
        * nm.c: (print_format): New variable.
        (value_format_32bit, value_format_64bit): Delete.
        (set_print_radix): Remove code to alter value_format strings.
        (set_output_format): Record chosen format in print_format.
        (get_print_format): New function - constructs a printf formatting
        string according to the requirements of size, radix, and output
        format.
        (print_value): Use get_print_format.
        * testsuite/binutils-all/nm.exp: Add tests of "nm --format=posix"
        and "nm -t d".

-- 
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]