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:
Joel Sherrill 2004-03-10 17:23:33 +00:00 committed by Joel Sherrill
parent e9264dac56
commit 65cd26a6f5
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"