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: [David Mosberger <davidm@hpl.hp.com>] problem with unwind info for .init/.fini sections


On Thu, Feb 28, 2002 at 10:41:51PM -0800, David Mosberger wrote:
> (I don't know what the ${RELOCATING+${INIT_ARRAY_START}} stuff means
> in scripttempl/elf.sc; perhaps this does the right thing?)

It's sh code.  If RELOCATING is set, then expand INIT_ARRAY_START.
Which you havn't defined to anything, so it's of course empty.

You'd want to do something like

	INIT_ARRAY_START="PROVIDE(__init_array_start = .)"
	${RELOCATING+${CREATE_SHLIB-${INIT_ARRAY_START}}}


r~


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