Binutils is now broken

H . J . Lu hjl@lucon.org
Fri Jun 14 09:56:00 GMT 2002


On Fri, Jun 14, 2002 at 09:43:34AM -0700, H . J . Lu wrote:
> On Linux/x86, configured with --enable-64-bit-bfd --enable-targets=all,
> I got
> 
> # make check
> FAIL: strip with saving a symbol
> FAIL: run stripped executable with saving a symbol
> FAIL: symver symver0
> FAIL: symver symver1
> 
> I am tracking it down now.
> 

This change:

2002-6-13  Elias Athanasopoulos  <eathan@otenet.gr>

        * nm.c (struct extended_symbol_info): New strcuture: Add the size
        of the symbols to the information provided by the symbol_info
        structure.
        (print_symbols): Pass the symbol size to print_symbol.
        (print_size_symbols): Pass the symbol size to print_symbol.
        (print_symbol): Extra argument: The size of the symbol.  Store
        this in the extended_symbol_info structure.
        (print_symbol_info): Change type of info parameter to
        extended_symbol_info.  Display the size, if known.
        (print_symbol_info_posix): Likewise.
        (print_symbol_info_sysv): Likewise.

breaks "make check" in binutils since the nm output is different now.
Elias, could you please fix it?

Thanks.


H.J.



More information about the Binutils mailing list