diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/c4x/c4x.h | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73a56288..fb18028 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +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 diff --git a/gcc/config/c4x/c4x.h b/gcc/config/c4x/c4x.h index 488a63f..5b14cc9 100644 --- a/gcc/config/c4x/c4x.h +++ b/gcc/config/c4x/c4x.h @@ -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 "\ |