Wrap locally used classes in anonymous namespace
[deliverable/binutils-gdb.git] / gdb / arm-tdep.c
index 09f7b3a635a98a948c077c31c687d5211fcec542..b3c3705c78eaccbd2e4595998732312c3d015d44 100644 (file)
@@ -12952,6 +12952,7 @@ thumb2_record_decode_insn_handler (insn_decode_record *thumb2_insn_r)
   return -1;
 }
 
+namespace {
 /* Abstract memory reader.  */
 
 class abstract_memory_reader
@@ -12977,6 +12978,8 @@ class instruction_reader : public abstract_memory_reader
   }
 };
 
+} // namespace
+
 /* Extracts arm/thumb/thumb2 insn depending on the size, and returns 0 on success 
 and positive val on fauilure.  */
 
This page took 0.026689 seconds and 4 git commands to generate.