add make_unqualified_type
authorTom Tromey <tromey@redhat.com>
Wed, 14 May 2014 19:52:04 +0000 (13:52 -0600)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Fri, 12 Dec 2014 21:24:37 +0000 (22:24 +0100)
commitf1660027106d583c639c9f37096519944d5c20e9
tree3050e98a16c8e123e8e18174b98b7f64444e1659
parent4ff709eb44e13fee683f01184a490e4fcc5c2862
add make_unqualified_type

There's seemingly no function to get the unqualified variant of a
type, so this patch adds one.  This new function will be used in the
final patch.

gdb/ChangeLog
2014-12-12  Tom Tromey  <tromey@redhat.com>

* gdbtypes.h (make_unqualified_type): Declare.
* gdbtypes.c (make_unqualified_type): New function.
gdb/ChangeLog
gdb/gdbtypes.c
gdb/gdbtypes.h