]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: Rename tables.* to dwarf_version.*
authorPetr Machata <pmachata@redhat.com>
Thu, 7 Oct 2010 00:50:16 +0000 (02:50 +0200)
committerPetr Machata <pmachata@redhat.com>
Thu, 7 Oct 2010 00:50:16 +0000 (02:50 +0200)
dwarflint/Makefile.am
dwarflint/check_debug_abbrev.cc
dwarflint/check_debug_info.cc
dwarflint/checked_read.hh
dwarflint/dwarf_version.cc [moved from dwarflint/tables.cc with 99% similarity]
dwarflint/dwarf_version.hh [moved from dwarflint/tables.hh with 100% similarity]

index 7d61ff98d2511d26787e3b86173ae3c3c0f38a1b..25ff6d7576b88c80efb55e36fc102db11597b074 100644 (file)
@@ -47,6 +47,7 @@ dwarflint_SOURCES = \
        coverage.cc coverage.hh \
        cu_coverage.cc cu_coverage.hh cu_coverage.ii \
        dwarflint.cc dwarflint.hh dwarflint.ii \
+       dwarf_version.cc dwarf_version.hh \
        elf_file.hh elf_file.ii \
        expected-at.cc expected.hh \
        highlevel_check.cc highlevel_check.hh \
@@ -59,7 +60,6 @@ dwarflint_SOURCES = \
        reloc.cc reloc.hh \
        section_id.cc section_id.hh \
        sections.cc sections.hh sections.ii \
-       tables.cc tables.hh \
        where.c where.h \
        wrap.cc wrap.hh \
        check_debug_abbrev.cc check_debug_abbrev.hh check_debug_abbrev.ii \
index 3e0f4495d6ebe4c6da4a5d5797b8b49f2ac8b6ec..b010f23b72ca22fab75820933f8a44e50a69e2dc 100644 (file)
@@ -30,7 +30,7 @@
 #include "check_debug_info.hh"
 #include "check_debug_abbrev.hh"
 #include "pri.hh"
-#include "tables.hh"
+#include "dwarf_version.hh"
 #include "sections.hh"
 #include "checked_read.hh"
 #include "messages.hh"
index 4a17cc33c350544a36bfd71d7d2b70cf5936fdc7..7bf72d2dfe1bb8fb308deb5abfc0f80f05adbe48 100644 (file)
@@ -33,7 +33,7 @@
 #include "../libdw/dwarf.h"
 
 #include "messages.hh"
-#include "tables.hh"
+#include "dwarf_version.hh"
 #include "pri.hh"
 #include "option.hh"
 #include "sections.hh"
index 316db3696f07bd391a3cfd67bc00ac2f53e898af..6010b19d4d0f1e1a4d5586d3930a1b052946caef 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "readctx.h"
 #include "where.h"
-#include "tables.hh"
+#include "dwarf_version.hh"
 
 bool read_size_extra (read_ctx *ctx, uint32_t size32, uint64_t *sizep,
                      int *offset_sizep, where *where);
similarity index 99%
rename from dwarflint/tables.cc
rename to dwarflint/dwarf_version.cc
index 32a728a1c2278d05a12742c0e8c9131a4e262615..1b498c1dff33864ebab1c4b59bd420f3a63230a3 100644 (file)
@@ -27,7 +27,7 @@
 // version.  Apart from standardized DWARF formats, e.g. DWARF3+GNU is
 // a version of its own.
 
-#include "tables.hh"
+#include "dwarf_version.hh"
 #include "check_debug_info.hh"
 
 #include "../libdw/dwarf.h"