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 Fri, Mar 01, 2002 at 04:52:55PM -0800, David Mosberger wrote:
> The reason I moved the labels outside is because
> otherwise the linker seems to insist on creating the sections, even if
> they're empty.  Is there another way to avoid this?

Not that I'm aware of.  I suppose you could put

	${RELOCATING+. = ALIGN(${ALIGNMENT})}

before the first label, which should have the same effect.


r~


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