1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-23 16:07:37 +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:
hp.com!davidm 2003-12-20 11:38:49 +00:00
parent 9239758529
commit a114b907b1

View file

@ -28,7 +28,5 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
unsigned long
_Unwind_GetTextRelBase (struct _Unwind_Context *context)
{
/* Not yet implemented. DWARF2-based exception-handling would need
this, apparently. */
return 0;
}