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: Patch to constify assemble_name() in output.h/varasm.c


On Mon, Aug 09, 1999 at 04:45:47PM -0400, Kaveh R. Ghazi wrote:
> The function uses two macros STRIP_NAME_ENCODING & ASM_OUTPUT_LABELREF
> and they must now accept a const char*.  In the case of
> STRIP_NAME_ENCODING, the first argument is assigned a subpart of the
> second, so I had to make sure that it was passed in as a const char*
> where ever it was invoked.

Ok.


r~


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