ada-valprint.c: Reorder functions to reduce advance declarations.
[binutils-gdb.git] / gdb / ChangeLog
1 2014-01-07 Joel Brobecker <brobecker@adacore.com>
2
3 * ada-valprint.c (print_record): Delete declaration.
4 (adjust_type_signedness, ada_val_print_1): Likewise.
5 (ada_val_print): Move function implementation down.
6 (print_variant_part, print_field_values, print_record):
7 Move function implementation up.
8
9 2014-01-07 Joel Brobecker <brobecker@adacore.com>
10
11 * python/py-type.c (typy_get_name): New function.
12 (type_object_getset): Add entry for attribute "name".
13 * NEWS: Add entry mentioning this new attribute.
14
15 2014-01-07 Yao Qi <yao@codesourcery.com>
16
17 * gnu-nat.c (set_exceptions_cmd): Remove an empty body 'if'
18 statement.
19
20 2014-01-07 Yao Qi <yao@codesourcery.com>
21
22 * gnu-nat.c (info_port_rights): Add qualifier const to
23 argument args.
24
25 2014-01-07 Yao Qi <yao@codesourcery.com>
26
27 * gnu-nat.c (trace_me): Use 'void' for empty argument list.
28
29 2014-01-07 Yao Qi <yao@codesourcery.com>
30
31 * gnu-nat.c (make_inf) Update declaration.
32 (make_inf): Make it static.
33 (inf_set_traced): Likewise.
34 (inf_port_to_thread, inf_task_died_status): Likewise.
35
36 2014-01-07 Yao Qi <yao@codesourcery.com>
37
38 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
39
40 2014-01-07 Yao Qi <yao@codesourcery.com>
41
42 * gnu-nat.c (_initialize_gnu_nat): Declare.
43
44 2014-01-07 Yao Qi <yao@codesourcery.com>
45
46 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
47 'enum bfd_endian'.
48 (struct gdbarch_info) <byte_order>: Change type to
49 'enum bfd_endian'.
50 <byte_order_for_code>: Likewise.
51 * gdbarch.c, gdbarch.h: Regenerated.
52
53 2014-01-06 Sasha Smundak <asmundak@google.com>
54
55 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
56
57 2014-01-06 Tom Tromey <tromey@redhat.com>
58
59 * doublest.c (convert_doublest_to_floatformat): Use const, not
60 CONST.
61 * somread.c (som_symtab_read): Likewise.
62
63 2014-01-07 Hui Zhu <hui@codesourcery.com>
64
65 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
66 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
67 (gdb_bfd_fopen): Ditto.
68 (gdb_bfd_openr): Ditto.
69 (gdb_bfd_openw): Ditto.
70 (gdb_bfd_openr_iovec): Ditto.
71 (gdb_bfd_fdopenr): Ditto.
72 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
73 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
74 with xstrdup.
75 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
76 with xstrdup.
77 * symfile-mem.c (symbol_file_add_from_memory): Removed
78 gdb_bfd_stash_filename.
79
80 2014-01-03 Doug Evans <dje@google.com>
81
82 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
83 output.
84
85 2014-01-01 Joel Brobecker <brobecker@adacore.com>
86
87 Update year range in copyright notice of all files.
88
89 2014-01-01 Joel Brobecker <brobecker@adacore.com>
90
91 * top.c (print_gdb_version): Set copyright year to 2014.
92
93 2014-01-01 Joel Brobecker <brobecker@adacore.com>
94
95 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
96
97 For older changes see ChangeLog-2013.
98 \f
99 Local Variables:
100 mode: change-log
101 left-margin: 8
102 fill-column: 74
103 version-control: never
104 coding: utf-8
105 End: