[David Mosberger <davidm@hpl.hp.com>] problem with unwind info for .init/.fini sections

Richard Henderson rth@redhat.com
Thu Feb 28 23:18:00 GMT 2002


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~



More information about the Binutils mailing list