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: [PATCH] glibc 2.2.94 - hppa - revised plt relocation patch


On Wed, Sep 25, 2002 at 01:32:46PM -0400, Carlos O'Donell wrote:
> > > +#define DO_ELF_MACHINE_REL_RELATIVE(map, l_addr, reloc)			\
> > > +  elf_machine_rel_relative (l_addr, reloc,				\
> > > +			    (void *) (l_addr + relative->r_offset))
>                                                ^^^^^^^^
>                                                reloc

Oops.  Yes, this needs fixing.

[snip]
> 	The fact that it doesn't have detremental effects
> 	is rather disconcerting.

Not really.  This macro is only used in one place, and "relative" is
in scope where the macro is expanded.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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