This is the mail archive of the gdb-patches@sourceware.cygnus.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]

RFA: Separate i386 embed targets configuration


i386-elf i386-coff and i386-aout have zillions of features that a
native or a remote but UNIX based targets do not have. 

I need a specific tm- file.  Is it OK?

-- 
Fernando Nasser
Red Hat Canada Ltd.    E-Mail:  fnasser@cygnus.com


Index: embed.mt
===================================================================
RCS file: /cvs/cvsfiles/devo/gdb/config/i386/embed.mt,v
retrieving revision 1.1
diff -c -p -r1.1 embed.mt
*** embed.mt    1999/08/10 19:30:24     1.1
--- embed.mt    2000/06/09 00:26:21
***************
*** 1,3 ****
  # Target: Embedded Intel 386 
  TDEPFILES= i386-tdep.o i387-tdep.o
! TM_FILE= tm-i386v.h
--- 1,3 ----
  # Target: Embedded Intel 386 
  TDEPFILES= i386-tdep.o i387-tdep.o
! TM_FILE= tm-embed.h

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