diff options
author | Thiemo Seufer <ths@networkno.de> | 2007-11-14 20:04:22 +0000 |
---|---|---|
committer | Thiemo Seufer <ths@networkno.de> | 2007-11-14 20:04:22 +0000 |
commit | 51a0dd312ea996c87f576fea04ca5d0db5826411 (patch) | |
tree | 7c3e2ac3d13bbb2f40d549ab513c0080cc27d837 /bfd/ChangeLog | |
parent | 78f156961e3ba5ed89e28c0c82ca3c891cfdc017 (diff) | |
download | gdb-51a0dd312ea996c87f576fea04ca5d0db5826411.zip gdb-51a0dd312ea996c87f576fea04ca5d0db5826411.tar.gz gdb-51a0dd312ea996c87f576fea04ca5d0db5826411.tar.bz2 |
* elfxx-mips.c (mips_elf_merge_obj_attributes): Prevent
unwanted fallthroughs in case statement.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 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 |