Date: Sun, 22 Nov 1998 07:25:38 -0700 From: Nate Williams <nate@mt.sri.com> To: leisner@rochester.rr.com Cc: Nate Williams <nate@mt.sri.com>, hackers@FreeBSD.ORG Subject: Re: Wrapping a function Message-ID: <199811221425.HAA21510@mt.sri.com> In-Reply-To: <199811220702.CAA01604@rochester.rr.com> References: <199811170517.WAA22627@mt.sri.com> <199811220702.CAA01604@rochester.rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> In recent gnu ld's: > `--wrap SYMBOL' > Use a wrapper function for SYMBOL. Any undefined reference to > SYMBOL will be resolved to `__wrap_SYMBOL'. Any undefined > reference to `__real_SYMBOL' will be resolved to SYMBOL. Cool! Does our ld do this? Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811221425.HAA21510>