public inbox for gdb-testers@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Fix header guard name in #endif comment
@ 2020-02-05 19:45 gdb-buildbot
  2020-02-05 19:50 ` Failures on Fedora-i686, branch master gdb-buildbot
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: gdb-buildbot @ 2020-02-05 19:45 UTC (permalink / raw)
  To: gdb-testers

*** TEST RESULTS FOR COMMIT c8ecdda6b68722c35bfdef56fdd4ba652d77bffc ***

commit c8ecdda6b68722c35bfdef56fdd4ba652d77bffc
Author:     Christian Biesinger <cbiesinger@google.com>
AuthorDate: Wed Feb 5 11:33:42 2020 -0600
Commit:     Christian Biesinger <cbiesinger@google.com>
CommitDate: Wed Feb 5 11:35:33 2020 -0600

    Fix header guard name in #endif comment
    
    Makes the comment match the macro name in the #define/#ifdef.
    
    gdb/ChangeLog:
    
    2020-02-05  Christian Biesinger  <cbiesinger@google.com>
    
            * ppc-nbsd-tdep.h: Fix macro name in #endif comment.
    
    Change-Id: If7b2e49e65495b8eb9ed7b6c9a11277579a93a05

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8ea4ea55f7..193edf0507 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-02-05  Christian Biesinger  <cbiesinger@google.com>
+
+	* ppc-nbsd-tdep.h: Fix macro name in #endif comment.
+
 2020-02-05  Maciej W. Rozycki  <macro@wdc.com>
 
 	* nat/riscv-linux-tdesc.h: New file.
diff --git a/gdb/ppc-nbsd-tdep.h b/gdb/ppc-nbsd-tdep.h
index 79b24c1e3c..efbed9ea00 100644
--- a/gdb/ppc-nbsd-tdep.h
+++ b/gdb/ppc-nbsd-tdep.h
@@ -29,4 +29,4 @@ extern struct ppc_reg_offsets ppcnbsd_reg_offsets;
 extern const struct regset ppcnbsd_gregset;
 extern const struct regset ppcnbsd_fpregset;
 
-#endif /* ppc-nbsd-tdep.h */
+#endif /* PPC_NBSD_TDEP_H */


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

end of thread, other threads:[~2020-02-05 22:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-05 19:45 [binutils-gdb] Fix header guard name in #endif comment gdb-buildbot
2020-02-05 19:50 ` Failures on Fedora-i686, branch master gdb-buildbot
2020-02-05 19:52 ` Failures on Fedora-x86_64-cc-with-index, " gdb-buildbot
2020-02-05 20:26 ` Failures on Fedora-x86_64-m32, " gdb-buildbot
2020-02-05 20:35 ` Failures on Fedora-x86_64-m64, " gdb-buildbot
2020-02-05 20:44 ` Failures on Fedora-x86_64-native-extended-gdbserver-m32, " gdb-buildbot
2020-02-05 21:12 ` Failures on Fedora-x86_64-native-extended-gdbserver-m64, " gdb-buildbot
2020-02-05 22:38 ` Failures on Ubuntu-Aarch64-native-gdbserver-m64, " gdb-buildbot
2020-02-06  0:29 ` Failures on Fedora-x86_64-native-gdbserver-m32, " gdb-buildbot
2020-02-06  0:59 ` Failures on Fedora-x86_64-native-gdbserver-m64, " gdb-buildbot

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).