From: Frank Ch. Eigler Date: Mon, 29 Jun 1998 07:40:02 +0000 (+0000) Subject: * Attempt to make readelf.c compile under IRIX6 cc by inserting X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba;p=deliverable%2Fbinutils-gdb.git * Attempt to make readelf.c compile under IRIX6 cc by inserting non-functional "break;" in switch statement. --- diff --git a/binutils/readelf.c b/binutils/readelf.c index d0ad250555..32cea45adf 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2415,6 +2415,7 @@ process_version_sections (file) break; default: + break; } }