This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] add mn10300-prologue.o to makefile frag


Overlooked...

2005-04-18  Michael Snyder  <msnyder@redhat.com>

	* config/mn10300/mn10300.mt: Add mn10300-prologue module.

Index: config/mn10300/mn10300.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mn10300/mn10300.mt,v
retrieving revision 1.4
diff -p -r1.4 mn10300.mt
*** config/mn10300/mn10300.mt	11 Dec 2004 02:02:01 -0000	1.4
--- config/mn10300/mn10300.mt	18 Apr 2005 19:37:08 -0000
***************
*** 1,4 ****
  # Target: Matsushita mn10300
! TDEPFILES= mn10300-tdep.o
  SIM_OBS = remote-sim.o
  SIM = ../sim/mn10300/libsim.a
--- 1,4 ----
  # Target: Matsushita mn10300
! TDEPFILES= mn10300-tdep.o mn10300-prologue.o
  SIM_OBS = remote-sim.o
  SIM = ../sim/mn10300/libsim.a

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]