|
@@ -124,9 +124,6 @@
|
|
#define __REF .section ".ref.text", "ax"
|
|
#define __REF .section ".ref.text", "ax"
|
|
#define __REFDATA .section ".ref.data", "aw"
|
|
#define __REFDATA .section ".ref.data", "aw"
|
|
#define __REFCONST .section ".ref.rodata", "aw"
|
|
#define __REFCONST .section ".ref.rodata", "aw"
|
|
-/* backward compatibility */
|
|
|
|
-#define __INIT_REFOK .section __REF
|
|
|
|
-#define __INITDATA_REFOK .section __REFDATA
|
|
|
|
|
|
|
|
#ifndef __ASSEMBLY__
|
|
#ifndef __ASSEMBLY__
|
|
/*
|
|
/*
|