[RFC] unify dynamic_symbol_p implementations

Richard Henderson rth@redhat.com
Fri Jul 18 20:56:00 GMT 2003


On Fri, Jul 18, 2003 at 01:09:14PM -0700, Bob Wilson wrote:
> The R_XTENSA_32 reloc used for the function address turns into an 
> R_XTENSA_GLOB_DAT reloc in the executable.  The runtime linker
> resolves this reloc at startup.  Am I missing something?

Really?  Even with

	extern void foo(void);
	static void (* const bar) (void) = foo;

Doesn't bar wind up in .rodata?  And if so, it really shouldn't
have a dynamic relocation against it.


r~



More information about the Binutils mailing list