This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Removing cut-n-paste comments about target macros/hooks.
- From: Kazu Hirata <kazu at cs dot umass dot edu>
- To: gcc at gcc dot gnu dot org
- Cc: shebs at apple dot com, jsm at polyomino dot org dot uk, rth at redhat dot com
- Date: Wed, 28 Jan 2004 23:18:08 -0500 (EST)
- Subject: Removing cut-n-paste comments about target macros/hooks.
Hi,
One time there was a discussion about removing the generic comments
for target macros.
http://gcc.gnu.org/ml/gcc/2002-01/msg00656.html
Is the argument still true these days? (Well, I hope so.) I am
thinking about (gradually) removing those comments (while, of course,
being careful enough not to remove target-specific comments).
A preapproval from somebody with a blanket write privilege would be
nice. :-)
The motivation for the above work is as follows: While hookizing some
macros, I see those cut-n-paste comments mention deprecated macros
like STRUCT_VALUE_RTX. I've found it totally meaningless to replace
it with TARGET_STRUCT_VALUE_RTX. My plan is to remove those comments
as I encounter them (in hookization or whatever).
Kazu Hirata