public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Libunwind and libgcc on ia64
@ 2004-10-17 18:08 Mariusz Mazur
  2004-10-18 19:24 ` H. J. Lu
  0 siblings, 1 reply; 6+ messages in thread
From: Mariusz Mazur @ 2004-10-17 18:08 UTC (permalink / raw)
  To: gcc

On ia64 libgcc.so is linked to libunwind.so, which means (a) libgcc requires 
libunwind and (b) anything linking dynamically against libgcc doesn't need to 
know or care about libuniwnd.
That changes if one tries to link statically (like my glibc) - then the build 
system must explicitly check what gcc we're running and if it's the libunwind 
one - add -lunwind.
Wouldn't it be a lot nicer if libgcc.a contained libunwind.a? People wouldn't 
have to care about explicit support for ia64.


-- 
In the year eighty five ten
God is gonna shake his mighty head
He'll either say,
"I'm pleased where man has been"
Or tear it down, and start again

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-10-18 19:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-17 18:08 Libunwind and libgcc on ia64 Mariusz Mazur
2004-10-18 19:24 ` H. J. Lu
2004-10-18 19:46   ` Mariusz Mazur
2004-10-18 19:57     ` H. J. Lu
2004-10-18 20:31       ` Mariusz Mazur
2004-10-18 21:19         ` H. J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).