diff options
author | Frank Ch. Eigler <fche@redhat.com> | 1998-06-29 07:40:02 +0000 |
---|---|---|
committer | Frank Ch. Eigler <fche@redhat.com> | 1998-06-29 07:40:02 +0000 |
commit | 4775a8a5a9a8ae1730a41fdb5ad2ea57ee7f4dba (patch) | |
tree | 932e0b04bcb31537e7cee4fd38ed58e1b0978fa7 | |
parent | e16def6302936043dae22eea1676e1de894fc857 (diff) | |
download | gdb-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.
-rw-r--r-- | binutils/readelf.c | 1 |
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; } } |