This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: [patch] Support -fsplit-stack (previous frame inner to this frame)


Tom Tromey <tromey@redhat.com> writes:

> Is it impossible for __morestack to appear in multiple objfiles?

The __morestack function has hidden visibility when using ELF, so if
both the executable and a shared library are compiled with -fsplit-stack
they will each have their own copy of __morestack.

Ian


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