Age | Commit message (Expand) | Author | Files | Lines |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-21 | Use toplevel configure for GMP and MPFR for gdb | Andrew Pinski | 1 | -8/+0 |
2022-09-21 | gdb: remove TYPE_LENGTH | Simon Marchi | 1 | -12/+12 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-05-27 | gdb: fix some indentation issues | Simon Marchi | 1 | -5/+5 |
2021-01-02 | gdb: fix typos in comments in target-float.c | Simon Marchi | 1 | -2/+2 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -41/+41 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 1 | -12/+12 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-12-13 | Silence ARI warning about floatformat_to_double | Tom Tromey | 1 | -2/+2 |
2019-11-21 | Adjust byte order variable display/change if DW_AT_endianity is present. | Peeter Joot | 1 | -3/+3 |
2019-10-18 | [gdb] Fix more typos in comments | Tom de Vries | 1 | -1/+1 |
2019-09-11 | Fix float to LONGEST conversion. | Ali Tamur | 1 | -6/+11 |
2019-07-10 | Don't include gdbarch.h from defs.h | Tom Tromey | 1 | -1/+1 |
2019-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2018-10-04 | Simple -Wshadow=local fixes | Tom Tromey | 1 | -2/+1 |
2018-09-05 | Make -Wformat-nonliteral work with gcc | Tom Tromey | 1 | -0/+7 |
2018-01-02 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2017-12-11 | [MPFR] Fix regression on 32-bit host systems | Ulrich Weigand | 1 | -1/+1 |
2017-11-29 | Define MPFR_USE_INTMAX_T so that mpfr.h assumes intmax_t is available. | John Baldwin | 1 | -0/+2 |
2017-11-22 | Target FP: Make use of MPFR if available | Ulrich Weigand | 1 | -0/+569 |
2017-11-22 | Target FP: Refactor use of host floating-point arithmetic | Ulrich Weigand | 1 | -422/+630 |
2017-11-16 | Refactor endian handling in DFP routines | Ulrich Weigand | 1 | -39/+31 |
2017-11-06 | Target FP: Merge doublest.c and dfp.c into target-float.c | Ulrich Weigand | 1 | -2/+1246 |
2017-11-06 | Target FP: Handle interfaces to scripting languages | Ulrich Weigand | 1 | -0/+57 |
2017-11-06 | Target FP: Add binop and compare routines to target-float.{c,h} | Ulrich Weigand | 1 | -0/+152 |
2017-11-06 | Target FP: Add conversion routines to target-float.{c,h} | Ulrich Weigand | 1 | -0/+169 |
2017-11-06 | Target FP: Add string routines to target-float.{c,h} | Ulrich Weigand | 1 | -0/+37 |
2017-11-06 | Target FP: Introduce target-float.{c,h} | Ulrich Weigand | 1 | -0/+62 |