- 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47c5ddfe60beffc01da954191c819d78924e4d1eb96aeebfa24e1862cb3a33f9
size 4530297

3
mold-1.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:975ad37394e5c32661ee5da2817e5e8b8d40c6a73c78e23b30a57763c004a9f1
size 4759743

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>

View File

@ -17,7 +17,7 @@
Name: mold
Version: 1.1.1
Version: 1.2
Release: 0
Summary: A Modern Linker (mold)
License: AGPL-3.0-or-later
@ -73,7 +73,6 @@ LIBDIR=%{_libdir} \
LIBEXECDIR=%{_libexecdir} \
%{build_args}
%install
%make_install -e \
PREFIX=%{_prefix} \