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
This commit is contained in:
parent
f6480e7000
commit
c8ecdda6b6
@ -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>
|
2020-02-05 Maciej W. Rozycki <macro@wdc.com>
|
||||||
|
|
||||||
* nat/riscv-linux-tdesc.h: New file.
|
* nat/riscv-linux-tdesc.h: New file.
|
||||||
|
@ -29,4 +29,4 @@ extern struct ppc_reg_offsets ppcnbsd_reg_offsets;
|
|||||||
extern const struct regset ppcnbsd_gregset;
|
extern const struct regset ppcnbsd_gregset;
|
||||||
extern const struct regset ppcnbsd_fpregset;
|
extern const struct regset ppcnbsd_fpregset;
|
||||||
|
|
||||||
#endif /* ppc-nbsd-tdep.h */
|
#endif /* PPC_NBSD_TDEP_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user