Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add some #includes
[simgrid.git] / src / mc / mc_dwarf_tagnames.h
index 98b883a..5be001b 100644 (file)
@@ -1,3 +1,9 @@
+/* Copyright (c) 2014. The SimGrid Team.
+ * All rights reserved.                                                     */
+
+/* This program is free software; you can redistribute it and/or modify it
+ * under the terms of the license (GNU LGPL) which comes with this package. */
+
 case 0x01: return "DW_TAG_array_type";
 case 0x02: return "DW_TAG_class_type";
 case 0x03: return "DW_TAG_entry_point";
 case 0x01: return "DW_TAG_array_type";
 case 0x02: return "DW_TAG_class_type";
 case 0x03: return "DW_TAG_entry_point";
@@ -53,7 +59,6 @@ case 0x3a: return "DW_TAG_imported_module";
 case 0x3b: return "DW_TAG_unspecified_type";
 case 0x3c: return "DW_TAG_partial_unit";
 case 0x3d: return "DW_TAG_imported_unit";
 case 0x3b: return "DW_TAG_unspecified_type";
 case 0x3c: return "DW_TAG_partial_unit";
 case 0x3d: return "DW_TAG_imported_unit";
-case 0x3e: return "DW_TAG_mutable_type";
 case 0x3f: return "DW_TAG_condition";
 case 0x40: return "DW_TAG_shared_type";
 case 0x41: return "DW_TAG_type_unit";
 case 0x3f: return "DW_TAG_condition";
 case 0x40: return "DW_TAG_shared_type";
 case 0x41: return "DW_TAG_type_unit";