[gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] gdbinit.in: Fix typo.
Tamar Christina
tnfchris@gcc.gnu.org
Fri Jul 17 13:32:08 GMT 2020
https://gcc.gnu.org/g:8fc3727402191c1f97ab4124db442f139f7c54d3
commit 8fc3727402191c1f97ab4124db442f139f7c54d3
Author: Jason Merrill <jason@redhat.com>
Date: Mon Mar 9 16:42:41 2020 -0400
gdbinit.in: Fix typo.
gcc/ChangeLog
2020-03-09 Jason Merrill <jason@redhat.com>
* gdbinit.in (pgs): Fix typo in documentation.
Diff:
---
gcc/ChangeLog | 4 ++++
gcc/gdbinit.in | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 6c20ddba54a..085ef66a207 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2020-03-09 Jason Merrill <jason@redhat.com>
+
+ * gdbinit.in (pgs): Fix typo in documentation.
+
2020-03-09 Vladimir Makarov <vmakarov@redhat.com>
Revert:
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in
index c4f400cdfe6..e951c19db63 100644
--- a/gcc/gdbinit.in
+++ b/gcc/gdbinit.in
@@ -129,7 +129,7 @@ call debug_generic_stmt ($debug_arg)
end
document pgs
-GCC hook: pgq [tree]
+GCC hook: pgs [tree]
Print given GENERIC statement in C syntax.
See also 'help-gcc-hooks'.
end
More information about the Gcc-cvs
mailing list