Add a missing break to readelf.c
PR binutils/19647 * readelf.c (get_section_type_name): Add a missing break.
This commit is contained in:
parent
21b1f8d2fc
commit
a9fb83bead
@ -1,3 +1,8 @@
|
|||||||
|
2016-02-16 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
|
PR binutils/19647
|
||||||
|
* readelf.c (get_section_type_name): Add a missing break.
|
||||||
|
|
||||||
2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
|
2016-02-16 Claudiu Zissulescu <claziss@synopsys.com>
|
||||||
|
|
||||||
* readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
|
* readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
|
||||||
|
@ -3996,6 +3996,7 @@ get_section_type_name (unsigned int sh_type)
|
|||||||
case EM_V850:
|
case EM_V850:
|
||||||
case EM_CYGNUS_V850:
|
case EM_CYGNUS_V850:
|
||||||
result = get_v850_section_type_name (sh_type);
|
result = get_v850_section_type_name (sh_type);
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
result = NULL;
|
result = NULL;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user