summaryrefslogtreecommitdiffstats
path: root/lib/libelftc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libelftc')
-rw-r--r--lib/libelftc/Makefile1
-rw-r--r--lib/libelftc/elftc_version.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/libelftc/Makefile b/lib/libelftc/Makefile
index b688d2e..eed7acf 100644
--- a/lib/libelftc/Makefile
+++ b/lib/libelftc/Makefile
@@ -13,6 +13,7 @@ LIB= elftc
SRCS= elftc_bfdtarget.c \
elftc_copyfile.c \
elftc_demangle.c \
+ elftc_reloc_type_str.c \
elftc_set_timestamps.c \
elftc_string_table.c \
elftc_version.c \
diff --git a/lib/libelftc/elftc_version.c b/lib/libelftc/elftc_version.c
index d5e1d28..430c43a 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "elftoolchain r3400M";
+ return "elftoolchain r3475M";
}
OpenPOWER on IntegriCloud