aboutsummaryrefslogtreecommitdiff
path: root/binutils/readelf.c
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@redhat.com>1998-06-29 07:40:02 +0000
committerFrank Ch. Eigler <fche@redhat.com>1998-06-29 07:40:02 +0000
commit4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba (patch)
tree932e0b04bcb31537e7cee4fd38ed58e1b0978fa7 /binutils/readelf.c
parente16def6302936043dae22eea1676e1de894fc857 (diff)
downloadgdb-4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba.zip
gdb-4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba.tar.gz
gdb-4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba.tar.bz2
* Attempt to make readelf.c compile under IRIX6 cc by inserting
non-functional "break;" in switch statement.
Diffstat (limited to 'binutils/readelf.c')
-rw-r--r--binutils/readelf.c1
1 files changed, 1 insertions, 0 deletions
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;
}
}