]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
dwarflint: where.h -> where.hh
authorPetr Machata <pmachata@redhat.com>
Mon, 18 Apr 2011 14:11:29 +0000 (16:11 +0200)
committerPetr Machata <pmachata@redhat.com>
Mon, 18 Apr 2011 14:11:29 +0000 (16:11 +0200)
dwarflint/Makefile.am
dwarflint/addr-record.hh
dwarflint/checked_read.hh
dwarflint/checks.hh
dwarflint/die_locus.hh
dwarflint/messages.hh
dwarflint/misc.hh
dwarflint/reloc.hh
dwarflint/where.cc
dwarflint/where.hh [moved from dwarflint/where.h with 97% similarity]

index c8e5c833fa19dc45f452ad4de4a1db6fd2af02d5..995acfd62ea0866afafc18e47fc0630e43a9b561 100644 (file)
@@ -70,7 +70,7 @@ dwarflint_SOURCES = \
        reloc.cc reloc.hh \
        section_id.cc section_id.hh \
        sections.cc sections.hh sections_i.hh \
-       where.cc where.h \
+       where.cc where.hh \
        wrap.cc wrap.hh \
        \
        check_debug_abbrev.cc check_debug_abbrev.hh check_debug_abbrev_i.hh \
@@ -101,7 +101,7 @@ locstats_SOURCES = \
        option.cc option.hh option_i.hh \
        section_id.cc section_id.hh \
        pri.cc pri.hh \
-       where.cc where.h
+       where.cc where.hh
 
 tests_test_coverage_SOURCES = tests/test-coverage.cc coverage.cc pri.cc \
        ../src/dwarfstrings.c
index 76baa70d1dab7aec064887cad6ff8c077981501a..16246e0f8d02ef8440cb6e841acc5b9c1cb200e3 100644 (file)
@@ -30,7 +30,7 @@
 #include <stdint.h>
 #include <vector>
 
-#include "where.h"
+#include "where.hh"
 
 /* Functions and data structures for address record handling.  We
    use that to check that all DIE references actually point to an
index 8cdecfeaf0e5676bc8d78b8343f082d016814ed0..f9b5d1312391c3bbe9e0a2200e5958eb6914be8c 100644 (file)
@@ -27,7 +27,7 @@
 #define DWARFLINT_CHECKED_READ_HH
 
 #include "readctx.hh"
-#include "where.h"
+#include "where.hh"
 #include "dwarf_version.hh"
 
 enum error_code
index a280dfd639fde44da1f70e55530d68b0360ab59c..d92f4f2d13a23ce097b16ed40455d611d51328aa 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef DWARFLINT_CHECKS_HH
 #define DWARFLINT_CHECKS_HH
 
-#include "where.h"
+#include "where.hh"
 #include "dwarflint.hh"
 #include "checkdescriptor.hh"
 #include "messages.hh"
index 87f0a0b47fec6f8173ac4d872f2ded66c8e1ce59..44b829ed877fd3875dc2b847ab91ab4327cfea50 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef _DWARFLINT_DIE_LOCUS_H_
 #define _DWARFLINT_DIE_LOCUS_H_
 
-#include "where.h"
+#include "where.hh"
 #include "../libdw/c++/dwarf"
 
 class cu_locus
index fe9a9d1549a9b882232fac02bbe8d7d4cf60edb5..6ce527bae1568af28e421b2986b4f5e495fad74e 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef DWARFLINT_MESSAGES_HH
 #define DWARFLINT_MESSAGES_HH
 
-#include "where.h"
+#include "where.hh"
 #include "libdw.h"
 #include <string>
 #include <iosfwd>
index c75ecde2424eeab5fb6e36596bb5bee40aa4c82e..b86cc1897ee9fcbc0d7df519269e44588559f0c5 100644 (file)
@@ -27,7 +27,7 @@
 #define DWARFLINT_MISC_HH
 
 #include <cstring>
-#include "where.h"
+#include "where.hh"
 
 extern "C"
 {
index db1168aa53c0adc416b70c57668c8825361023ba..65effb3cc3e2a5e1413cd25044710da485b7af90 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef DWARFLINT_RELOC_H
 #define DWARFLINT_RELOC_H
 
-#include "where.h"
+#include "where.hh"
 #include "elf_file_i.hh"
 #include <libelf.h>
 #include <gelf.h>
index d9510f9583003ad1e15e82fe59e1a30d15d22cd3..9a01216e59e0439dd2d9849bc4614e75aa58a3ed 100644 (file)
@@ -23,7 +23,7 @@
    Network licensing program, please visit www.openinventionnetwork.com
    <http://www.openinventionnetwork.com>.  */
 
-#include "where.h"
+#include "where.hh"
 #include "section_id.hh"
 
 #include <cinttypes>
similarity index 97%
rename from dwarflint/where.h
rename to dwarflint/where.hh
index fdb5be0de73b70bc83fe983d4b2c9454e8ecdf57..f664c4083dc3723dd034025ea332f6e2db75bbdc 100644 (file)
@@ -23,8 +23,8 @@
    Network licensing program, please visit www.openinventionnetwork.com
    <http://www.openinventionnetwork.com>.  */
 
-#ifndef DWARFLINT_WHERE_H
-#define DWARFLINT_WHERE_H
+#ifndef DWARFLINT_WHERE_HH
+#define DWARFLINT_WHERE_HH
 
 #include "section_id.hh"
 
@@ -155,4 +155,4 @@ operator << (std::ostream &os, locus const &loc)
   return os;
 }
 
-#endif//DWARFLINT_WHERE_H
+#endif//DWARFLINT_WHERE_HH