diff options
Diffstat (limited to 'ldso/ldso/sparc/boot1_arch.h')
-rw-r--r-- | ldso/ldso/sparc/boot1_arch.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ldso/ldso/sparc/boot1_arch.h b/ldso/ldso/sparc/boot1_arch.h new file mode 100644 index 000000000..2f8fe1357 --- /dev/null +++ b/ldso/ldso/sparc/boot1_arch.h @@ -0,0 +1,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 _dl_boot (X) |