about summary refs log tree commit diff
path: root/csu/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'csu/version.c')
-rw-r--r--csu/version.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/csu/version.c b/csu/version.c
index dc5e65a016..a3af346a68 100644
--- a/csu/version.c
+++ b/csu/version.c
@@ -30,6 +30,9 @@ There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A\n\
 PARTICULAR PURPOSE.\n\
 Compiled by GNU CC version "__VERSION__".\n"
 #include "version-info.h"
+#ifdef GLIBC_OLDEST_ABI
+"The oldest ABI supported: " GLIBC_OLDEST_ABI ".\n"
+#endif
 "Report bugs using the `glibcbug' script to <bugs@gnu.org>.\n";
 
 #include <unistd.h>