Fix typos.
[gcc.git] / libbacktrace / ChangeLog
index 39802c3110940a3025eb8107ad1794fb55e4f5b4..2fd4e8a3e6369757ab5fcc6c0ffcfb21da42e5c0 100644 (file)
@@ -1,3 +1,37 @@
+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.
+       (build_address_map): Set new fields when reading unit.
+       (dwarf_lookup_pc): If we don't find an entry in the line table,
+       just return the main file name.
+
+2013-01-14  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       Update copyright years.
+
+2013-01-01  Ian Lance Taylor  <iant@google.com>
+
+       PR bootstrap/54834
+       * Makefile.am (AM_CPPFLAGS): Remove -I ../gcc/include and -I
+       $(MULTIBUILDTOP)/../../gcc/include.
+       * Makefile.in: Rebuild.
+
 2013-01-01  Ian Lance Taylor  <iant@google.com>
 
        PR other/55536