Removing them generally was not a good idea This reverts commit 233c504cd940d9802226b6a3a092368b86978f5e.
@@ -63,6 +63,7 @@ _fini:
_call_via_\register:
bx \register
nop
+ .size _call_via_\register, . - _call_via_\register
.endm
@ and calls for the 15 general purpose registers (2 bytes each).
@@ -15,6 +15,7 @@
.arm
ldmdb fp, {r4, r5, r6, r7, r8, r9, sl, fp, sp, pc}
#endif
+ .size _init, .-_init
.section .fini
.global _fini
@@ -28,6 +29,7 @@
+ .size _fini, .-_fini
@ In fact this is modified to 3.4.4
.ident "GCC: (GNU) 3.3.2 20031005 (Debian prerelease)"
@@ -80,6 +80,7 @@ __main_addr:
___uClibc_main_addr:
.long __uClibc_main
+ .size _start, . - _start
/*
* The LSB says we need this.
@@ -4,9 +4,11 @@
.global _init
.type _init, @function
ldm sp++, r6, pc
+ .size _init, . - _init
.align 2
.type _fini, @function
+ .size _fini, . - _fini
@@ -9,6 +9,7 @@
.global __data_start
.type __data_start, @object
+ .size __data_start, 4
__data_start:
.dword 0
@@ -52,3 +53,4 @@ _start:
/* Leave control to the libc */
jsr __uClibc_main
+ .size _start, .-_start
move.d [$sp+],$r1
Ret
.align 1
@@ -19,3 +20,4 @@
@@ -113,6 +113,7 @@ _start:
/* Crash if somehow `exit' returns anyways. */
jmpl @(gr0,gr0)
+.size _start,.-_start
/* Define a symbol for the first piece of initialized data. */
.data
@@ -32,6 +32,7 @@ Cambridge, MA 02139, USA. */
ld @(sp,gr0), fp
addi sp,#16,sp
jmpl @(gr5,gr0)
.section .fini,"x"
.globl _fini
@@ -40,3 +41,4 @@ Cambridge, MA 02139, USA. */
@@ -14,6 +14,7 @@
; #NO_APP
mov.l @er7+,er6
rts
+ .size __init, .-__init
; #APP
@@ -23,6 +24,7 @@
+ .size __fini, .-__fini
.end
@@ -129,6 +129,7 @@ _start:
hlt /* Crash if somehow `exit' does return. */
@@ -6,6 +6,7 @@
popl %ebx
popl %ebp
ret
+.size _init,.-_init
@@ -15,6 +16,7 @@
+.size _fini,.-_fini
@@ -26,6 +26,7 @@
.end _init
$Lfe2:
+ .size _init,$Lfe2-_init
@@ -39,5 +40,6 @@ $Lfe2:
.end _fini
$Lfe3:
+ .size _fini,$Lfe3-_fini
/*@TRAILER_BEGINS*/
@@ -118,6 +118,7 @@ __start:
hlt:
/* Crash if somehow `__uClibc_main' returns anyway. */
b hlt
+.size __start,.-__start
.end __start
@@ -95,6 +95,7 @@ _start:
b __uClibc_main
addi 1,1,32
mtlr 0
blr
@@ -104,6 +104,7 @@ _start:
+ .size _start,.-_start
#ifdef __PIC__
.L6:
.L7:
.hidden _fini
@@ -30,5 +31,6 @@
.L11:
.L12:
.ident "GCC: (GNU) 3.3.2"
ptabs r18, tr0
addi.l r15, 16, r15
blink tr0, r63
@@ -27,5 +28,6 @@
@@ -123,6 +123,7 @@ _start:
illtrap 0
@@ -7,6 +7,7 @@
.proc 020
restore
.align 4
@@ -15,3 +16,4 @@
@@ -8,6 +8,7 @@
.type __init, @function
#NO_APP
jr __return_r31
#APP
@@ -17,6 +18,7 @@
.type __fini, @function
@@ -9,6 +9,7 @@ __gnu_compiled_c:
.type _init,@function
.Lfe2:
+ .size _init,.Lfe2-_init
@@ -16,4 +17,5 @@ __gnu_compiled_c:
.type _fini,@function
.Lfe3:
+ .size _fini,.Lfe3-_fini
.ident "GCC: (GNU) 2.95.2 19991024 (release) (Linux/VAX CVS)"
.type _init, %function
addq $8, %rsp
@@ -14,3 +15,4 @@
.type _fini, %function
+.size _fini, .-_fini