[IA64] get back PT_IA_64_UNWIND program header
authorDavid Mosberger-Tang <dmosberger@gmail.com>
Fri, 10 Aug 2007 01:58:52 +0000 (19:58 -0600)
committerTony Luck <tony.luck@intel.com>
Mon, 13 Aug 2007 21:50:35 +0000 (14:50 -0700)
Explicitly put the unwind section into its own program-header.  This
used to be unnecessary (probably because binutils did it for us), but
with current binutils (e.g., v2.17.50.20070804) we won't get
the PT_IA_64_UNWIND header without this patch which will break
unwinding in a debugger and simulators such as Ski.

Signed-off-by: David Mosberger-Tang <dmosberger@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found