diff options
author | midipix <writeonce@midipix.org> | 2019-01-08 05:13:07 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2019-01-09 22:43:17 -0500 |
commit | d88860fd0c6ce41a01c0319bc938db87227a8b39 (patch) | |
tree | 9275254d32ba48a0ff9c20f6bd748c57953103b6 /ldso | |
parent | f6a55938d8b3f371fabf88a7e00aeea22b08b0e3 (diff) | |
download | mmglue-d88860fd0c6ce41a01c0319bc938db87227a8b39.tar.bz2 mmglue-d88860fd0c6ce41a01c0319bc938db87227a8b39.tar.xz |
mmglue: ldso: adjusted to match recent musl versions.
Diffstat (limited to 'ldso')
-rw-r--r-- | ldso/nt32/dlstart.s | 0 | ||||
-rw-r--r-- | ldso/nt32/dynlink.s | 0 | ||||
-rw-r--r-- | ldso/nt64/dlstart.s | 0 | ||||
-rw-r--r-- | ldso/nt64/dynlink.s | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/ldso/nt32/dlstart.s b/ldso/nt32/dlstart.s new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ldso/nt32/dlstart.s diff --git a/ldso/nt32/dynlink.s b/ldso/nt32/dynlink.s new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ldso/nt32/dynlink.s diff --git a/ldso/nt64/dlstart.s b/ldso/nt64/dlstart.s new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ldso/nt64/dlstart.s diff --git a/ldso/nt64/dynlink.s b/ldso/nt64/dynlink.s new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ldso/nt64/dynlink.s |