Module Name:    src
Committed By:   riastradh
Date:           Fri Nov 22 17:07:36 UTC 2024

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

Log Message:
libm: Fix sh3 expected symbols.

We no longer list the linker-generated __ctors/dtors and
__ctors/dtors_end.

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.sh3.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.sh3.expsym
diff -u src/lib/libm/m.sh3.expsym:1.4 src/lib/libm/m.sh3.expsym:1.5
--- src/lib/libm/m.sh3.expsym:1.4	Thu Nov 21 18:16:15 2024
+++ src/lib/libm/m.sh3.expsym	Fri Nov 22 17:07:35 2024
@@ -1,7 +1,3 @@
-___ctors
-___ctors_end
-___dtors
-___dtors_end
 __divxc3
 __mulxc3
 fma

Reply via email to