This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]