This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Binutils is now broken


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]