mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
Add powerpc-*-eabi support.
This commit is contained in:
parent
39e5cbd7ee
commit
9754404872
@ -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.
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user