This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: alphaev67 build fails xgcc


It might also be a change to binutils that happen yesterday:


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.

Thanks,
Andrew Pinski

On Friday, June 14, 2002, at 05:11 , Richard Henderson wrote:


On Fri, Jun 14, 2002 at 01:23:34PM -0400, bemis wrote:
GLIBC_2.0 {
  global:

  local:
        *;
You've found an nm that can't read your .o files.
This is a configuration problem on your end.


r~








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