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]

[patch] Zap config/i386/tm-embed.h


FYI,

tm-embed.h simply included tm-i386v.h (which defined a native macro) and 
then included tm-i386.h.

By zapping tm-embed.h I've hopefully reduced the general level of confusion.

I've checked it in as obvious.

Andrew
2001-11-18  Andrew Cagney  <ac131313@redhat.com>

	* config/i386/embed.mt (TM_FILE): Set to tm-i386.h.
	* config/i386/tm-embed.h: Delete.

Index: config/i386/embed.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/embed.mt,v
retrieving revision 1.2
diff -p -r1.2 embed.mt
*** embed.mt	2000/06/09 23:32:48	1.2
--- embed.mt	2001/11/18 21:13:51
***************
*** 1,3 ****
  # Target: Embedded Intel 386 
  TDEPFILES= i386-tdep.o i387-tdep.o
! TM_FILE= tm-embed.h
--- 1,3 ----
  # Target: Embedded Intel 386 
  TDEPFILES= i386-tdep.o i387-tdep.o
! TM_FILE= tm-i386.h
Index: config/i386/tm-embed.h
===================================================================
RCS file: tm-embed.h
diff -N tm-embed.h
*** /sourceware/cvs-tmp/cvsP6wq2k	Sun Nov 18 13:13:53 2001
--- /dev/null	Tue May  5 13:32:27 1998
***************
*** 1,26 ****
- /* Macro definitions for i386 running as an embedded target
-    (i386-*-aout, i386-*-elf, i386-*-coff)
-    Copyright 2000 Free Software Foundation, Inc.
- 
-    This file is part of GDB.
- 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
- 
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
- 
-    You should have received a copy of the GNU General Public License
-    along with this program; if not, write to the Free Software
-    Foundation, Inc., 59 Temple Place - Suite 330,
-    Boston, MA 02111-1307, USA.  */
- 
- 
- /* Most of the rest can be assumed as similar to a SYSV target */
- 
- #include "i386/tm-i386v.h"
- 
--- 0 ----

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