Explorar el Código

Stefan Allius writes:

Hello Erik,

to compile the new uClibc release for a SH3 we need some little
modifications:

First I fix the crt[in].S files, so we can use them for big endian and
little endian targets.
Eric Andersen hace 20 años
padre
commit
f61fc3f310
Se han modificado 2 ficheros con 2 adiciones y 4 borrados
  1. 1 2
      libc/sysdeps/linux/sh/crti.S
  2. 1 2
      libc/sysdeps/linux/sh/crtn.S

+ 1 - 2
libc/sysdeps/linux/sh/crti.S

@@ -1,6 +1,5 @@
-	.file	"initfini.c"
+	.file	"crti.S"
 	.text
-	.little
 	
 	.section .init
 	.hidden  _init

+ 1 - 2
libc/sysdeps/linux/sh/crtn.S

@@ -1,6 +1,5 @@
-	.file	"initfini.c"
+	.file	"crtn.S"
 	.text
-	.little
 	
 	.section .init
 	.hidden  _init