From 4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Mon, 29 Jun 1998 07:40:02 +0000 Subject: [PATCH] * Attempt to make readelf.c compile under IRIX6 cc by inserting non-functional "break;" in switch statement. --- binutils/readelf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/binutils/readelf.c b/binutils/readelf.c index d0ad250..32cea45 100644 --- a/binutils/readelf.c +++ b/binutils/readelf.c @@ -2415,6 +2415,7 @@ process_version_sections (file) break; default: + break; } } -- 2.7.4