aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorJeff Holcomb <jeffh@redhat.com>1998-07-24 23:58:30 +0000
committerJeff Holcomb <jeffh@redhat.com>1998-07-24 23:58:30 +0000
commitc0304ac51d2d506f635bf4ab35359b0f7cb4560b (patch)
tree513def3b473b87ba271d1fd4f4afecc4366ab0fa /binutils/readelf.c
parenta2f93b6758e4bbb30caa64aa0f1bfd68e33e79a7 (diff)
downloadgdb-c0304ac51d2d506f635bf4ab35359b0f7cb4560b.zip
gdb-c0304ac51d2d506f635bf4ab35359b0f7cb4560b.tar.gz
gdb-c0304ac51d2d506f635bf4ab35359b0f7cb4560b.tar.bz2
Fri Jul 24 16:28:57 1998 Jeff Holcomb <jeffh@cygnus.com>
* readelf.c (get_dynamic_type): Remove empty default from switch statement.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/readelf.c b/binutils/readelf.c
index 2073e6e..9ec4eed 100644
--- a/binutils/readelf.c
+++ b/binutils/readelf.c
@@ -615,7 +615,6 @@ get_dynamic_type (type)
case EM_MIPS:
case EM_MIPS_RS4_BE:
result = get_mips_dynamic_type (type);
- default:
}
if (result == NULL)