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]

Re: deconsting reg_names


On Sun, May 28, 2000 at 11:55:21AM -0700, Nick Clifton wrote:
> 	* tm.texi (CONDITIONAL_REGISTER_USAGE): Document that it can
> 	modify reg_names.

Ok, though I thought this existed somewhere already...

> ! (these three are of type @code{char []}), @code{reg_names} (of type
> ! @code{char * const[]})

It's @code{const char *[]}, which is very different.
The whole crux of this problem in fact.


r~

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