sim: callback: fix sentinel testing when walking maps
[deliverable/binutils-gdb.git] / gold / object.h
index fc93abd24d59a54636792217282e39623f618e1d..a3d5d0e62be5685d38d592f26c4a657f4d6c4bad 100644 (file)
@@ -2863,11 +2863,11 @@ struct Relocate_info
 
 // This is used to represent a section in an object and is used as the
 // key type for various section maps.
-typedef std::pair<Object*, unsigned int> Section_id;
+typedef std::pair<Relobj*, unsigned int> Section_id;
 
 // This is similar to Section_id but is used when the section
 // pointers are const.
-typedef std::pair<const Object*, unsigned int> Const_section_id;
+typedef std::pair<const Relobj*, unsigned int> Const_section_id;
 
 // The hash value is based on the address of an object in memory during
 // linking.  It is okay to use this for looking up sections but never use
This page took 0.023313 seconds and 4 git commands to generate.