aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorThiemo Seufer <ths@networkno.de>2007-11-14 20:04:22 +0000
committerThiemo Seufer <ths@networkno.de>2007-11-14 20:04:22 +0000
commit51a0dd312ea996c87f576fea04ca5d0db5826411 (patch)
tree7c3e2ac3d13bbb2f40d549ab513c0080cc27d837 /bfd
parent78f156961e3ba5ed89e28c0c82ca3c891cfdc017 (diff)
downloadfsf-binutils-gdb-51a0dd312ea996c87f576fea04ca5d0db5826411.zip
fsf-binutils-gdb-51a0dd312ea996c87f576fea04ca5d0db5826411.tar.gz
fsf-binutils-gdb-51a0dd312ea996c87f576fea04ca5d0db5826411.tar.bz2
* elfxx-mips.c (mips_elf_merge_obj_attributes): Prevent
unwanted fallthroughs in case statement.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/elfxx-mips.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d9470a2..a92ac23 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2007-11-14 Thiemo Seufer <ths@mips.com>
+
+ * elfxx-mips.c (mips_elf_merge_obj_attributes): Prevent
+ unwanted fallthroughs in case statement.
+
2007-11-13 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/5307
diff --git a/bfd/elfxx-mips.c b/bfd/elfxx-mips.c
index 217cd92..73959f1 100644
--- a/bfd/elfxx-mips.c
+++ b/bfd/elfxx-mips.c
@@ -11073,6 +11073,7 @@ mips_elf_merge_obj_attributes (bfd *ibfd, bfd *obfd)
_bfd_error_handler
(_("Warning: %B uses -msingle-float, %B uses -mdouble-float"),
obfd, ibfd);
+ break;
case 3:
_bfd_error_handler
@@ -11092,6 +11093,7 @@ mips_elf_merge_obj_attributes (bfd *ibfd, bfd *obfd)
_bfd_error_handler
(_("Warning: %B uses -msingle-float, %B uses -mdouble-float"),
ibfd, obfd);
+ break;
case 3:
_bfd_error_handler