commit | 9bf77d0e20d08f4fd5f3b14e50dce3bb21df03ac | [log] [tgz] |
---|---|---|
author | David Mosberger-Tang <dmosberger@gmail.com> | Thu Aug 09 19:58:52 2007 -0600 |
committer | Tony Luck <tony.luck@intel.com> | Mon Aug 13 14:50:35 2007 -0700 |
tree | 2342e60f0c4ab7e8a3a7982359da57d88abb978e | |
parent | 336cdba8640677117bc3fd101e3e1a34c98a275d [diff] |
[IA64] get back PT_IA_64_UNWIND program header 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>