projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e16def6
)
* Attempt to make readelf.c compile under IRIX6 cc by inserting
author
Frank Ch. Eigler
<fche@redhat.com>
Mon, 29 Jun 1998 07:40:02 +0000
(07:40 +0000)
committer
Frank Ch. Eigler
<fche@redhat.com>
Mon, 29 Jun 1998 07:40:02 +0000
(07:40 +0000)
non-functional "break;" in switch statement.
binutils/readelf.c
patch
|
blob
|
history
diff --git
a/binutils/readelf.c
b/binutils/readelf.c
index d0ad250555f22caec863bb5218512a467c921cc5..32cea45adf9dfc74cc53d736129f557926e256bc 100644
(file)
--- a/
binutils/readelf.c
+++ b/
binutils/readelf.c
@@
-2415,6
+2415,7
@@
process_version_sections (file)
break;
default:
+ break;
}
}