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