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