]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
ldd: Remove support for OSF/1.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:42:24 +0000 (12:42 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:42:24 +0000 (12:42 +0200)
* m4/ldd.m4 (gl_LDD): Remove code for OSF/1.

ChangeLog
m4/ldd.m4

index 813afae1e306c3f5dc51a148ecf23ac4e4c9601b..fd77f80b233b28bbc792979796b2c839baa4815b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 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.
index fafdbacdf7ba803de5e9078945491b61d082b2ac..dc6d0eadffe0fefa9ef25538a9d16ebd3c3409be 100644 (file)
--- 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: