libgcc.S: Gather related function in the same input section.
authorGeorg-Johann Lay <avr@gjlay.de>
Tue, 2 Aug 2011 12:17:43 +0000 (12:17 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Tue, 2 Aug 2011 12:17:43 +0000 (12:17 +0000)
commit7ea56b2382568eec303549248a2c1986f2385fd2
tree55644c9a560f5e78c58957f75ccb7031b9f150a8
parent62be5d0aad9a968382ad5299f47189ca2a8faa59
libgcc.S: Gather related function in the same input section.

* config/avr/libgcc.S: Gather related function in the
same input section.
__divmodsi4): Use XCALL/XJMP instead of rcall/rjmp for external
references.
(__udivmodqi4, __divmodqi4, __udivmodhi4, __divmodhi4,
__udivmodsi4, __divmodsi4, __prologue_saves__,
__epilogue_restores__, _exit, __tablejump2__, __tablejump__,
__do_copy_data, __do_clear_bss, __do_global_ctors,
__do_global_dtors, __tablejump_elpm__): Enclose in DEFUN/ENDF.

From-SVN: r177133
gcc/ChangeLog
gcc/config/avr/libgcc.S