Go to file
Ana Guerrero 07fe2eaee4 Accepting request 1126103 from devel:tools:compiler
- Update to version 2.3.3
  * --dynamic-list has different semantics for executables and DSOs. Previously,
    mold implemented only the semantics for executables, causing issues with
    libraries such as musl that used this option. mold now handles the option for
    DSOs correctly. (da3f5dd)
  * Old object files often contain .ctors and .dtors sections, which hold function
    pointers for initializing and finalizing processes, respectively. Their roles
    have been superseded by .init_array and .fini_array on most targets. mold worked
    functioned correctly as long as input object files consistently use the old or
    the new sections. However, mixing object files that contain both types of
    initializers/finalizers resulted in some functions not being executed. This
    issue has been fixed. (3f88964)
  * --defsym can cause the linker to crash if a given symbol is not defined. The
    crash bug has been fixed. (ff3d54d)
  * [POWER10] On rare occasions, pointers statically initialized to functions could
    be left as null pointers. This bug has been fixed. (31c3b53)
- Remove upstreamed patch power10-fix.patch.

- Add power10 fix power10-fix.patch for #1142.

OBS-URL: https://build.opensuse.org/request/show/1126103
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mold?expand=0&rev=38
2023-11-15 20:08:19 +00:00
2022-05-13 11:39:22 +00:00
2023-11-14 15:10:38 +00:00
2023-11-14 15:10:38 +00:00
2023-11-14 15:10:38 +00:00
Description
No description provided
283 KiB
Languages
Diff 100%