Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Mark some internal symbols as hidden on ELF in mc
[simgrid.git] / tools / generate-dwarf-functions
index 5091afa..addd60b 100755 (executable)
@@ -20,7 +20,7 @@ cat - > src/mc/mc_dwarf_tagnames.cpp <<EOF
  *  \param tag tag code (see the DWARF specification)
  *  \return name of the tag
  */
-XBT_INTERNAL
+XBT_PRIVATE
 const char *MC_dwarf_tagname(int tag)
 {
   switch (tag) {