OSDN Git Service

2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
authorppluzhnikov <ppluzhnikov>
Fri, 23 Oct 2009 05:20:27 +0000 (05:20 +0000)
committerppluzhnikov <ppluzhnikov>
Fri, 23 Oct 2009 05:20:27 +0000 (05:20 +0000)
PR gdb/10819
* dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
* objfiles.c (find_pc_section): Likewise.
(update_section_map): Don't allocate empty table.

gdb/ChangeLog

index 2951bae..f30822c 100644 (file)
@@ -1,3 +1,10 @@
+2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+       PR gdb/10819
+       * dwarf2-frame.c (find_cie): Don't call bsearch on empty cie_table.
+       * objfiles.c (find_pc_section): Likewise.
+       (update_section_map): Don't allocate empty table.
+       
 2009-10-16  Hui Zhu  <teawater@gmail.com>
            Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>