summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * gdbtypes.h (builtin_type_void_data_ptr, builtin_type_void_func_ptr,Ulrich Weigand2008-09-114-120/+67
* * solib-svr4.c (LM_ADDR_FROM_LINK_MAP): Use builtin types ofUlrich Weigand2008-09-113-18/+37
* * bsd-uthread.c (bsd_uthread_read_memory_address): New function.Ulrich Weigand2008-09-112-10/+18
* * procfs.c (procfs_address_to_host_pointer): Use target_gdbarchUlrich Weigand2008-09-112-5/+12
* * auxv.c (default_auxv_parse): Use gdbarch_ptr_bit (target_gdbarch)Ulrich Weigand2008-09-113-2/+9
* * expprint.c (print_subexp_standard): Compare against builtin typeUlrich Weigand2008-09-114-57/+61
* * valops.c: Include "objfiles.h" and "symtab.h".Ulrich Weigand2008-09-119-40/+106
* ChangeLog:Ulrich Weigand2008-09-117-35/+13
* * valarith.c (value_x_unop): Use builtin_type_int8 as type forUlrich Weigand2008-09-112-4/+10
* * infcall.c (value_arg_coerce): Add GDBARCH parameter. Use itsUlrich Weigand2008-09-112-16/+26
* * cp-abi.h (cplus_method_ptr_size): Add TO_TYPE parameter.Ulrich Weigand2008-09-118-75/+152
* * stack.c (return_command): Use frame architecture to determineUlrich Weigand2008-09-114-16/+47
* * alpha-tdep.c (alpha_register_type): Use builtin_type (gdbarch)Ulrich Weigand2008-09-1130-119/+184
* * ada-lang.c (ada_coerce_to_simple_array_type): Use builtin_type_int32Ulrich Weigand2008-09-1118-36/+62
* * defs.h (struct gdbarch): Add forward declaration.Ulrich Weigand2008-09-117-30/+29
* * gdbtypes.h (struct builtin_type): Remove builtin_true_charUlrich Weigand2008-09-115-24/+42
* * gdbtypes.h (builtin_type_void): Remove macro, add declaration.Ulrich Weigand2008-09-119-29/+39
* * eval.c (evaluate_subexp_standard): Use exp->gdbarch types insteadUlrich Weigand2008-09-113-12/+22
* * ada-valprint.c: Include "objfiles.h".Ulrich Weigand2008-09-112-3/+20
* * ada-lang.c (value_pos_atr): Add TYPE argument. Use it asUlrich Weigand2008-09-112-9/+19
* * ada-lang.c (cast_to_fixed): Do not cast to builtin_type_double.Ulrich Weigand2008-09-112-7/+17
* * valops.c (value_ind): No longer allow dereferencing anUlrich Weigand2008-09-114-10/+25
* * ada-valprint.c (ada_val_print_1): When implicitly dereferencingUlrich Weigand2008-09-116-15/+15
* * eval.c (evaluate_subexp_standard): Use builtin_type_int8Ulrich Weigand2008-09-116-5/+14
* * value.h (coerce_enum, coerce_number): Remove prototypes.Ulrich Weigand2008-09-114-26/+9
* * ax-gdb.c: Include "language.h".Ulrich Weigand2008-09-112-170/+192
* * eval.c (evaluate_subexp_standard): Add calls to binop_promoteUlrich Weigand2008-09-114-31/+119
* * value.h (unop_promote, binop_promote): Add prototypes.Ulrich Weigand2008-09-114-328/+294
* * value.h (value_add, value_sub): Remove.Ulrich Weigand2008-09-118-90/+156
* * eval.c (evaluate_subexp_for_sizeof): Use builtin_int type ofUlrich Weigand2008-09-112-6/+12
* * expression.h (enum exp_opcode): Document OP_COMPLEX to takeUlrich Weigand2008-09-115-5/+18
* * language.h (struct language_arch_info): New membersUlrich Weigand2008-09-1112-75/+133
* * jv-lang.c (enum java_primitive_types): New type.Ulrich Weigand2008-09-112-1/+49
* * value.h (value_bitstring_subscript): New prototype.Ulrich Weigand2008-09-114-29/+85
* * expression.h (struct expression): New member GDBARCH.Ulrich Weigand2008-09-1112-195/+255
* * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPEUlrich Weigand2008-09-1110-74/+40
* Updated translation versionsAlan Modra2008-09-114-2666/+2582
* *** empty log message ***gdbadmin2008-09-111-1/+1
* daily updateAlan Modra2008-09-111-1/+1
* * ada-lang.c (ada_parent_type): Add handling of the case whereJoel Brobecker2008-09-102-9/+44
* * ada-lang.c (is_digits_suffix): New function.Joel Brobecker2008-09-102-107/+61
* * Makefile.in (gnu-nat.o): New rule.Pedro Alves2008-09-102-0/+11
* 2008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant2008-09-102-0/+13
* * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.Joel Brobecker2008-09-102-0/+28
* * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,Joel Brobecker2008-09-1026-67/+82
* * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid typeJoel Brobecker2008-09-102-1/+6
* * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: UseJoel Brobecker2008-09-102-2/+7
* * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:Joel Brobecker2008-09-102-0/+13
* * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at thePedro Alves2008-09-102-8/+15
* * ada-lang.c (ada_array_length): Use builtin_type_int32 insteadUlrich Weigand2008-09-102-4/+10