From: Bruno Haible Date: Tue, 9 Sep 2025 10:42:24 +0000 (+0200) Subject: ldd: Remove support for OSF/1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f298a7e0bbe30dd142f6c5d6d6a12fb4f4454a95;p=thirdparty%2Fgnulib.git ldd: Remove support for OSF/1. * m4/ldd.m4 (gl_LDD): Remove code for OSF/1. --- diff --git a/ChangeLog b/ChangeLog index 813afae1e3..fd77f80b23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-09-09 Bruno Haible + 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. diff --git a/m4/ldd.m4 b/m4/ldd.m4 index fafdbacdf7..dc6d0eadff 100644 --- a/m4/ldd.m4 +++ b/m4/ldd.m4 @@ -1,5 +1,5 @@ # 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, @@ -174,17 +174,6 @@ changequote(,)dnl 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: