re PR target/14480 (gcc/config/rs6000/t-rtems is missing)
2004-03-08 Joel Sherrill <joel@oarcorp.com> PR target/14480 * config/rs6000/t-rtems: Add missing file on branch. From-SVN: r79263
This commit is contained in:
parent
e9264dac56
commit
65cd26a6f5
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-08 Joel Sherrill <joel@oarcorp.com>
|
||||
|
||||
PR target/14480
|
||||
* config/rs6000/t-rtems: Add missing file on branch.
|
||||
|
||||
2004-03-10 Ulrich Weigand <uweigand@de.ibm.com>
|
||||
|
||||
* dbxout.c (dbxout_symbol_location): Do not output references
|
||||
|
|
|
@ -1553,7 +1553,7 @@ powerpc-*-eabi*)
|
|||
;;
|
||||
powerpc-*-rtems*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/eabi.h rs6000/rtems.h rtems.h"
|
||||
tmake_file="rs6000/t-fprules t-rtems rs6000/t-ppccomm"
|
||||
tmake_file="rs6000/t-fprules rs6000/t-rtems t-rtems rs6000/t-ppccomm"
|
||||
;;
|
||||
powerpc-*-linux*altivec*)
|
||||
tm_file="${tm_file} dbxelf.h elfos.h svr4.h freebsd-spec.h rs6000/sysv4.h rs6000/linux.h rs6000/linuxaltivec.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue