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