public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug gdb/31645] New: Mismatched include guards in gdb/arch/csky.h
@ 2024-04-15 23:28 godlygeek at gmail dot com
  2024-04-16 13:31 ` [Bug gdb/31645] " tromey at sourceware dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: godlygeek at gmail dot com @ 2024-04-15 23:28 UTC (permalink / raw)
  To: gdb-prs

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

            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=15465&action=edit
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).

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

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

end of thread, other threads:[~2024-04-17 13:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-15 23:28 [Bug gdb/31645] New: Mismatched include guards in gdb/arch/csky.h godlygeek at gmail dot com
2024-04-16 13:31 ` [Bug gdb/31645] " tromey at sourceware dot org
2024-04-16 21:26 ` godlygeek at gmail dot com
2024-04-17 13:39 ` cvs-commit at gcc dot gnu.org
2024-04-17 13:40 ` tromey 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).