diff options
Diffstat (limited to 'gcc/config/microblaze/microblaze.h')
-rw-r--r-- | gcc/config/microblaze/microblaze.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/microblaze/microblaze.h b/gcc/config/microblaze/microblaze.h index 63fd4f6aaf8..2fb438de30f 100644 --- a/gcc/config/microblaze/microblaze.h +++ b/gcc/config/microblaze/microblaze.h @@ -880,10 +880,6 @@ do { \ #define SBSS_SECTION_ASM_OP "\t.sbss" /* Small RW uninitialized data */ #define SBSS2_SECTION_ASM_OP "\t.sbss2" /* Small RO uninitialized data */ -#define HOT_TEXT_SECTION_NAME ".text.hot" -#define UNLIKELY_EXECUTED_TEXT_SECTION_NAME \ - ".text.unlikely" - /* We do this to save a few 10s of code space that would be taken up by the call_FUNC () wrappers, used by the generic CRT_CALL_STATIC_FUNCTION definition in crtstuff.c. */ |