diff options
Diffstat (limited to 'gcc/config/arm/aof.h')
-rw-r--r-- | gcc/config/arm/aof.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/config/arm/aof.h b/gcc/config/arm/aof.h index ef0a6faa186..82749ffff81 100644 --- a/gcc/config/arm/aof.h +++ b/gcc/config/arm/aof.h @@ -170,15 +170,6 @@ do { \ #define NAME__MAIN "__gccmain" #define SYMBOL__MAIN __gccmain -#define ASM_FILE_END(STREAM) \ -do \ -{ \ - if (flag_pic) \ - aof_dump_pic_table (STREAM); \ - aof_dump_imports (STREAM); \ - fputs ("\tEND\n", (STREAM)); \ -} while (0); - #define ASM_COMMENT_START ";" #define ASM_APP_ON "" |