summaryrefslogtreecommitdiff
path: root/lib/csu/powerpc/crtend.s
blob: e7d0ca90a9b61572ec3605d10e783a129fe3e45d (plain)
1
2
3
4
5
6
7
8
/*
 * Emperically created.
 * this is the NULL terminator for the ctors and dtors lists.
 */
.section	.ctors,"aw"
	.long	 0
.section	.dtors,"aw"
	.long	 0