Module Name:    src
Committed By:   riastradh
Date:           Sun Nov 24 04:21:29 UTC 2024

Modified Files:
        src/lib/libm: m.powerpc64.expsym

Log Message:
libm: Fix powerpc64 expected symbols.

We no longer list the linker-generated ._init/._fini.

PR lib/58838: shared libraries in base should all have expsym lists


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libm/m.powerpc64.expsym

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libm/m.powerpc64.expsym
diff -u src/lib/libm/m.powerpc64.expsym:1.4 src/lib/libm/m.powerpc64.expsym:1.5
--- src/lib/libm/m.powerpc64.expsym:1.4	Thu Nov 21 18:16:15 2024
+++ src/lib/libm/m.powerpc64.expsym	Sun Nov 24 04:21:29 2024
@@ -1,5 +1,3 @@
-._fini
-._init
 .fma
 .fmaf
 __divtc3

Reply via email to