gdb/riscv: Split ISA and ABI features
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2019-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
30 2019-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
35 2019-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
40 2019-01-01 Philippe Waroquiers <philippe.waroquiers@skynet.be>
41
42 * break-catch-syscall.c (print_one_catch_syscall): xfree
43 the last text.
44
45 2019-01-01 Joel Brobecker <brobecker@adacore.com>
46
47 * top.c (print_gdb_version): Update Copyright year in version
48 message.
49
50 2019-01-01 Joel Brobecker <brobecker@adacore.com>
51
52 Update copyright year range in all GDB files.
53
54 2019-01-01 Joel Brobecker <brobecker@adacore.com>
55
56 * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018.
57
58 For older changes see ChangeLog-2018.
59 \f
60 Local Variables:
61 mode: change-log
62 left-margin: 8
63 fill-column: 74
64 version-control: never
65 coding: utf-8
66 End:
67
This page took 0.033678 seconds and 4 git commands to generate.