This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: c-pragma patch to allow external renaming
- From: Richard Henderson <rth at redhat dot com>
- To: Steve Ellcey <sje at cup dot hp dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 28 Jun 2002 17:37:01 -0700
- Subject: Re: c-pragma patch to allow external renaming
- References: <200206251820.LAA10220@hpsje.cup.hp.com>
On Tue, Jun 25, 2002 at 11:20:21AM -0700, Steve Ellcey wrote:
> * gcc/c-pragma.h (add_to_renaming_pragma_list): New function.
> * gcc/c-pragma.c (add_to_renaming_pragma_list): New function.
> (handle_pragma_redefine_extname): Change to use new function.
> (maybe_apply_renaming_pragma): Check pending_redefine_extname
> list even if HANDLE_PRAGMA_REDEFINE_EXTNAME is not set.
Ok.
r~