Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
24
epiphany-fixes.diff
Normal file
24
epiphany-fixes.diff
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
Index: newlib-2.1.0/libgloss/epiphany/Makefile.in
|
||||||
|
===================================================================
|
||||||
|
--- newlib-2.1.0.orig/libgloss/epiphany/Makefile.in
|
||||||
|
+++ newlib-2.1.0/libgloss/epiphany/Makefile.in
|
||||||
|
@@ -184,7 +184,7 @@ distclean maintainer-clean realclean: cl
|
||||||
|
install:
|
||||||
|
@for outputs in ${OUTPUTS}; do\
|
||||||
|
mkdir -p $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
||||||
|
- $(INSTALL_PROGRAM) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
||||||
|
+ $(INSTALL_DATA) $${outputs} $(DESTDIR)$(tooldir)/lib${MULTISUBDIR}; \
|
||||||
|
done
|
||||||
|
info:
|
||||||
|
install-info:
|
||||||
|
--- newlib-4.3.0.20230120/libgloss/epiphany/crt0.S.orig 2023-03-08 13:57:15.671910169 +0100
|
||||||
|
+++ newlib-4.3.0.20230120/libgloss/epiphany/crt0.S 2023-03-08 13:57:27.135910057 +0100
|
||||||
|
@@ -121,7 +121,7 @@
|
||||||
|
#error "not implemented"
|
||||||
|
#else /* !__STRUCT_ALIGN_64__ */
|
||||||
|
str r1, [r2, 0] ; __atexit = &__atexit0
|
||||||
|
- movr r0, 1
|
||||||
|
+ mov r0, 1
|
||||||
|
str r0, [r1, 4] ; __atexit0._ind = 1
|
||||||
|
mov r0,%low(fini)
|
||||||
|
movt r0,%high(fini)
|
BIN
newlib-4.3.0.20230120.tar.gz
(Stored with Git LFS)
Normal file
BIN
newlib-4.3.0.20230120.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
3
newlib-4.4.0.20231231.tar.gz
Normal file
3
newlib-4.4.0.20231231.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0c166a39e1bf0951dfafcd68949fe0e4b6d3658081d6282f39aeefc6310f2f13
|
||||||
|
size 9022406
|
Loading…
x
Reference in New Issue
Block a user