public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug cli/16242] New: print format for hex float
@ 2013-11-25 18:49 schwab@linux-m68k.org
  2020-06-06 14:58 ` [Bug cli/16242] " tromey at sourceware dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 22+ messages in thread
From: schwab@linux-m68k.org @ 2013-11-25 18:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

            Bug ID: 16242
           Summary: print format for hex float
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: cli
          Assignee: unassigned at sourceware dot org
          Reporter: schwab@linux-m68k.org

There should be a print format for displaying float values in hex.  /x doesn't
work, it converts the value to integer first.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
@ 2020-06-06 14:58 ` tromey at sourceware dot org
  2020-06-06 14:58 ` tromey at sourceware dot org
                   ` (19 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2020-06-06 14:58 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #5 from Tom Tromey <tromey at sourceware dot org> ---
This has been filed a few times; I'm picking this one as the canonical
bug since it mentions the /z thing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
  2020-06-06 14:58 ` [Bug cli/16242] " tromey at sourceware dot org
@ 2020-06-06 14:58 ` tromey at sourceware dot org
  2020-06-06 14:59 ` tromey at sourceware dot org
                   ` (18 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2020-06-06 14:58 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com

--- Comment #6 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 25983 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
  2020-06-06 14:58 ` [Bug cli/16242] " tromey at sourceware dot org
  2020-06-06 14:58 ` tromey at sourceware dot org
@ 2020-06-06 14:59 ` tromey at sourceware dot org
  2020-06-06 14:59 ` tromey at sourceware dot org
                   ` (17 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2020-06-06 14:59 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |sogartary at yahoo dot com

--- Comment #7 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 15318 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (2 preceding siblings ...)
  2020-06-06 14:59 ` tromey at sourceware dot org
@ 2020-06-06 14:59 ` tromey at sourceware dot org
  2020-06-06 16:02 ` schwab@linux-m68k.org
                   ` (16 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2020-06-06 14:59 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i.kerseymer at gmail dot com

--- Comment #8 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 16687 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (3 preceding siblings ...)
  2020-06-06 14:59 ` tromey at sourceware dot org
@ 2020-06-06 16:02 ` schwab@linux-m68k.org
  2020-06-07 16:35 ` tromey at sourceware dot org
                   ` (15 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: schwab@linux-m68k.org @ 2020-06-06 16:02 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #9 from Andreas Schwab <schwab@linux-m68k.org> ---
/z is really the same as /x, just with padding.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (4 preceding siblings ...)
  2020-06-06 16:02 ` schwab@linux-m68k.org
@ 2020-06-07 16:35 ` tromey at sourceware dot org
  2020-06-07 17:32 ` b7.10110111 at gmail dot com
                   ` (14 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2020-06-07 16:35 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #10 from Tom Tromey <tromey at sourceware dot org> ---
This is a bit of a pain to implement, since according to gnulib
some host printf implementations don't support %a.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (5 preceding siblings ...)
  2020-06-07 16:35 ` tromey at sourceware dot org
@ 2020-06-07 17:32 ` b7.10110111 at gmail dot com
  2020-06-07 17:49 ` tromey at sourceware dot org
                   ` (13 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: b7.10110111 at gmail dot com @ 2020-06-07 17:32 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #11 from Ruslan <b7.10110111 at gmail dot com> ---
Doesn't gnulib already provide an implementation of sprintf function family? Or
do you mean gnulib's sprintf doesn't implement %a on some architectures?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (6 preceding siblings ...)
  2020-06-07 17:32 ` b7.10110111 at gmail dot com
@ 2020-06-07 17:49 ` tromey at sourceware dot org
  2022-02-17 18:49 ` tromey at sourceware dot org
                   ` (12 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2020-06-07 17:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #12 from Tom Tromey <tromey at sourceware dot org> ---
Actually I misread the gnulib docs -- it does fix this.
I didn't check to see if gdb already uses this module.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (7 preceding siblings ...)
  2020-06-07 17:49 ` tromey at sourceware dot org
@ 2022-02-17 18:49 ` tromey at sourceware dot org
  2022-02-17 18:57 ` tromey at sourceware dot org
                   ` (11 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-02-17 18:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #13 from Tom Tromey <tromey at sourceware dot org> ---
I added sprintf-posix to gdb's gnulib list and re-imported,
and there weren't any changes.  So I suppose it was already
pulled in.

Docs are here btw:
https://www.gnu.org/software/gnulib/manual/html_node/sprintf.html

So I think we're ok using %a for ordinary things.
However there's also the question of target-float.c.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (8 preceding siblings ...)
  2022-02-17 18:49 ` tromey at sourceware dot org
@ 2022-02-17 18:57 ` tromey at sourceware dot org
  2022-02-17 20:15 ` tromey at sourceware dot org
                   ` (10 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-02-17 18:57 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #14 from Tom Tromey <tromey at sourceware dot org> ---
(In reply to Tom Tromey from comment #13)
> I added sprintf-posix to gdb's gnulib list and re-imported,
> and there weren't any changes.  So I suppose it was already
> pulled in.

LOL I used the wrong tree.
This pulls in a bunch more stuff, so I wonder whether it's
appropriate at this stage.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (9 preceding siblings ...)
  2022-02-17 18:57 ` tromey at sourceware dot org
@ 2022-02-17 20:15 ` tromey at sourceware dot org
  2022-02-17 21:30 ` tromey at sourceware dot org
                   ` (9 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-02-17 20:15 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #15 from Tom Tromey <tromey at sourceware dot org> ---
Actually I've come around to the idea that p/x should just
reinterpret the bits and print those exactly.
It's what the manual implies, for one thing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (10 preceding siblings ...)
  2022-02-17 20:15 ` tromey at sourceware dot org
@ 2022-02-17 21:30 ` tromey at sourceware dot org
  2022-02-18 16:53 ` tromey at sourceware dot org
                   ` (8 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-02-17 21:30 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #16 from Tom Tromey <tromey at sourceware dot org> ---
https://sourceware.org/pipermail/gdb-patches/2022-February/185967.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (11 preceding siblings ...)
  2022-02-17 21:30 ` tromey at sourceware dot org
@ 2022-02-18 16:53 ` tromey at sourceware dot org
  2022-03-10 20:37 ` cvs-commit at gcc dot gnu.org
                   ` (7 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-02-18 16:53 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |tromey at sourceware dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (12 preceding siblings ...)
  2022-02-18 16:53 ` tromey at sourceware dot org
@ 2022-03-10 20:37 ` cvs-commit at gcc dot gnu.org
  2022-03-10 20:38 ` tromey at sourceware dot org
                   ` (6 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2022-03-10 20:37 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #17 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=56262a931b7ca8ee3ec9104bc7e9e0b40cf3d64e

commit 56262a931b7ca8ee3ec9104bc7e9e0b40cf3d64e
Author: Tom Tromey <tromey@adacore.com>
Date:   Thu Feb 17 13:43:59 2022 -0700

    Change how "print/x" displays floating-point value

    Currently, "print/x" will display a floating-point value by first
    casting it to an integer type.  This yields weird results like:

        (gdb) print/x 1.5
        $1 = 0x1

    This has confused users multiple times -- see PR gdb/16242, where
    there are several dups.  I've also seen some confusion from this
    internally at AdaCore.

    The manual says:

        'x'
             Regard the bits of the value as an integer, and print the integer
             in hexadecimal.

    ... which seems more useful.  So, perhaps what happened is that this
    was incorrectly implemented (or maybe correctly implemented and then
    regressed, as there don't seem to be any tests).

    This patch fixes the bug.

    There was a previous discussion where we agreed to preserve the old
    behavior:

        https://sourceware.org/legacy-ml/gdb-patches/2017-06/msg00314.html

    However, I think it makes more sense to follow the manual.

    Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=16242

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (13 preceding siblings ...)
  2022-03-10 20:37 ` cvs-commit at gcc dot gnu.org
@ 2022-03-10 20:38 ` tromey at sourceware dot org
  2022-03-10 20:49 ` schwab@linux-m68k.org
                   ` (5 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-03-10 20:38 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED
   Target Milestone|---                         |12.1

--- Comment #18 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (14 preceding siblings ...)
  2022-03-10 20:38 ` tromey at sourceware dot org
@ 2022-03-10 20:49 ` schwab@linux-m68k.org
  2022-03-13  4:37 ` brobecker at gnat dot com
                   ` (4 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: schwab@linux-m68k.org @ 2022-03-10 20:49 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #19 from Andreas Schwab <schwab@linux-m68k.org> ---
That isn't hex float, though.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (15 preceding siblings ...)
  2022-03-10 20:49 ` schwab@linux-m68k.org
@ 2022-03-13  4:37 ` brobecker at gnat dot com
  2022-05-07 15:38 ` tromey at sourceware dot org
                   ` (3 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: brobecker at gnat dot com @ 2022-03-13  4:37 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Joel Brobecker <brobecker at gnat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|12.1                        |---
                 CC|                            |brobecker at gnat dot com

--- Comment #20 from Joel Brobecker <brobecker at gnat dot com> ---
Since this ticket has been re-opened, I've removed the target-milestone, as
this isn't a blocking change for GDB 12 release.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (16 preceding siblings ...)
  2022-03-13  4:37 ` brobecker at gnat dot com
@ 2022-05-07 15:38 ` tromey at sourceware dot org
  2022-06-02 11:25 ` nchatz314 at gmail dot com
                   ` (2 subsequent siblings)
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2022-05-07 15:38 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|tromey at sourceware dot org       |unassigned at sourceware dot org

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (17 preceding siblings ...)
  2022-05-07 15:38 ` tromey at sourceware dot org
@ 2022-06-02 11:25 ` nchatz314 at gmail dot com
  2023-08-31 16:47 ` tromey at sourceware dot org
  2024-01-12 19:51 ` ssbssa at sourceware dot org
  20 siblings, 0 replies; 22+ messages in thread
From: nchatz314 at gmail dot com @ 2022-06-02 11:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Nikolaos Chatzikonstantinou <nchatz314 at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nchatz314 at gmail dot com

--- Comment #21 from Nikolaos Chatzikonstantinou <nchatz314 at gmail dot com> ---
If this is of any help, if you add the following python script and source it,

    import gdb

    class Hexfloat (gdb.Function):
      """Converts a float to a hex representation."""

      def __init__ (self):
        super (Hexfloat, self).__init__ ("hexfloat")

      def invoke (self, x):
        return float.hex(float(x))

    Hexfloat()

you can get what you want (I think) with

    (gdb) p $hexfloat(123.4567)
    $1 = "0x1.edd3a92a30553p+6"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (18 preceding siblings ...)
  2022-06-02 11:25 ` nchatz314 at gmail dot com
@ 2023-08-31 16:47 ` tromey at sourceware dot org
  2024-01-12 19:51 ` ssbssa at sourceware dot org
  20 siblings, 0 replies; 22+ messages in thread
From: tromey at sourceware dot org @ 2023-08-31 16:47 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

Tom Tromey <tromey at sourceware dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |elson.wei at gmail dot com

--- Comment #22 from Tom Tromey <tromey at sourceware dot org> ---
*** Bug 20506 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

* [Bug cli/16242] print format for hex float
  2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
                   ` (19 preceding siblings ...)
  2023-08-31 16:47 ` tromey at sourceware dot org
@ 2024-01-12 19:51 ` ssbssa at sourceware dot org
  20 siblings, 0 replies; 22+ messages in thread
From: ssbssa at sourceware dot org @ 2024-01-12 19:51 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=16242

--- Comment #23 from Hannes Domani <ssbssa at sourceware dot org> ---
*** Bug 21907 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-01-12 19:51 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-25 18:49 [Bug cli/16242] New: print format for hex float schwab@linux-m68k.org
2020-06-06 14:58 ` [Bug cli/16242] " tromey at sourceware dot org
2020-06-06 14:58 ` tromey at sourceware dot org
2020-06-06 14:59 ` tromey at sourceware dot org
2020-06-06 14:59 ` tromey at sourceware dot org
2020-06-06 16:02 ` schwab@linux-m68k.org
2020-06-07 16:35 ` tromey at sourceware dot org
2020-06-07 17:32 ` b7.10110111 at gmail dot com
2020-06-07 17:49 ` tromey at sourceware dot org
2022-02-17 18:49 ` tromey at sourceware dot org
2022-02-17 18:57 ` tromey at sourceware dot org
2022-02-17 20:15 ` tromey at sourceware dot org
2022-02-17 21:30 ` tromey at sourceware dot org
2022-02-18 16:53 ` tromey at sourceware dot org
2022-03-10 20:37 ` cvs-commit at gcc dot gnu.org
2022-03-10 20:38 ` tromey at sourceware dot org
2022-03-10 20:49 ` schwab@linux-m68k.org
2022-03-13  4:37 ` brobecker at gnat dot com
2022-05-07 15:38 ` tromey at sourceware dot org
2022-06-02 11:25 ` nchatz314 at gmail dot com
2023-08-31 16:47 ` tromey at sourceware dot org
2024-01-12 19:51 ` ssbssa at sourceware dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).