search for: eca1b4a

Displaying 1 result from an estimated 1 matches for "eca1b4a".

2014 Mar 01
1
[syslinux:master] core, bios: Move __syslinux_shuffler_size to assembly
...section .rodata > + global __syslinux_shuffler_size > + extern __bcopyxx_len > + align 4 > +__syslinux_shuffler_size: > + dd __bcopyxx_len > + > bits 16 > section .text16 > diff --git a/core/shuffler.c b/core/shuffler.c > deleted file mode 100644 > index eca1b4a..0000000 > --- a/core/shuffler.c > +++ /dev/null > @@ -1,8 +0,0 @@ > -#include "core.h" > - > -#ifdef __FIRMWARE_BIOS__ FWIW: it seems to me that the '#ifdef' is dropped ... > - > -extern const char __bcopyxx_len[]; /* Linker script absolute symbol */ &g...