diff options
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r-- | binutils/readelf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c index d6abab8..7a755b4 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -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; |