Merge pull request #3016 from gebart/pr/tab-indentation
Inconsistent indentation in some files
This commit is contained in:
commit
b3e78ddc33
@ -139,7 +139,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined ( __CSMC__ ) /* Cosmic */
|
#elif defined ( __CSMC__ ) /* Cosmic */
|
||||||
#if ( __CSMC__ & 0x400) // FPU present for parser
|
#if ( __CSMC__ & 0x400) /* FPU present for parser */
|
||||||
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -139,7 +139,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined ( __CSMC__ ) /* Cosmic */
|
#elif defined ( __CSMC__ ) /* Cosmic */
|
||||||
#if ( __CSMC__ & 0x400) // FPU present for parser
|
#if ( __CSMC__ & 0x400) /* FPU present for parser */
|
||||||
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -139,7 +139,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined ( __CSMC__ ) /* Cosmic */
|
#elif defined ( __CSMC__ ) /* Cosmic */
|
||||||
#if ( __CSMC__ & 0x400) // FPU present for parser
|
#if ( __CSMC__ & 0x400) /* FPU present for parser */
|
||||||
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
#error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@ -172,7 +172,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif defined ( __CSMC__ ) /* Cosmic */
|
#elif defined ( __CSMC__ ) /* Cosmic */
|
||||||
#if ( __CSMC__ & 0x400) // FPU present for parser
|
#if ( __CSMC__ & 0x400) /* FPU present for parser */
|
||||||
#if (__FPU_PRESENT == 1)
|
#if (__FPU_PRESENT == 1)
|
||||||
#define __FPU_USED 1
|
#define __FPU_USED 1
|
||||||
#else
|
#else
|
||||||
|
|||||||
@ -1,7 +1,6 @@
|
|||||||
/* vim: set syntax=rpcgen : */
|
/* vim: set syntax=rpcgen : */
|
||||||
/* Script for -z combreloc: combine and sort reloc sections */
|
/* Script for -z combreloc: combine and sort reloc sections */
|
||||||
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm",
|
OUTPUT_FORMAT("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")
|
||||||
"elf32-littlearm")
|
|
||||||
OUTPUT_ARCH(arm)
|
OUTPUT_ARCH(arm)
|
||||||
ENTRY(_startup)
|
ENTRY(_startup)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user