]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add powerpc-*-eabi support.
authorMichael Meissner <gnu@the-meissners.org>
Thu, 26 Jan 1995 17:27:56 +0000 (17:27 +0000)
committerMichael Meissner <gnu@the-meissners.org>
Thu, 26 Jan 1995 17:27:56 +0000 (17:27 +0000)
gdb/ChangeLog
gdb/config/powerpc/.Sanitize
gdb/configure.in

index 7954cfc7bdcd2d11c0758825988cd95aca444b1b..ebee49d7d059d9c33dfe2ec68ddfeca9c6ac2ae1 100644 (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.
index 2abf8f0447a5f7a244ba35be6b6f7351d2e180c3..cec908a319ade4f32079f0d82f2141f9c7850fc5 100644 (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:
 
index 2b66b073551a1419776c65066352cbcf0398743b..1f3a672692f9f2ae527a7b593ae57aa9b4f23860 100644 (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 ;;