summaryrefslogtreecommitdiff
path: root/ldso/ldso/sparc/dl-startup.h
blob: 42c96a6f5a4f72c4ed7b845d4e912bdf601331e9 (plain)
1
2
3
4
5
6
7
/* Any assmbly language/system dependent hacks needed to setup boot1.c so it
 * will work as expected and cope with whatever platform specific wierdness is
 * needed for this architecture.  See arm/boot1_arch.h for an example of what
 * can be done.
 */

#define DL_BOOT(X) void __attribute__ ((unused)) _dl_boot (X)