2019-01-01 Andrew Burgess * arch/riscv.h (struct riscv_gdbarch_features) : Delete. : Update with for removed field. : Likewise. * riscv-tdep.h (struct gdbarch_tdep) : Renamed to... : ...this. : New field. (riscv_isa_flen): Update comment. (riscv_abi_xlen): New declaration. (riscv_abi_flen): New declaration. * riscv-tdep.c (riscv_isa_xlen): Update to get answer from isa_features. (riscv_abi_xlen): New function. (riscv_isa_flen): Update to get answer from isa_features. (riscv_abi_flen): New function. (riscv_has_fp_abi): Update to get answer from abi_features. (riscv_call_info::riscv_call_info): Use abi xlen and flen, not isa xlen and flen. (riscv_call_info) : Update comment. (riscv_call_arg_struct): Remove invalid assertions (riscv_features_from_gdbarch_info): Update now hw_float_abi field is removed. (riscv_gdbarch_init): Gather isa features and abi features separately, ensure both match on the gdbarch when reusing an old gdbarch. Relax an error check to allow 32-bit abi float to run on a target with 64-bit float hardware. 2019-01-01 Philippe Waroquiers * source.c (search_command_helper): Stop reverse search when line 1 has been searched. 2019-01-01 Philippe Waroquiers * record-full.c (record_full_base_target::close): Rewrite record_full_core_buf_list free logic. 2019-01-01 Philippe Waroquiers * break-catch-syscall.c (print_one_catch_syscall): xfree the last text. 2019-01-01 Joel Brobecker * top.c (print_gdb_version): Update Copyright year in version message. 2019-01-01 Joel Brobecker Update copyright year range in all GDB files. 2019-01-01 Joel Brobecker * config/djgpp/fnchange.lst: Add entry for gdb/ChangeLog-2018. For older changes see ChangeLog-2018. Local Variables: mode: change-log left-margin: 8 fill-column: 74 version-control: never coding: utf-8 End: