* regset.h (struct core_regset_section): Add HUMAN_NAME.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
2
3 * regset.h (struct core_regset_section): Add HUMAN_NAME.
4 * i386-linux-tdep.c (i386_linux_regset_sections): Fill in HUMAN_NAME.
5 * ppc-linux-tdep.c (ppc_linux_vsx_regset_sections): Likewise.
6 (ppc_linux_vmx_regset_sections): Likewise.
7 (ppc_linux_fp_regset_sections): Likewise.
8
9 * corelow.c (get_core_register_section): Constify arguments.
10 (get_core_registers): Use gdbarch_core_regset_sections instead
11 of hard-coded platform-specific register section names.
12
13 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
14
15 * dwarf2loc.c (read_pieced_value): If a piece occupies part of
16 a register, assume the least-signficant part is used.
17 (write_pieced_value): Likewise.
18
19 2010-01-04 Ulrich Weigand <uweigand@de.ibm.com>
20
21 * printcmd.c: Include "arch-utils.h".
22 (do_one_display): Re-parse expression if current architecture changed.
23
24 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
25 Joel Brobecker <brobecker@adacore.com>
26
27 * gdbtypes.c (check_typedef): New comment on type length.
28 * value.c (allocate_value_lazy): Remove the unused atype variable. New
29 comment on type length.
30 (value_primitive_field): Keep the original TYPE value, new comment.
31
32 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
33
34 * cli/cli-script.c (process_next_line): Rename p1 as p_end and p2 as
35 p_start. Change != comparisons to > and < comparisons.
36
37 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
38
39 * cli/cli-script.c (process_next_line): Check P2 overrun.
40
41 2009-01-01 Joel Brobecker <brobecker@adacore.com>
42
43 Update the copyright hearder to add year 2010 for most GDB files.
44
45 2009-01-01 Joel Brobecker <brobecker@adacore.com>
46
47 Fix build failure in inf-ptrace.c.
48 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
49
50 2010-01-01 Joel Brobecker <brobecker@adacore.com>
51
52 * top.c (print_gdb_version): Update copyright year.
53
54 2010-01-01 Joel Brobecker <brobecker@adacore.com>
55
56 Fix break *FUN'address thread NUM.
57 * ada-lex.l (task): Expand rule to also match the thread keyword.
58
59 2010-01-01 Joel Brobecker <brobecker@adacore.com>
60
61 Fix break *FUN'address task NUM.
62 * ada-lex.l (task): New rule.
63 * ada-lang.c (valid_task_id): Make sure the Ada task list has
64 been built before using it.
65
66 For older changes see ChangeLog-2009.
67 \f
68 Local Variables:
69 mode: change-log
70 left-margin: 8
71 fill-column: 74
72 version-control: never
73 coding: utf-8
74 End:
This page took 0.039034 seconds and 4 git commands to generate.