Fix typos.
[gcc.git] / libbacktrace / ChangeLog
index 25a56d92e22995b9d383e657b1f7cb2e7c148667..2fd4e8a3e6369757ab5fcc6c0ffcfb21da42e5c0 100644 (file)
@@ -1,3 +1,19 @@
+2013-03-25  Ian Lance Taylor  <iant@google.com>
+
+       * alloc.c: #include <sys/types.h>.
+       * mmap.c: Likewise.
+
+2013-01-31  Ian Lance Taylor  <iant@google.com>
+
+       * dwarf.c (read_function_info): Permit fvec parameter to be NULL.
+       (dwarf_lookup_pc): Don't use ddata->fvec if threaded.
+
+2013-01-25  Jakub Jelinek  <jakub@redhat.com>
+
+       PR other/56076
+       * dwarf.c (read_line_header): Don't crash if DW_AT_comp_dir
+       attribute was not seen.
+
 2013-01-16  Ian Lance Taylor  <iant@google.com>
 
        * dwarf.c (struct unit): Add filename and abs_filename fields.