Re: Enable --build-id for moxie-elf-ld
[deliverable/binutils-gdb.git] / gdb / bcache.c
index 497efe96cbffa8280772d871e4e0e0d472c635a5..348ad152f64f3ebb145c38f45e752030dd029bda 100644 (file)
@@ -25,6 +25,8 @@
 
 #include <algorithm>
 
+namespace gdb {
+
 /* The type used to hold a single bcache string.  The user data is
    stored in d.data.  Since it can be any type, it needs to have the
    same alignment as the most strict alignment of any type on the host
@@ -378,3 +380,5 @@ bcache::memory_used ()
     return 0;
   return obstack_memory_used (&m_cache);
 }
+
+} /* namespace gdb */
This page took 0.02518 seconds and 4 git commands to generate.