forked from Imagelibrary/binutils-gdb
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:
@@ -3996,6 +3996,7 @@ get_section_type_name (unsigned int sh_type)
|
||||
case EM_V850:
|
||||
case EM_CYGNUS_V850:
|
||||
result = get_v850_section_type_name (sh_type);
|
||||
break;
|
||||
default:
|
||||
result = NULL;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user