This is the mail archive of the
libc-alpha@sources.redhat.com
mailing list for the glibc project.
re: ARM fixes for HEAD
- From: Benedikt Spranger <b dot spranger at linutronix dot de>
- To: libc-alpha at sources dot redhat dot com
- Date: Wed, 23 Mar 2005 12:51:41 +0100
- Subject: re: ARM fixes for HEAD
- References: <423E287C.8010901@kegel.com>
Hi,
> ../sysdeps/arm/dl-machine.h: In function '_dl_relocate_object':
> ../sysdeps/arm/dl-machine.h:371: error: invalid storage class for function 'fix_bad_pc24'
>
> Jakub fixed all the ones nearby a couple days ago,
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/libc/sysdeps/arm/dl-machine.h.diff?r1=1.51&r2=1.52&cvsroot=glibc
> but maybe he missed this one.
I think there is something missing:
void
_dl_relocate_object (struct link_map *l, struct r_scope_elem *scope[],
int lazy, int consider_profiling)
{
...
static Elf32_Addr fix_bad_pc24 (const Elf32_Addr * reloc_addr,
Elf32_Addr value)
{
...
}
...
}
results in an error.
Bene