From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 93E8C3858D32; Mon, 15 Apr 2024 23:28:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 93E8C3858D32 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713223703; bh=AnojGTPwQsV8Pud02SrWQAwpKbpDrOQSvT6vE1zxA1g=; h=From:To:Subject:Date:From; b=WSAdpdAHSUUOYA0asovVlPGP2bjG7cAq5zNwV1XMvuJO++RxTs3HfyGXpf1g7SXvP GhkHdl6df+5Bp7L0ZnUTYQprZ6IqUckB0owzKorqJlJEsAkBtu7uPr5QBx2HmnQwNq mjBTHT8X6Ui7G9dI52Cj0yIcMa7Himg1U/A6vpLY= From: "godlygeek at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/31645] New: Mismatched include guards in gdb/arch/csky.h Date: Mon, 15 Apr 2024 23:28:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: godlygeek at gmail dot com X-Bugzilla-Status: UNCONFIRMED 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: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone attachments.created Message-ID: 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=3D31645 Bug ID: 31645 Summary: Mismatched include guards in gdb/arch/csky.h Product: gdb Version: HEAD Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: godlygeek at gmail dot com Target Milestone: --- Created attachment 15465 --> https://sourceware.org/bugzilla/attachment.cgi?id=3D15465&action=3Ded= it Patch to fix include guard typo `gdb/arch/csky.h` checks for duplicate inclusion by checking whether `ARCH_CSKY_H` has already been defined, but defines `ARCH_CSKy_H` when first included (with a lowercase `y` instead of uppercase). --=20 You are receiving this mail because: You are on the CC list for the bug.=