Add powerpc-*-eabi support.

This commit is contained in:
Michael Meissner 1995-01-26 17:27:56 +00:00
parent 39e5cbd7ee
commit 9754404872
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
* configure.in: Add support for powerpc-*-eabi.
* powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
PowerPC support.
Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
* language.h (struct language_defn): New field c_style_arrays.

View File

@ -24,6 +24,8 @@ Things-to-keep:
gdbserve.mt
ppc-nw.mt
tm-ppc-nw.h
tm-ppc-eabi.h
ppc-eabi.mt
Things-to-lose:

View File

@ -323,6 +323,9 @@ pn-*-*) gdb_target=pn ;;
powerpc-*-netware*) gdb_target=ppc-nw
configdirs="${configdirs} nlm" ;;
powerpc-*-eabi*) gdb_target=ppc-eabi
configdirs="${configdirs}" ;;
pyramid-*-*) gdb_target=pyramid ;;
rs6000-*-lynxos*) gdb_target=rs6000lynx ;;