summaryrefslogtreecommitdiffstats
path: root/contrib/elftoolchain/libelftc
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-12-01 16:07:31 +0000
committeremaste <emaste@FreeBSD.org>2014-12-01 16:07:31 +0000
commita3eff01c3a1b3341e05810f1d4db9eed3e136b43 (patch)
tree2f257d2ce9237ffcf390f123fc1d565374752f18 /contrib/elftoolchain/libelftc
parentd99dad80f5a85492f757ab60d5e2b5ba1e33bb29 (diff)
downloadFreeBSD-src-a3eff01c3a1b3341e05810f1d4db9eed3e136b43.zip
FreeBSD-src-a3eff01c3a1b3341e05810f1d4db9eed3e136b43.tar.gz
Fix elftoolchain tools in-tree build
* make variables static * add header for uint*_t typedefs
Diffstat (limited to 'contrib/elftoolchain/libelftc')
-rw-r--r--contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c b/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c
index bd54f54..0179890 100644
--- a/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c
+++ b/contrib/elftoolchain/libelftc/libelftc_dem_gnu3.c
@@ -156,7 +156,7 @@ static int vector_type_qualifier_init(struct vector_type_qualifier *);
static int vector_type_qualifier_push(struct vector_type_qualifier *,
enum type_qualifier);
-int cpp_demangle_gnu3_push_head;
+static int cpp_demangle_gnu3_push_head;
/**
* @brief Decode the input string by IA-64 C++ ABI style.
OpenPOWER on IntegriCloud