aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/elfos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/elfos.h')
-rw-r--r--gcc/config/elfos.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/config/elfos.h b/gcc/config/elfos.h
index 7d9ac7640a5..5d6a0241db8 100644
--- a/gcc/config/elfos.h
+++ b/gcc/config/elfos.h
@@ -94,23 +94,8 @@ Boston, MA 02111-1307, USA. */
#define ASM_OUTPUT_IDENT(FILE, NAME) \
fprintf (FILE, "%s\"%s\"\n", IDENT_ASM_OP, NAME);
-/* Attach a special .ident directive to the end of the file to identify
- the version of GCC which compiled this code. The format of the
- .ident string is patterned after the ones produced by native svr4
- C compilers. */
-
#define IDENT_ASM_OP "\t.ident\t"
-#undef ASM_FILE_END
-#define ASM_FILE_END(FILE) \
- do \
- { \
- if (!flag_no_ident) \
- fprintf ((FILE), "%s\"GCC: (GNU) %s\"\n", \
- IDENT_ASM_OP, version_string); \
- } \
- while (0)
-
#undef ASM_BYTE_OP
#define ASM_BYTE_OP "\t.byte\t"