From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Mark Klein Cc: gcc@gcc.gnu.org Subject: Re: MPE Port Date: Sun, 31 Oct 1999 23:35:00 -0000 Message-ID: <31748.939922957@upchuck.cygnus.com> References: <4.2.0.58.19991014070452.00aecef0@209.60.244.235> X-SW-Source: 1999-10n/msg00301.html Message-ID: <19991031233500.1xKZgIZb_CKVgrGqrM_QBmVdHfyR0MJFJKykatAKHxY@z> In message < 4.2.0.58.19991014070452.00aecef0@209.60.244.235 >you write: > I don't see how this is any different than the following code that is > already in GCC: Yours is changing the program's user observable behavior. __gcc_plt_call does not change user observable behavior; it merely provides a stub that the debugger can use to implement inferior function calls. jeff