* config/v850/v850.c (GHS_default_section_names): Change to const
commitd88fa80dc9391e6a7c235f97739424437cdd6919
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2014 09:21:59 +0000 (25 09:21 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Jun 2014 09:21:59 +0000 (25 09:21 +0000)
treedcb67ae11c5c515c729f01554c35f9e907b4014d
parent9580cb79b8554e257e618ffa16ebc20c61b9c21f
* config/v850/v850.c (GHS_default_section_names): Change to const
char * type.
(GHS_current_section_names): Likewise.
(v850_insert_attributes): Do not build strings, just assign the
names directly.  Change the type of 'chosen_section' to const
char*.
* config/v850/v850-c.c (ghs_pragma_section): Assign the alias
directly to the array entry.
* config/v850/v850.h (GHS_default_section_names): Change to const
char * type.
(GHS_current_section_names): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@211972 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/v850/v850-c.c
gcc/config/v850/v850.c
gcc/config/v850/v850.h