comparison gcc/common/config/msp430/msp430-common.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Common hooks for Texas Instruments MSP430. 1 /* Common hooks for Texas Instruments MSP430.
2 Copyright (C) 2014-2018 Free Software Foundation, Inc. 2 Copyright (C) 2014-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify 6 GCC is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
52 { 52 {
53 target_cpu = "msp430"; 53 target_cpu = "msp430";
54 } 54 }
55 else 55 else
56 { 56 {
57 error ("unrecognized argument of -mcpu: %s", decoded->arg); 57 error ("unrecognized argument of %<-mcpu%>: %s", decoded->arg);
58 return false; 58 return false;
59 } 59 }
60 break; 60 break;
61 61
62 case OPT_mmcu_: 62 case OPT_mmcu_: