summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 5a9d17d..3ffa34e 100644
--- a/lib/libelftc/Makefile
+++ b/lib/libelftc/Makefile
@@ -16,6 +16,7 @@ SRCS= elftc_bfdtarget.c \
elftc_reloc_type_str.c \
elftc_set_timestamps.c \
elftc_string_table.c \
+ elftc_timestamp.c \
elftc_version.c \
libelftc_bfdtarget.c \
libelftc_dem_arm.c \
diff --git a/lib/libelftc/elftc_version.c b/lib/libelftc/elftc_version.c
index 7f07750..3115e28 100644
--- a/lib/libelftc/elftc_version.c
+++ b/lib/libelftc/elftc_version.c
@@ -6,5 +6,5 @@
const char *
elftc_version(void)
{
- return "elftoolchain r3477M";
+ return "elftoolchain r3490M";
}
OpenPOWER on IntegriCloud