* gdb-add-index.sh: Really remove.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b2838d90e49cad0110f0a4bb5e7f46ba689c028c..5c1eb03a319b5f8d286e5b933ee137351023b73b 100644 (file)
@@ -1,3 +1,32 @@
+2010-11-16  Tom Tromey  <tromey@redhat.com>
+
+       * gdb-add-index.sh: Really remove.
+
+2010-11-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       Code cleanup.
+       * dwarf2read.c (alloc_one_comp_unit): Rename prototype to ...
+       (init_one_comp_unit): ... this one.
+       (prepare_one_comp_unit): New prototype.
+       (dw2_require_line_header, process_psymtab_comp_unit): Use
+       init_one_comp_unit.
+       (process_psymtab_comp_unit): Use prepare_one_comp_unit.
+       (load_partial_comp_unit): Remove variable attr.  Use
+       init_one_comp_unit with xmalloc.  Use prepare_one_comp_unit.
+       (load_full_comp_unit): Use init_one_comp_unit with xmalloc.  Use
+       prepare_one_comp_unit.
+       (read_signatured_type): Remove variable attr.  Use init_one_comp_unit.
+       Use prepare_one_comp_unit.
+       (alloc_one_comp_unit): Rename to ...
+       (init_one_comp_unit): ... here and remove there calloc, new parameter
+       cu.
+       (prepare_one_comp_unit): New function.
+
+2010-11-14  Pierre Muller  <muller@ics.u-strasbg.fr>
+
+       * arm-tdep.c (arm_in_function_epilogue_p): Fix code to avoid
+       possible used of uninitialized variable.
+
 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
 
        * rs6000-tdep.c (bfd_uses_spe_extensions): New function.
This page took 0.024691 seconds and 4 git commands to generate.