public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-jankratochvil-vla: Workaround regression for:   gdb.ada/arrayptr.exp: ptype string_access
@ 2011-12-18 21:10 jkratoch
  0 siblings, 0 replies; only message in thread
From: jkratoch @ 2011-12-18 21:10 UTC (permalink / raw)
  To: archer-commits

The branch, archer-jankratochvil-vla has been updated
       via  9e2ea824e10f6b63c0d63752c964fb12f809cd9e (commit)
      from  832f71824c4900f65686ec2395193f6f214edd57 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 9e2ea824e10f6b63c0d63752c964fb12f809cd9e
Author: Jan Kratochvil <jan.kratochvil@redhat.com>
Date:   Sun Dec 18 22:10:24 2011 +0100

    Workaround regression for:
      gdb.ada/arrayptr.exp: ptype string_access

-----------------------------------------------------------------------

Summary of changes:
 gdb/typeprint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

First 500 lines of diff:
diff --git a/gdb/typeprint.c b/gdb/typeprint.c
index bb8bd01..f157962 100644
--- a/gdb/typeprint.c
+++ b/gdb/typeprint.c
@@ -78,7 +78,7 @@ void
 type_print (struct type *type, char *varstring, struct ui_file *stream,
 	    int show)
 {
-  if (show >= 0)
+  if (show >= 0 && current_language->la_language != language_ada)
     type = check_typedef (type);
 
   LA_PRINT_TYPE (type, varstring, stream, show, 0);


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-18 21:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-18 21:10 [SCM] archer-jankratochvil-vla: Workaround regression for: gdb.ada/arrayptr.exp: ptype string_access jkratoch

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