ARM fixes for HEAD

Benedikt Spranger b.spranger@linutronix.de
Wed Mar 23 11:53:00 GMT 2005


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



More information about the Libc-alpha mailing list