2025-09-09 Bruno Haible <bruno@clisp.org>
+ ldd: Remove support for OSF/1.
+ * m4/ldd.m4 (gl_LDD): Remove code for OSF/1.
+
iconv_open: Remove support for OSF/1.
* m4/iconv_open.m4 (gl_FUNC_ICONV_OPEN): Remove code for OSF/1.
* lib/iconv_open.c (ICONV_FLAVOR_OSF): Remove macro.
# ldd.m4
-# serial 1
+# serial 2
dnl Copyright (C) 2006, 2009-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl /lib/ld-linux.so.2 (0x40000000)
LDDPOSTPROC="2>/dev/null | sed -n -e 's,^ \\([^ ][^ ]*\\).*\$,\\1,p' | sed -e 's,^.*/,,'"
;;
- osf*)
- LDDPROG="odump -Dl"
- dnl The output of "odump -Dl program" looks like this:
- dnl
- dnl ***LIBRARY LIST SECTION***
- dnl Name Time-Stamp CheckSum Flags Version
- dnl program:
- dnl libc.so Dec 30 00:09:30 1997 0x5e955f9b 0 osf.1
- dnl
- LDDPOSTPROC="2>/dev/null | sed -n -e 's,^ \\([^ ][^ ]*\\).*,\\1,p' | sed -e '/^Name\$/d' | sed -e 's,^.*/,,'"
- ;;
solaris*)
LDDPROG="ldd"
dnl The output of "ldd program" looks like this: