bug-glibc
[Top][All Lists]
Advanced

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

GCC-3.4.2 won't build GLibc-2.3.2


From: James Richard Tyrer
Subject: GCC-3.4.2 won't build GLibc-2.3.2
Date: Wed, 29 Sep 2004 07:51:54 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.2) Gecko/20040803

Error message:

dl-runtime.c:56: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup' was 
here
dl-runtime.c:56: error: conflicting types for 'fixup'
../sysdeps/i386/dl-machine.h:158: error: previous declaration of 'fixup' was 
here
dl-runtime.c:141: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of 'profile_fixup' was here
dl-runtime.c:141: error: conflicting types for 'profile_fixup'
../sysdeps/i386/dl-machine.h:161: error: previous declaration of 'profile_fixup' was here ../sysdeps/i386/dl-machine.h:158: warning: 'fixup' declared `static' but never defined ../sysdeps/i386/dl-machine.h:161: warning: 'profile_fixup' declared `static' but never defined
make[2]: *** [/usr/src/glibc-2.3.3.build/elf/dl-runtime.o] Error 1

dl-runtime.c:

static ElfW(Addr) __attribute_used__
fixup (
# ifdef ELF_MACHINE_RUNTIME_FIXUP_ARGS
        ELF_MACHINE_RUNTIME_FIXUP_ARGS,
# endif
        /* GKM FIXME: Fix trampoline to pass bounds so we can do
           without the `__unbounded' qualifier.  */
       struct link_map *__unbounded l, ElfW(Word) reloc_offset)

dl-machine.h:

static ElfW(Addr) fixup (struct link_map *__unbounded l, ElfW(Word) 
reloc_offset)
     __attribute__ ((regparm (2), unused));

--
JRT








reply via email to

[Prev in Thread] Current Thread [Next in Thread]