Update the copyright header of most if not all files that have not been
[binutils-gdb.git] / gdb / ChangeLog
1 2009-01-01 Joel Brobecker <brobecker@adacore.com>
2
3 Update the copyright hearder to add year 2010 for most GDB files.
4
5 2009-01-01 Joel Brobecker <brobecker@adacore.com>
6
7 Fix build failure in inf-ptrace.c.
8 * inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.
9
10 2010-01-01 Joel Brobecker <brobecker@adacore.com>
11
12 * top.c (print_gdb_version): Update copyright year.
13
14 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15
16 Fix break *FUN'address thread NUM.
17 * ada-lex.l (task): Expand rule to also match the thread keyword.
18
19 2010-01-01 Joel Brobecker <brobecker@adacore.com>
20
21 Fix break *FUN'address task NUM.
22 * ada-lex.l (task): New rule.
23 * ada-lang.c (valid_task_id): Make sure the Ada task list has
24 been built before using it.
25
26 For older changes see ChangeLog-2009.
27 \f
28 Local Variables:
29 mode: change-log
30 left-margin: 8
31 fill-column: 74
32 version-control: never
33 coding: utf-8
34 End: