OSDN Git Service

* gdbtypes.c (make_qualified_type): Doc fix. Add assertion to
authorjimb <jimb>
Thu, 4 Nov 2004 17:50:05 +0000 (17:50 +0000)
committerjimb <jimb>
Thu, 4 Nov 2004 17:50:05 +0000 (17:50 +0000)
prevent cross-objfile references.
(make_cv_type): Doc fix.  Don't create cross-objfile references,
even for stub types.
(replace_type): Add assertion to prevent cross-objfile references.
(check_typedef): Never resolve a stub type by copying over a type
from another file.

gdb/ChangeLog

index e2fa7d3..b0c52ea 100644 (file)
@@ -1,3 +1,13 @@
+2004-11-04  Jim Blandy  <jimb@redhat.com>
+
+       * gdbtypes.c (make_qualified_type): Doc fix.  Add assertion to
+       prevent cross-objfile references.
+       (make_cv_type): Doc fix.  Don't create cross-objfile references,
+       even for stub types.
+       (replace_type): Add assertion to prevent cross-objfile references.
+       (check_typedef): Never resolve a stub type by copying over a type
+       from another file.
+
 2004-11-04  Kei Sakamoto  <sakamoto.kei@denesas.com>
 
        * Makefile.in (m32r-tdep.o): Update dependencies.