Fix year range in unittests/.../char/empty.cc copyright header
[external/binutils.git] / gdb / ChangeLog
1 2019-01-02  Joel Brobecker  <brobecker@adacore.com>
2
3         * unittests/basic_string_view/element_access/char/empty.cc:
4         Fix year range in copyright header.
5
6 2019-01-01  Andrew Burgess  <andrew.burgess@embecosm.com>
7
8         * arch/riscv.h (struct riscv_gdbarch_features) <hw_float_abi>:
9         Delete.
10         <operator==>: Update with for removed field.
11         <hash>: Likewise.
12         * riscv-tdep.h (struct gdbarch_tdep) <features>: Renamed to...
13         <isa_features>: ...this.
14         <abi_features>: New field.
15         (riscv_isa_flen): Update comment.
16         (riscv_abi_xlen): New declaration.
17         (riscv_abi_flen): New declaration.
18         * riscv-tdep.c (riscv_isa_xlen): Update to get answer from
19         isa_features.
20         (riscv_abi_xlen): New function.
21         (riscv_isa_flen): Update to get answer from isa_features.
22         (riscv_abi_flen): New function.
23         (riscv_has_fp_abi): Update to get answer from abi_features.
24         (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa
25         xlen and flen.
26         (riscv_call_info) <xlen, flen>: Update comment.
27         (riscv_call_arg_struct): Remove invalid assertions
28         (riscv_features_from_gdbarch_info): Update now hw_float_abi field
29         is removed.
30         (riscv_gdbarch_init): Gather isa features and abi features
31         separately, ensure both match on the gdbarch when reusing an old
32         gdbarch.  Relax an error check to allow 32-bit abi float to run on
33         a target with 64-bit float hardware.
34
35 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
36
37         * source.c (search_command_helper): Stop reverse search
38         when line 1 has been searched.
39
40 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
41
42         * record-full.c (record_full_base_target::close): Rewrite
43         record_full_core_buf_list free logic.
44
45 2019-01-01  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
46
47         * break-catch-syscall.c (print_one_catch_syscall): xfree
48         the last text.
49
50 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
51
52         * top.c (print_gdb_version): Update Copyright year in version
53         message.
54
55 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
56
57         Update copyright year range in all GDB files.
58
59 2019-01-01  Joel Brobecker  <brobecker@adacore.com>
60
61         * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
62
63 For older changes see ChangeLog-2018.
64 \f
65 Local Variables:
66 mode: change-log
67 left-margin: 8
68 fill-column: 74
69 version-control: never
70 coding: utf-8
71 End:
72