This is the mail archive of the gcc-patches@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]

Re: [PATCH] TLS support for powerpc and powerpc64


On Friday, April 11, 2003, at 09:31 PM, David Edelsohn wrote:

	(legitimize_tls_address): New.
	(encode_tls_info): New.
	(get_some_local_dynamic_name): New.
	(get_some_local_dynamic_name_1): New.

Is there a reason why some of the new functions do not have
"rs6000_" prepended to them? If not, they should use the function naming
convention for consistency and to prevent name collisions in the future.

I like and use this convention, but we should be aware that it is not C89-compliant (names should be unique in 6 characters).


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