From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E0CAF3858D32; Tue, 2 Jan 2024 17:13:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E0CAF3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1704215604; bh=e913p+6d+fz3Xv2ETvWQXJzriE7Qc7eE1f3FUEeVKMg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ZSVOdGqA9Vk6VwTMOQAkjmPxNkf/B+VmdQdG9YQ8SGLUi56/LuZ4OChpU1eG9r2hR uuKqYLxQHFbhrK1qGmD32R3URdRg2qibFvhMCUDiTt97WFtsFWForOSr3cbQnkRhjB NKFO8FPN3HRq4KHTrLyvEhAfrwh8u9NcDVLQZ4fw= From: "ssbssa at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug gdb/17464] Strange display of vector registers Date: Tue, 02 Jan 2024 17:13:23 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ssbssa at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D17464 Hannes Domani changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ssbssa at sourceware dot o= rg --- Comment #1 from Hannes Domani --- Note that since [1] the output is slightly different: ``` (gdb) info registers xmm15 xmm15 {v8_bfloat16 =3D {0x6666, 0x6666, 0x6666, 0x404c, 0x0, 0x0, = 0x0, 0x0}, v8_half =3D {0x6666, 0x6666, 0x6666, 0x404c, 0x0, 0x0, 0x0, 0x0}, v4_= float =3D {0x66666666, 0x404c6666, 0x0, 0x0}, v2_double =3D {0x404c666666666666, = 0x0}, v16_int8 =3D {0x66, 0x66, 0x66, 0x66, 0x66, 0x66, 0x4c, 0x40, 0x0, 0x0, 0x0= , 0x0, 0x0, 0x0, 0x0, 0x0}, v8_int16 =3D {0x6666, 0x6666, 0x6666, 0x404c, 0x0, 0x0= , 0x0, 0x0}, v4_int32 =3D {0x66666666, 0x404c6666, 0x0, 0x0}, v2_int64 =3D {0x404c666666666666, 0x0}, uint128 =3D 0x404c666666666666} ``` But it's still hexadecimal. [1] https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D56262a931b7c= a8ee3ec9104bc7e9e0b40cf3d64e --=20 You are receiving this mail because: You are on the CC list for the bug.=