From owner-cvs-all Fri Apr 12 21: 6:38 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CA49137B405; Fri, 12 Apr 2002 21:06:34 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3D46Y571988; Fri, 12 Apr 2002 21:06:34 -0700 (PDT) (envelope-from marcel) Message-Id: <200204130406.g3D46Y571988@freefall.freebsd.org> From: Marcel Moolenaar Date: Fri, 12 Apr 2002 21:06:34 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/ia64/gen Makefile.inc unwind.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/04/12 21:06:34 PDT Modified files: lib/libc/ia64/gen Makefile.inc Added files: lib/libc/ia64/gen unwind.c Log: Implement _Unwind_FindTableEntry(). This function is part of GCC for some configurations, but not for FreeBSD (yet?). Have one in libc in the mean time. Revision Changes Path 1.4 +4 -0 src/lib/libc/ia64/gen/Makefile.inc 1.1 +126 -0 src/lib/libc/ia64/gen/unwind.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message