mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-27 09:37:38 +01:00
(_Unwind_GetTextRelBase): Drop comment. Returning 0 seems to be
OK for most existing platforms (both ia64 and DWARF-based). (Logical change 1.144)
This commit is contained in:
parent
9239758529
commit
a114b907b1
1 changed files with 0 additions and 2 deletions
|
@ -28,7 +28,5 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
unsigned long
|
unsigned long
|
||||||
_Unwind_GetTextRelBase (struct _Unwind_Context *context)
|
_Unwind_GetTextRelBase (struct _Unwind_Context *context)
|
||||||
{
|
{
|
||||||
/* Not yet implemented. DWARF2-based exception-handling would need
|
|
||||||
this, apparently. */
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue