This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Your (mine) patch to rtld.c


Hi Uli,

the version of my patch you applied to rtld.c breaks compilation on
MIPS completly:

rtld.c: In function `print_statistics':
rtld.c:1494: `relocate_time' undeclared (first use in this function)
rtld.c:1494: (Each undeclared identifier is reported only once
rtld.c:1494: for each function it appears in.)
rtld.c:1494: `rtld_total_time' undeclared (first use in this function)
../stdio-common/_itoa.h:35: warning: inlining failed in call to `_itoa_word'
rtld.c:1495: warning: called from here
rtld.c:1523: `load_time' undeclared (first use in this function)

You can reproduce this if you `rm sysdeps/i386/i686/hp-timing.c
sysdeps/i386/i686/hp-timing.h' and rebuild elf/rtld.os.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.rhein-neckar.de
    currently: aj@oss.sgi.com

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