Commit 0df9bf63 by Ralf Corsepius Committed by Ralf Corsepius

re PR target/17824 (Hard-coded AS and LD in c4x.h)

2005-04-06  Ralf Corsepius  <ralf.corsepius@rtems.org>

	PR target/17824
	* config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.

From-SVN: r97708
parent b5c5c374
2005-04-06 Ralf Corsepius <ralf.corsepius@rtems.org>
PR target/17824
* config/c4x/c4x.h (ASM_PROG, LD_PROG): Remove.
2005-04-06 Dorit Naishlos <dorit@il.ibm.com>
* tree-vect-analyze.c (vect_analyze_loop_form): Call
......
......@@ -79,14 +79,6 @@
} \
while (0)
/* Name of the c4x assembler. */
#define ASM_PROG "c4x-as"
/* Name of the c4x linker. */
#define LD_PROG "c4x-ld"
/* Define assembler options. */
#define ASM_SPEC "\
......
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