From 284386907c21d1e7ccee9cbaf036d557802e6a07 Mon Sep 17 00:00:00 2001 From: carl Date: Thu, 4 Apr 2002 18:50:27 +0000 Subject: [PATCH] + added wdosx support (patch from Pavel) --- compiler/utils/ppudump.pp | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/compiler/utils/ppudump.pp b/compiler/utils/ppudump.pp index 9dfa319039..a878f7d89c 100644 --- a/compiler/utils/ppudump.pp +++ b/compiler/utils/ppudump.pp @@ -87,7 +87,8 @@ type target_i386_netbsd, { 17 } target_m68k_netbsd, { 18 } target_i386_Netware, { 19 } - target_i386_qnx { 20 } + target_i386_qnx, { 20 } + target_i386_wdosx { 21 } ); const Targets : array[ttarget] of string[12]=( @@ -111,7 +112,8 @@ const { 17 } 'NetBSD-i386', { 18 } 'NetBSD-m68k', { 19 } 'Netware', - { 20 } 'Qnx-i386' + { 20 } 'Qnx-i386', + { 21 } 'WDOSX-i386' ); begin if w<=ord(high(ttarget)) then @@ -1688,7 +1690,10 @@ begin end. { $Log$ - Revision 1.15 2002-03-31 20:26:42 jonas + Revision 1.16 2002-04-04 18:50:27 carl + + added wdosx support (patch from Pavel) + + Revision 1.15 2002/03/31 20:26:42 jonas + a_loadfpu_* and a_loadmm_* methods in tcg * register allocation is now handled by a class and is mostly processor independent (+rgobj.pas and i386/rgcpu.pas)