commit:     a8380e2ab1c35a88663cf502c9ded7ea364b3d09
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 10 21:40:47 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Dec 10 21:40:47 2020 +0000
URL:        
https://gitweb.gentoo.org/proj/gcc-multilib-bootstrap.git/commit/?id=a8380e2a

Add riscv files, gcc-10.2

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 README                |   1 +
 ilp32/crtbegin.o      | Bin 0 -> 2184 bytes
 ilp32/crtbeginS.o     | Bin 0 -> 2464 bytes
 ilp32/crtbeginT.o     | Bin 0 -> 2840 bytes
 ilp32/crtend.o        | Bin 0 -> 876 bytes
 ilp32/crtendS.o       | Bin 0 -> 876 bytes
 ilp32/crti.o          | Bin 0 -> 356 bytes
 ilp32/crtn.o          | Bin 0 -> 356 bytes
 ilp32/libgcc.a        | Bin 0 -> 2673860 bytes
 ilp32/libgcc_eh.a     | Bin 0 -> 795064 bytes
 ilp32/libgcc_s.so     |   4 ++++
 ilp32/libgcc_s.so.1   | Bin 0 -> 91572 bytes
 ilp32d/crtbegin.o     | Bin 0 -> 2184 bytes
 ilp32d/crtbeginS.o    | Bin 0 -> 2464 bytes
 ilp32d/crtbeginT.o    | Bin 0 -> 2840 bytes
 ilp32d/crtend.o       | Bin 0 -> 876 bytes
 ilp32d/crtendS.o      | Bin 0 -> 876 bytes
 ilp32d/crti.o         | Bin 0 -> 356 bytes
 ilp32d/crtn.o         | Bin 0 -> 356 bytes
 ilp32d/libgcc.a       | Bin 0 -> 2214880 bytes
 ilp32d/libgcc_eh.a    | Bin 0 -> 796180 bytes
 ilp32d/libgcc_s.so    |   4 ++++
 ilp32d/libgcc_s.so.1  | Bin 0 -> 83308 bytes
 lp64/crtbegin.o       | Bin 0 -> 3360 bytes
 lp64/crtbeginS.o      | Bin 0 -> 3760 bytes
 lp64/crtbeginT.o      | Bin 0 -> 4432 bytes
 lp64/crtend.o         | Bin 0 -> 1264 bytes
 lp64/crtendS.o        | Bin 0 -> 1264 bytes
 lp64/crti.o           | Bin 0 -> 512 bytes
 lp64/crtn.o           | Bin 0 -> 512 bytes
 lp64/libgcc.a         | Bin 0 -> 3507880 bytes
 lp64/libgcc_eh.a      | Bin 0 -> 1313500 bytes
 lp64/libgcc_s.so      |   4 ++++
 lp64/libgcc_s.so.1    | Bin 0 -> 84248 bytes
 lp64d/crtbegin.o      | Bin 0 -> 3360 bytes
 lp64d/crtbeginS.o     | Bin 0 -> 3760 bytes
 lp64d/crtbeginT.o     | Bin 0 -> 4432 bytes
 lp64d/crtend.o        | Bin 0 -> 1264 bytes
 lp64d/crtendS.o       | Bin 0 -> 1264 bytes
 lp64d/crti.o          | Bin 0 -> 512 bytes
 lp64d/crtn.o          | Bin 0 -> 512 bytes
 lp64d/libcc1.so       |   1 +
 lp64d/libcc1.so.0     |   1 +
 lp64d/libcc1.so.0.0.0 | Bin 0 -> 102464 bytes
 lp64d/libgcc.a        | Bin 0 -> 2824564 bytes
 lp64d/libgcc_eh.a     | Bin 0 -> 1314860 bytes
 lp64d/libgcc_s.so     |   4 ++++
 lp64d/libgcc_s.so.1   | Bin 0 -> 75944 bytes
 48 files changed, 19 insertions(+)

diff --git a/README b/README
index c5a3fd9..0507d79 100644
--- a/README
+++ b/README
@@ -21,6 +21,7 @@ How was this tarball generated?
 
 Current status: 
 
+* lp64d, lp64, ilp32d, ilp32: Files from gcc-10.2
 * amd64, x86, ppc, ppc64: Files from gcc-9.3
 * x32: Files from gcc-6.4
 * s390, s390x: Files from gcc-5.4 (does this work?)

diff --git a/ilp32/crtbegin.o b/ilp32/crtbegin.o
new file mode 100644
index 0000000..f0bbca1
Binary files /dev/null and b/ilp32/crtbegin.o differ

diff --git a/ilp32/crtbeginS.o b/ilp32/crtbeginS.o
new file mode 100644
index 0000000..f1f0ab6
Binary files /dev/null and b/ilp32/crtbeginS.o differ

diff --git a/ilp32/crtbeginT.o b/ilp32/crtbeginT.o
new file mode 100644
index 0000000..5275f5e
Binary files /dev/null and b/ilp32/crtbeginT.o differ

