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] [MSP430] Fix device name symbol defined for MSP430i series of devices


Jozef Lawrynowicz <jozef.l@mittosystems.com> writes:
> +      if (strncmp (target_mcu, "msp430i", 7) == 0)
> +	snprintf (mcu_name, sizeof (mcu_name) - 1, "__MSP430i%s__",
> +		  target_mcu + 7);
> +      else

Do you need to TOUPPER the parts of target_mcu after char 7 ?


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