From: Michael Meissner Date: Wed, 23 Aug 1995 20:59:06 +0000 (+0000) Subject: Link in PowerPC simulator. X-Git-Tag: gdb-4_18~11051 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=19c3fec4bf74083f6136dd64e4b503426c77b474;p=platform%2Fupstream%2Fbinutils.git Link in PowerPC simulator. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ba5a9c6..595d7ba 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +Wed Aug 23 16:55:35 1995 Michael Meissner + + * config/powerpc/ppc{,le}-eabi.mt (SIM_OBJS, SIM): Link in the + PowerPC simulator. + Tue Aug 22 02:00:47 1995 Jeff Law (law@snake.cs.utah.edu) * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values. diff --git a/gdb/config/powerpc/ppc-eabi.mt b/gdb/config/powerpc/ppc-eabi.mt new file mode 100644 index 0000000..3cfa642 --- /dev/null +++ b/gdb/config/powerpc/ppc-eabi.mt @@ -0,0 +1,6 @@ +# Target: PowerPC running eabi +TDEPFILES= rs6000-tdep.o +TM_FILE= tm-ppc-eabi.h + +SIM_OBS = remote-sim.o +SIM = ../sim/ppc/libsim.a diff --git a/gdb/config/powerpc/ppcle-eabi.mt b/gdb/config/powerpc/ppcle-eabi.mt index 27be44f..ba17795 100644 --- a/gdb/config/powerpc/ppcle-eabi.mt +++ b/gdb/config/powerpc/ppcle-eabi.mt @@ -1,3 +1,6 @@ # Target: PowerPC running eabi in little endian mode TDEPFILES= rs6000-tdep.o TM_FILE= tm-ppcle-eabi.h + +SIM_OBS = remote-sim.o +SIM = ../sim/ppc/libsim.a