]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/ChangeLog
Fix year range in unittests/.../char/empty.cc copyright header
[thirdparty/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
4ada3dfd
JB
12019-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
113b7b81
AB
62019-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
b18ca514
PW
352019-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
ec70d8db
PW
402019-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
5b38f9c1
PW
452019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
46
47 * break-catch-syscall.c (print_one_catch_syscall): xfree
48 the last text.
49
66d91b39
JB
502019-01-01 Joel Brobecker <brobecker@adacore.com>
51
52 * top.c (print_gdb_version): Update Copyright year in version
53 message.
54
42a4f53d
JB
552019-01-01 Joel Brobecker <brobecker@adacore.com>
56
57 Update copyright year range in all GDB files.
58
5bbd631d 592019-01-01 Joel Brobecker <brobecker@adacore.com>
2139e8dc 60
5bbd631d 61 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
2139e8dc 62
5bbd631d 63For older changes see ChangeLog-2018.
c906108c
SS
64\f
65Local Variables:
66mode: change-log
67left-margin: 8
68fill-column: 74
69version-control: never
57da7796 70coding: utf-8
c906108c 71End:
5bbd631d 72