2008-01-03 11:39:35 +00:00
|
|
|
|
2008-01-03 Luis Machado <luisgpm@br.ibm.com>
|
|
|
|
|
|
|
|
|
|
* doublest.c (convert_floatformat_to_doublest): Call
|
|
|
|
|
floatformat_to_doublest instead of floatformat_to_double and use
|
|
|
|
|
DOUBLEST variables.
|
|
|
|
|
(convert_doublest_to_floatformat): Call floatformat_from_doublest
|
|
|
|
|
instead of floatformat_from_double and use DOUBLEST variables.
|
|
|
|
|
|
2008-01-03 10:33:10 +00:00
|
|
|
|
2008-01-03 Nick Hudson <nick.hudson@dsl.pipex.com>
|
|
|
|
|
|
|
|
|
|
* MAINTAINERS (Write After Approval): Add self.
|
|
|
|
|
|
2008-01-03 04:23:46 +00:00
|
|
|
|
2008-01-03 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* symfile.c (set_initial_language): Make non-static.
|
|
|
|
|
* symfile.h (set_initial_language): Add declaration.
|
|
|
|
|
* language.c: #include "symfile.h".
|
|
|
|
|
(set_language): Call set_initial_language if the frame language
|
|
|
|
|
could not be determined.
|
|
|
|
|
|
2008-01-03 04:11:16 +00:00
|
|
|
|
2008-01-03 Paul N. Hilfinger <hilfinger@adacore.com>
|
|
|
|
|
|
|
|
|
|
* eval.c (evaluate_subexp_for_address): Provide frame address to
|
|
|
|
|
locate_var_value only if it will be needed.
|
|
|
|
|
|
2008-01-02 13:36:38 +00:00
|
|
|
|
2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
|
|
|
|
|
|
|
|
|
* linux-nat.c (linux_child_follow_fork): Call also CHECK_FOR_THREAD_DB.
|
|
|
|
|
|
2008-01-02 12:03:06 +00:00
|
|
|
|
2008-01-02 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* ada-lang.c (ada_evaluate_subexp): Modify the value returned
|
|
|
|
|
when noside is EVAL_AVOID_SIDE_EFFECTS to be an lval_memory.
|
|
|
|
|
This is needed to make sure that any other treatment applied
|
|
|
|
|
to the resulting value does not fail for spurious reason,
|
|
|
|
|
such as trying to take the address of this value.
|
|
|
|
|
|
2008-01-02 11:18:03 +00:00
|
|
|
|
2008-01-02 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* ada-lang.c (ada_value_equal): Dereference reference types when
|
|
|
|
|
comparing arrays.
|
|
|
|
|
|
2008-01-01 22:53:26 +00:00
|
|
|
|
2008-01-01 Daniel Jacobowitz <dan@codesourcery.com>
|
|
|
|
|
|
|
|
|
|
Updated copyright notices for most files.
|
|
|
|
|
|
2008-01-01 18:42:08 +00:00
|
|
|
|
2008-01-01 Christopher Faylor <me+gdb@cgf.cx>
|
|
|
|
|
|
|
|
|
|
* win32-nat.c (psapi_module_handle): Remove static.
|
|
|
|
|
(get_module_name): Rename from psapi_get_dll_name. Revamp slightly to
|
|
|
|
|
return first module found if base_address is zero. Don't initialize
|
|
|
|
|
psapi function pointers here. Convert to cygwin paths when
|
|
|
|
|
appropriate.
|
|
|
|
|
(win32_pid_to_exec_file): Use Cygwin's /proc interface to determine
|
|
|
|
|
executable name. Use get_module_name when that fails or when
|
|
|
|
|
!__CYGWIN__.
|
|
|
|
|
(_initialize_psapi): New function. Initialize psapi stuff before it is
|
|
|
|
|
needed or issue a warning if it is not found. Move psapi_module_handle
|
|
|
|
|
here.
|
|
|
|
|
|
2008-01-01 12:39:49 +00:00
|
|
|
|
2008-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* ada-lang.c (ada_remove_trailing_digits): New function.
|
|
|
|
|
(ada_remove_po_subprogram_suffix): New function.
|
|
|
|
|
(ada_decode): Improve. Move the description of the algorithm
|
|
|
|
|
directly inside the code, instead of in the function global
|
|
|
|
|
description.
|
|
|
|
|
|
2008-01-01 11:39:07 +00:00
|
|
|
|
2008-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* ada-valprint.c (ada_val_print_1) [TYPE_CODE_REF]: Ignore deref_ref
|
|
|
|
|
and always print the dereferenced value.
|
|
|
|
|
|
2008-01-01 07:38:37 +00:00
|
|
|
|
2008-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* ada-lang.c (ada_evaluate_subexp, case BINOP_SUB): Add handling
|
|
|
|
|
of the case where the first argument is a reference.
|
|
|
|
|
(ada_evaluate_subexp, case BINOP_ADD): Likewise.
|
|
|
|
|
|
2008-01-01 07:21:59 +00:00
|
|
|
|
2008-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
Implement support for Ada interface types.
|
|
|
|
|
|
|
|
|
|
* ada-lang.c (ada_is_dispatch_table_ptr_type): New function.
|
|
|
|
|
(ada_is_ignored_field): Ignore fields that are a dispatch table
|
|
|
|
|
of a tagged type.
|
|
|
|
|
|
2008-01-01 04:27:43 +00:00
|
|
|
|
2008-01-01 Joel Brobecker <brobecker@adacore.com>
|
|
|
|
|
|
|
|
|
|
* top.c (print_gdb_version): Update copyright year.
|
|
|
|
|
|
2008-01-01 04:20:42 +00:00
|
|
|
|
2008-01-01 Joel Brobecker <brobecker@adacore.com>
|
2007-12-31 18:38:43 +00:00
|
|
|
|
|
2008-01-01 04:20:42 +00:00
|
|
|
|
* ChangeLog-2007: New ChangeLog rotation.
|
|
|
|
|
* ChangeLog: Reset for 2008.
|
|
|
|
|
* config/djgpp/fnchange.lst: Add entries for ChangeLog-2006 and
|
|
|
|
|
ChangeLog-2007.
|
2007-12-31 18:38:43 +00:00
|
|
|
|
|
2008-01-01 04:20:42 +00:00
|
|
|
|
For older changes see ChangeLog-2007.
|
1999-04-16 01:35:26 +00:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
2007-08-09 22:44:38 +00:00
|
|
|
|
coding: utf-8
|
1999-04-16 01:35:26 +00:00
|
|
|
|
End:
|