This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: ARM fixes for HEAD


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


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