Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 377039 | Differences between
and this patch

Collapse All | Expand All

(-)gcc-4.5.2.orig/gcc/config/avr/libgcc.S (+4 lines)
Lines 802-808 Link Here
802
	mov_h	r31, r29
802
	mov_h	r31, r29
803
	mov_l	r30, r28
803
	mov_l	r30, r28
804
	out     __RAMPZ__, r20
804
	out     __RAMPZ__, r20
805
	push	r20
805
	XCALL	__tablejump_elpm__
806
	XCALL	__tablejump_elpm__
807
	pop	r20
806
.L__do_global_ctors_start:
808
.L__do_global_ctors_start:
807
	cpi	r28, lo8(__ctors_start)
809
	cpi	r28, lo8(__ctors_start)
808
	cpc	r29, r17
810
	cpc	r29, r17
Lines 843-849 Link Here
843
	mov_h	r31, r29
845
	mov_h	r31, r29
844
	mov_l	r30, r28
846
	mov_l	r30, r28
845
	out     __RAMPZ__, r20
847
	out     __RAMPZ__, r20
848
	push	r20
846
	XCALL	__tablejump_elpm__
849
	XCALL	__tablejump_elpm__
850
	pop	r20
847
.L__do_global_dtors_start:
851
.L__do_global_dtors_start:
848
	cpi	r28, lo8(__dtors_end)
852
	cpi	r28, lo8(__dtors_end)
849
	cpc	r29, r17
853
	cpc	r29, r17

Return to bug 377039