This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: GCC personality


PRASANTH RAJAGOPAL <prasanthris@gmail.com> writes:

> In a Linker Script - What does "personality" in KEEP
> (*(.*personality*)) indicate? Is it a must?

That means that when using linker garbage collection, any section whose
name matches the shell patterh .*personality* will be retained.

The default linker scripts do not do this, and I'm not aware offhand of
any particular meaning to such sections.  Whether you must do it depends
on what you put in sections whose names match that pattern.

Ian


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