diff --git a/ilp32/crtend.o b/ilp32/crtend.o
new file mode 100644
index 0000000..df49891
Binary files /dev/null and b/ilp32/crtend.o differ

diff --git a/ilp32/crtendS.o b/ilp32/crtendS.o
new file mode 100644
index 0000000..099b20f
Binary files /dev/null and b/ilp32/crtendS.o differ

diff --git a/ilp32/crti.o b/ilp32/crti.o
new file mode 100644
index 0000000..480b1bc
Binary files /dev/null and b/ilp32/crti.o differ

diff --git a/ilp32/crtn.o b/ilp32/crtn.o
new file mode 100644
index 0000000..e2f3438
Binary files /dev/null and b/ilp32/crtn.o differ

diff --git a/ilp32/libgcc.a b/ilp32/libgcc.a
new file mode 100644
index 0000000..b01fb26
Binary files /dev/null and b/ilp32/libgcc.a differ

diff --git a/ilp32/libgcc_eh.a b/ilp32/libgcc_eh.a
new file mode 100644
index 0000000..baa825a
Binary files /dev/null and b/ilp32/libgcc_eh.a differ

diff --git a/ilp32/libgcc_s.so b/ilp32/libgcc_s.so
new file mode 100644
index 0000000..c8e9224
--- /dev/null
+++ b/ilp32/libgcc_s.so
@@ -0,0 +1,4 @@
+/* GNU ld script
+   Use the shared library, but some functions are only in
+   the static library.  */
+GROUP ( libgcc_s.so.1 -lgcc )

diff --git a/ilp32/libgcc_s.so.1 b/ilp32/libgcc_s.so.1
new file mode 100644
index 0000000..b254031
Binary files /dev/null and b/ilp32/libgcc_s.so.1 differ

diff --git a/ilp32d/crtbegin.o b/ilp32d/crtbegin.o
new file mode 100644
index 0000000..1e71de3
Binary files /dev/null and b/ilp32d/crtbegin.o differ

diff --git a/ilp32d/crtbeginS.o b/ilp32d/crtbeginS.o
new file mode 100644
index 0000000..b6b94a8
Binary files /dev/null and b/ilp32d/crtbeginS.o differ

diff --git a/ilp32d/crtbeginT.o b/ilp32d/crtbeginT.o
new file mode 100644
index 0000000..1359ef6
Binary files /dev/null and b/ilp32d/crtbeginT.o differ

diff --git a/ilp32d/crtend.o b/ilp32d/crtend.o
new file mode 100644
index 0000000..6e7742e
Binary files /dev/null and b/ilp32d/crtend.o differ

diff --git a/ilp32d/crtendS.o b/ilp32d/crtendS.o
new file mode 100644
index 0000000..554ea5a
Binary files /dev/null and b/ilp32d/crtendS.o differ

diff --git a/ilp32d/crti.o b/ilp32d/crti.o
new file mode 100644
index 0000000..80ab527
Binary files /dev/null and b/ilp32d/crti.o differ

diff --git a/ilp32d/crtn.o b/ilp32d/crtn.o
new file mode 100644
index 0000000..ffcae03
Binary files /dev/null and b/ilp32d/crtn.o differ

diff --git a/ilp32d/libgcc.a b/ilp32d/libgcc.a
new file mode 100644
index 0000000..85be6f5
Binary files /dev/null and b/ilp32d/libgcc.a differ

diff --git a/ilp32d/libgcc_eh.a b/ilp32d/libgcc_eh.a
new file mode 100644
index 0000000..f614c13
Binary files /dev/null and b/ilp32d/libgcc_eh.a differ

diff --git a/ilp32d/libgcc_s.so b/ilp32d/libgcc_s.so
new file mode 100644
index 0000000..c8e9224
--- /dev/null
+++ b/ilp32d/libgcc_s.so
@@ -0,0 +1,4 @@
+/* GNU ld script
+   Use the shared library, but some functions are only in
+   the static library.  */
+GROUP ( libgcc_s.so.1 -lgcc )

diff --git a/ilp32d/libgcc_s.so.1 b/ilp32d/libgcc_s.so.1
new file mode 100644
index 0000000..c884fec
Binary files /dev/null and b/ilp32d/libgcc_s.so.1 differ

diff --git a/lp64/crtbegin.o b/lp64/crtbegin.o
new file mode 100644
index 0000000..b3ca8b5
Binary files /dev/null and b/lp64/crtbegin.o differ

diff --git a/lp64/crtbeginS.o b/lp64/crtbeginS.o
new file mode 100644
index 0000000..6581892
Binary files /dev/null and b/lp64/crtbeginS.o differ

diff --git a/lp64/crtbeginT.o b/lp64/crtbeginT.o
new file mode 100644
index 0000000..1ccbfa3
Binary files /dev/null and b/lp64/crtbeginT.o differ

