This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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: [RFC] unify dynamic_symbol_p implementations


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~


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