瀏覽代碼

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 22 年之前
父節點
當前提交
f61fc3f310
共有 2 個文件被更改,包括 2 次插入4 次删除
  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