X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2FChangeLog;h=7f90ef2e0efde625e8b66a90ffcded9fb8674ddc;hb=41808ebe9d27c94bf0169ea7dbfea495cc4c6d86;hp=e4f36b5585e7978c4560277bdd61c93b7fb9412d;hpb=a16b8bcdf9ea8a6b5d7653d0a3e9a356c91b2c6a;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e4f36b5585..7f90ef2e0e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,62 @@ +2008-02-02 Doug Evans + + * typeprint.c (*): Whitespace cleanup. + +2008-02-02 Mark Kettenis + Luis Machado + Thiago Jung Bauermann + + * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Pass floats that + don't fit into registerson the stack the way GCC does. + +2008-02-01 Joel Brobecker + + * symtab.c (symbol_set_names): Do not add an entry in the demangling + hash table for Ada symbols. Just store the linkage name as is, + and leave the demangled_name as NULL. + +2007-02-01 Joel Brobecker + + * dwarf2read.c (add_partial_symbol): Always store all Ada subprograms + in the global scope. + (new_symbol): Likewise. + +2008-02-01 Vladimir Prus + + * breakpoint.c (break_command_1): Return void. + (break_command_really): Return void. Rethrow + exceptions instead of returning. + (gdb_breakpoint): Remove the error_message parameter. + Return void. Rename to set_breakpoint. + * gdb.h (gdb_breakpoint): Rename and move to... + * breakpoint.h (set_breakpoint): ...here. + * mi/mi-cmb-break.c (mi_cmd_break_insert): Restore + event hooks even if exception is thrown. Adjust to + gdb_breakpoint interface changes. + + +2008-02-01 Thiago Jung Bauermann + + * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): Write 32-bit + float in both first and second word in the doubleword, to support + old and new ABIs. + +2008-02-01 Vladimir Prus + + Properly rethrow exception. This fixes errors + about non-existent functions for -break-insert. + * breakpoint.c (break_command_really): Use throw_exception + for rethrowing. If rethrowing, don't print the exception. + +2008-01-31 Thiago Jung Bauermann + + * NEWS: Mention Decimal Floating Point support. + +2008-01-31 Joel Brobecker + + * std-regs.c (value_of_builtin_frame_pc_reg): Change the returned + value type to builtin_type_void_func_ptr. + 2008-01-31 Andreas Krebbel * s390-tdep.c (is_float_singleton, is_float_like,