aboutsummaryrefslogtreecommitdiff
path: root/gdb/target-float.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-13Silence ARI warning about floatformat_to_doubleTom Tromey1-2/+2
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-3/+3
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-1/+1
2019-09-11Fix float to LONGEST conversion.Ali Tamur1-6/+11
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-2/+1
2018-09-05Make -Wformat-nonliteral work with gccTom Tromey1-0/+7
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-11[MPFR] Fix regression on 32-bit host systemsUlrich Weigand1-1/+1
2017-11-29Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available.John Baldwin1-0/+2
2017-11-22Target FP: Make use of MPFR if availableUlrich Weigand1-0/+569
2017-11-22Target FP: Refactor use of host floating-point arithmeticUlrich Weigand1-422/+630
2017-11-16Refactor endian handling in DFP routinesUlrich Weigand1-39/+31
2017-11-06Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand1-2/+1246
2017-11-06Target FP: Handle interfaces to scripting languagesUlrich Weigand1-0/+57
2017-11-06Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand1-0/+152
2017-11-06Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand1-0/+169
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-0/+37
2017-11-06Target FP: Introduce target-float.{c,h}Ulrich Weigand1-0/+62