Remove declaration of inf_tid_to_proc
[binutils-gdb.git] / gdb / ChangeLog
1 2014-01-07 Yao Qi <yao@codesourcery.com>
2
3 * gnu-nat.c (inf_tid_to_proc): Remove declaration.
4
5 2014-01-07 Yao Qi <yao@codesourcery.com>
6
7 * gnu-nat.c (_initialize_gnu_nat): Declare.
8
9 2014-01-07 Yao Qi <yao@codesourcery.com>
10
11 * gdbarch.sh (byte_order, byte_order_for_code): Change type to
12 'enum bfd_endian'.
13 (struct gdbarch_info) <byte_order>: Change type to
14 'enum bfd_endian'.
15 <byte_order_for_code>: Likewise.
16 * gdbarch.c, gdbarch.h: Regenerated.
17
18 2014-01-06 Sasha Smundak <asmundak@google.com>
19
20 * jit.c: (jit_reader_load_command): Fix JIT reader path creation.
21
22 2014-01-06 Tom Tromey <tromey@redhat.com>
23
24 * doublest.c (convert_doublest_to_floatformat): Use const, not
25 CONST.
26 * somread.c (som_symtab_read): Likewise.
27
28 2014-01-07 Hui Zhu <hui@codesourcery.com>
29
30 * gdb_bfd.c (gdb_bfd_stash_filename): Removed.
31 (gdb_bfd_open): Removed gdb_bfd_stash_filename.
32 (gdb_bfd_fopen): Ditto.
33 (gdb_bfd_openr): Ditto.
34 (gdb_bfd_openw): Ditto.
35 (gdb_bfd_openr_iovec): Ditto.
36 (gdb_bfd_fdopenr): Ditto.
37 * gdb_bfd.h (gdb_bfd_stash_filename): Removed.
38 * solib-aix.c (solib_aix_bfd_open): Alloc object_bfd->filename
39 with xstrdup.
40 * solib-darwin.c (darwin_bfd_open): Alloc res->filename
41 with xstrdup.
42 * symfile-mem.c (symbol_file_add_from_memory): Removed
43 gdb_bfd_stash_filename.
44
45 2014-01-03 Doug Evans <dje@google.com>
46
47 * nat/linux-waitpid.c (linux_debug): Remove extraneous \n from
48 output.
49
50 2014-01-01 Joel Brobecker <brobecker@adacore.com>
51
52 Update year range in copyright notice of all files.
53
54 2014-01-01 Joel Brobecker <brobecker@adacore.com>
55
56 * top.c (print_gdb_version): Set copyright year to 2014.
57
58 2014-01-01 Joel Brobecker <brobecker@adacore.com>
59
60 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2013.
61
62 For older changes see ChangeLog-2013.
63 \f
64 Local Variables:
65 mode: change-log
66 left-margin: 8
67 fill-column: 74
68 version-control: never
69 coding: utf-8
70 End: