From c0304ac51d2d506f635bf4ab35359b0f7cb4560b Mon Sep 17 00:00:00 2001 From: Jeff Holcomb Date: Fri, 24 Jul 1998 23:58:30 +0000 Subject: [PATCH] Fri Jul 24 16:28:57 1998 Jeff Holcomb * readelf.c (get_dynamic_type): Remove empty default from switch statement. --- binutils/ChangeLog | 5 +++++ binutils/readelf.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b8031f8acd3..e5c0e97affc 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Fri Jul 24 16:28:57 1998 Jeff Holcomb + + * readelf.c (get_dynamic_type): Remove empty default from switch + statement. + Fri Jul 24 16:28:12 1998 Ian Lance Taylor * Makefile.am (install-exec-local): Don't remove the file before diff --git a/binutils/readelf.c b/binutils/readelf.c index 2073e6ea649..9ec4eedc725 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) -- 2.30.2