summaryrefslogtreecommitdiff
path: root/gdb/target-float.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year range in header of all files managed by GDBJoel Brobecker2023-01-011-1/+1
* Use toplevel configure for GMP and MPFR for gdbAndrew Pinski2022-12-211-8/+0
* gdb: remove TYPE_LENGTHSimon Marchi2022-09-211-12/+12
* Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker2022-01-011-1/+1
* gdb: fix some indentation issuesSimon Marchi2021-05-271-5/+5
* gdb: fix typos in comments in target-float.cSimon Marchi2021-01-021-2/+2
* Update copyright year range in all GDB filesJoel Brobecker2021-01-011-1/+1
* gdb, gdbserver, gdbsupport: fix leading space vs tabs issuesSimon Marchi2020-11-021-41/+41
* gdb: remove TYPE_CODE macroSimon Marchi2020-05-141-12/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-011-1/+1
* Silence ARI warning about floatformat_to_doubleTom Tromey2019-12-131-2/+2
* Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot2019-11-211-3/+3
* [gdb] Fix more typos in commentsTom de Vries2019-10-181-1/+1
* Fix float to LONGEST conversion.Ali Tamur2019-09-111-6/+11
* Don't include gdbarch.h from defs.hTom Tromey2019-07-101-1/+1
* Update copyright year range in all GDB files.Joel Brobecker2019-01-011-1/+1
* Simple -Wshadow=local fixesTom Tromey2018-10-041-2/+1
* Make -Wformat-nonliteral work with gccTom Tromey2018-09-051-0/+7
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* [MPFR] Fix regression on 32-bit host systemsUlrich Weigand2017-12-111-1/+1
* Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available.John Baldwin2017-11-291-0/+2
* Target FP: Make use of MPFR if availableUlrich Weigand2017-11-221-0/+569
* Target FP: Refactor use of host floating-point arithmeticUlrich Weigand2017-11-221-422/+630
* Refactor endian handling in DFP routinesUlrich Weigand2017-11-161-39/+31
* Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand2017-11-061-2/+1246
* Target FP: Handle interfaces to scripting languagesUlrich Weigand2017-11-061-0/+57
* Target FP: Add binop and compare routines to target-float.{c,h}Ulrich Weigand2017-11-061-0/+152
* Target FP: Add conversion routines to target-float.{c,h}Ulrich Weigand2017-11-061-0/+169
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-0/+37
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-0/+62