* config/avr/libgcc.S: Gather related function in the
authorgjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 12:17:43 +0000 (12:17 +0000)
committergjl <gjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 2 Aug 2011 12:17:43 +0000 (12:17 +0000)
commita5717a9798f948fd8c025d274a681b2eecdd4fc1
tree55644c9a560f5e78c58957f75ccb7031b9f150a8
parent87bdc21dc91b40385307156ea7ea74803a670ba3
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177133 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/avr/libgcc.S