Commit d5356522 by Jeff Law Committed by Jeff Law

v850.c (v850_handle_data_area_attribute): Fix fallthru comment.

	* config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
	comment.
	(v850_output_aligned_bss): Add missing break.

From-SVN: r241513
parent b1a2b0ba
2016-10-25 Jeff Law <law@redhat.com>
* config/v850/v850.c (v850_handle_data_area_attribute): Fix fallthru
comment.
(v850_output_aligned_bss): Add missing break.
* config/m68k/m68k.c (m68k_get_reloc_decoration): Add gcc_unreachable.
2016-10-25 Martin Liska <mliska@suse.cz>
......
......@@ -2122,7 +2122,7 @@ v850_handle_data_area_attribute (tree* node,
*no_add_attrs = true;
}
/* Drop through. */
/* FALLTHRU */
case FUNCTION_DECL:
area = v850_get_data_area (decl);
......@@ -2477,6 +2477,7 @@ v850_output_aligned_bss (FILE * file,
case DATA_AREA_TDA:
switch_to_section (tdata_section);
break;
default:
switch_to_section (bss_section);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment