Commit c81739f7 by Eric Botcazou Committed by Eric Botcazou

sparc.c (TARGET_ASM_FILE_END): Undefine before overriding.

	* config/sparc/sparc.c (TARGET_ASM_FILE_END): Undefine before
	overriding.

From-SVN: r97631
parent 51e9d74c
2005-04-05 Eric Botcazou <ebotcazou@libertysurf.fr>
* config/sparc/sparc.c (TARGET_ASM_FILE_END): Undefine before
overriding.
2005-04-05 Paolo Bonzini <bonzini@gnu.org>
* system.h: Fix typo.
......
......@@ -506,6 +506,7 @@ enum processor_type sparc_cpu;
#undef TARGET_RELAXED_ORDERING
#define TARGET_RELAXED_ORDERING SPARC_RELAXED_ORDERING
#undef TARGET_ASM_FILE_END
#define TARGET_ASM_FILE_END sparc_file_end
struct gcc_target targetm = TARGET_INITIALIZER;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment