diff options
author | Ralf Corsepius <ralf.corsepius@rtems.org> | 2005-04-06 10:10:53 +0200 |
---|---|---|
committer | Ralf Corsepius <corsepiu@gcc.gnu.org> | 2005-04-06 10:10:53 +0200 |
commit | 0df9bf6371e21b575b77a684bd6689d8691db945 (patch) | |
tree | 02dcd6fef9950d00d0b35f9c72657e60dd0b466f | |
parent | b5c5c374c68a64f5250b983e49043f22bf78a373 (diff) | |
download | gcc-0df9bf6371e21b575b77a684bd6689d8691db945.zip gcc-0df9bf6371e21b575b77a684bd6689d8691db945.tar.gz gcc-0df9bf6371e21b575b77a684bd6689d8691db945.tar.bz2 |
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
-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 "\ |