diff --git a/lp64/crtend.o b/lp64/crtend.o
new file mode 100644
index 0000000..1234d46
Binary files /dev/null and b/lp64/crtend.o differ

diff --git a/lp64/crtendS.o b/lp64/crtendS.o
new file mode 100644
index 0000000..3c65627
Binary files /dev/null and b/lp64/crtendS.o differ

diff --git a/lp64/crti.o b/lp64/crti.o
new file mode 100644
index 0000000..111497f
Binary files /dev/null and b/lp64/crti.o differ

diff --git a/lp64/crtn.o b/lp64/crtn.o
new file mode 100644
index 0000000..06aaa3a
Binary files /dev/null and b/lp64/crtn.o differ

diff --git a/lp64/libgcc.a b/lp64/libgcc.a
new file mode 100644
index 0000000..ffb1d72
Binary files /dev/null and b/lp64/libgcc.a differ

diff --git a/lp64/libgcc_eh.a b/lp64/libgcc_eh.a
new file mode 100644
index 0000000..79ea8ea
Binary files /dev/null and b/lp64/libgcc_eh.a differ

diff --git a/lp64/libgcc_s.so b/lp64/libgcc_s.so
new file mode 100644
index 0000000..c8e9224
--- /dev/null
+++ b/lp64/libgcc_s.so
@@ -0,0 +1,4 @@
+/* GNU ld script
+   Use the shared library, but some functions are only in
+   the static library.  */
+GROUP ( libgcc_s.so.1 -lgcc )

diff --git a/lp64/libgcc_s.so.1 b/lp64/libgcc_s.so.1
new file mode 100644
index 0000000..a3628df
Binary files /dev/null and b/lp64/libgcc_s.so.1 differ

diff --git a/lp64d/crtbegin.o b/lp64d/crtbegin.o
new file mode 100644
index 0000000..82e4ffa
Binary files /dev/null and b/lp64d/crtbegin.o differ

diff --git a/lp64d/crtbeginS.o b/lp64d/crtbeginS.o
new file mode 100644
index 0000000..1e1adb9
Binary files /dev/null and b/lp64d/crtbeginS.o differ

diff --git a/lp64d/crtbeginT.o b/lp64d/crtbeginT.o
new file mode 100644
index 0000000..39b3be2
Binary files /dev/null and b/lp64d/crtbeginT.o differ

diff --git a/lp64d/crtend.o b/lp64d/crtend.o
new file mode 100644
index 0000000..d06507a
Binary files /dev/null and b/lp64d/crtend.o differ

diff --git a/lp64d/crtendS.o b/lp64d/crtendS.o
new file mode 100644
index 0000000..0072b50
Binary files /dev/null and b/lp64d/crtendS.o differ

diff --git a/lp64d/crti.o b/lp64d/crti.o
new file mode 100644
index 0000000..b5870ea
Binary files /dev/null and b/lp64d/crti.o differ

diff --git a/lp64d/crtn.o b/lp64d/crtn.o
new file mode 100644
index 0000000..1418bca
Binary files /dev/null and b/lp64d/crtn.o differ

diff --git a/lp64d/libcc1.so b/lp64d/libcc1.so
new file mode 120000
index 0000000..5200aa3
--- /dev/null
+++ b/lp64d/libcc1.so
@@ -0,0 +1 @@
+libcc1.so.0.0.0
\ No newline at end of file

diff --git a/lp64d/libcc1.so.0 b/lp64d/libcc1.so.0
new file mode 120000
index 0000000..5200aa3
--- /dev/null
+++ b/lp64d/libcc1.so.0
@@ -0,0 +1 @@
+libcc1.so.0.0.0
\ No newline at end of file

diff --git a/lp64d/libcc1.so.0.0.0 b/lp64d/libcc1.so.0.0.0
new file mode 100755
index 0000000..b879bd0
Binary files /dev/null and b/lp64d/libcc1.so.0.0.0 differ

diff --git a/lp64d/libgcc.a b/lp64d/libgcc.a
new file mode 100644
index 0000000..857ec3a
Binary files /dev/null and b/lp64d/libgcc.a differ

diff --git a/lp64d/libgcc_eh.a b/lp64d/libgcc_eh.a
new file mode 100644
index 0000000..03ecdf9
Binary files /dev/null and b/lp64d/libgcc_eh.a differ

diff --git a/lp64d/libgcc_s.so b/lp64d/libgcc_s.so
new file mode 100644
index 0000000..c8e9224
--- /dev/null
+++ b/lp64d/libgcc_s.so
@@ -0,0 +1,4 @@
+/* GNU ld script
+   Use the shared library, but some functions are only in
+   the static library.  */
+GROUP ( libgcc_s.so.1 -lgcc )

diff --git a/lp64d/libgcc_s.so.1 b/lp64d/libgcc_s.so.1
new file mode 100644
index 0000000..8461a08
Binary files /dev/null and b/lp64d/libgcc_s.so.1 differ

Reply via email to