- Update to version 1.2.0

* The ARM32 target is now supported.
  * --gdb-index is implemented.
  * mold now supports the following flags: --start-address, -Tbss,
    -Tdata, -Ttext, --oformat=binary, --disable-new-dtags

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=18
This commit is contained in:
Martin Liška
2022-04-15 11:55:07 +00:00
committed by Git OBS Bridge
parent 70dab6c523
commit c71a968589
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Apr 15 11:53:51 UTC 2022 - Martin Liška <mliska@suse.cz>
- Update to version 1.2.0
* The ARM32 target is now supported.
* --gdb-index is implemented.
* mold now supports the following flags: --start-address, -Tbss,
-Tdata, -Ttext, --oformat=binary, --disable-new-dtags
-------------------------------------------------------------------
Fri Apr 8 15:40:19 UTC 2022 - Callum Farmer <gmbr3@opensuse.org>