summaryrefslogtreecommitdiff
path: root/gdb/doublest.c
Commit message (Expand)AuthorAgeFilesLines
* Target FP: Merge doublest.c and dfp.c into target-float.cUlrich Weigand2017-11-061-898/+0
* Target FP: Remove unused floating-point routinesUlrich Weigand2017-11-061-93/+0
* Target FP: Introduce target-float.{c,h}Ulrich Weigand2017-11-061-5/+7
* Fix regression on ARM after Target FP patchesUlrich Weigand2017-11-031-1/+1
* Target FP: Use target format throughout expression parsingUlrich Weigand2017-10-251-0/+29
* Target FP printing: Simplify and fix ui_printfUlrich Weigand2017-10-241-29/+62
* Target FP printing: Simplify and fix print_floatingUlrich Weigand2017-10-241-0/+64
* Simplify floatformat_from_typeUlrich Weigand2017-09-271-16/+0
* Use floatformat_totalsize_bytesYao Qi2017-04-241-2/+1
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-3/+5
* Add gdbarch callback to provide formats for debug info float typesUlrich Weigand2016-09-061-51/+4
* Fix floating conversion buffer overrun when host/target format matchesPedro Alves2016-03-091-10/+20
* Assert that a floating type's length is at least as long as its formatPedro Alves2016-03-091-2/+15
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (1/2)Simon Marchi2015-09-251-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* Include gdb_assert.h in common-defs.hGary Benson2014-08-071-1/+0
* convert CONST to constTom Tromey2014-01-061-1/+1
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* * doublest.c (convert_floatformat_to_doublest): Use fmt->split_halfAlan Modra2013-08-201-25/+24
* gdb/doublest.c: Use frexpl rather than ldfrexp.Will Newton2013-06-211-48/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-2/+1
* off-by-one max exponent computation in convert_doublest_to_floatformatJoel Brobecker2012-10-241-1/+1
* convert_doublest_to_floatformat: handle off-range values.Joel Brobecker2012-07-251-0/+22
* Copyright year update in most files of the GDB Project.Joel Brobecker2012-01-041-3/+2
* 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2011-08-011-5/+1
* 2011-01-07 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-071-12/+12
* 2011-01-05 Michael Snyder <msnyder@vmware.com>Michael Snyder2011-01-051-5/+8
* run copyright.sh for 2011.Joel Brobecker2011-01-011-2/+2
* include/ChangeLog:Ulrich Weigand2010-07-061-1/+4
* 2010-05-14 Michael Snyder <msnyder@vmware.com>Michael Snyder2010-05-141-0/+14
* Update copyright year in most headers.Joel Brobecker2010-01-011-1/+1
* ARI fix: OP eol rule.Pierre Muller2009-10-061-2/+2
* * gdbtypes.c (make_pointer_type, make_reference_type,Ulrich Weigand2009-07-021-16/+17
* * doublest.c (NAN): Remove unused define.Ulrich Weigand2009-05-181-63/+4
* Updated copyright notices for most files.Joel Brobecker2009-01-031-1/+1
* 2008-05-03 Luis Machado <luisgpm@br.ibm.com>Thiago Jung Bauermann2008-05-031-1/+1
* * doublest.c (convert_floatformat_to_doublest): CallLuis Machado2008-01-031-8/+8
* Updated copyright notices for most files.Daniel Jacobowitz2008-01-011-1/+1
* include:Joseph Myers2007-11-081-0/+42
* Switch the license of all .c files to GPLv3.Joel Brobecker2007-08-231-4/+2
* 2007-06-12 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-06-121-9/+13
* 2007-05-31 Markus Deuling <deuling@de.ibm.com>Ulrich Weigand2007-05-311-8/+10
* * doublest.c (convert_floatformat_to_doublest): UseDaniel Jacobowitz2007-03-301-11/+47
* * doublest.c (floatformat_from_length): Use the right element fromDaniel Jacobowitz2007-01-291-8/+10
* Copyright updates for 2007.Daniel Jacobowitz2007-01-091-2/+2
* * breakpoint.c:Eli Zaretskii2005-12-171-3/+3