From a114b907b16813114f092b6bd34a948b64561756 Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Sat, 20 Dec 2003 11:38:49 +0000 Subject: [PATCH] (_Unwind_GetTextRelBase): Drop comment. Returning 0 seems to be OK for most existing platforms (both ia64 and DWARF-based). (Logical change 1.144) --- src/_Unwind_GetTextRelBase.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/_Unwind_GetTextRelBase.c b/src/_Unwind_GetTextRelBase.c index 96207d2a..4229ecc8 100644 --- a/src/_Unwind_GetTextRelBase.c +++ b/src/_Unwind_GetTextRelBase.c @@ -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; }