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 empty xm-lynx.h files


More cleanups.  Turns out all the lynx host files are empty.

Committed.
Andrew
2002-01-19  Andrew Cagney  <ac131313@redhat.com>

	* config/sparc/sparclynx.mh (XM_FILE): Delete.
	* config/rs6000/rs6000lynx.mh (XM_FILE): Delete.
	* config/m68k/m68klynx.mh (XM_FILE): Delete.
	* config/i386/i386lynx.mh (XM_FILE): Delete.
	* config/rs6000/xm-rs6000ly.h: Delete file.
	* config/sparc/xm-sparclynx.h: Delete file.
	* config/m68k/xm-m68klynx.h: Delete file.
	* config/i386/xm-i386lynx.h: Delete file.
	* config/xm-lynx.h: Delete file.
	* config/djgpp/fnchange.lst: Update.

Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.22
diff -p -r1.22 fnchange.lst
*** fnchange.lst	2002/01/11 01:13:26	1.22
--- fnchange.lst	2002/01/20 03:26:22
***************
*** 92,102 ****
  @V@/gdb/config/rs6000/nm-rs6000ly.h @V@/gdb/config/rs6000/nm-rs6kly.h
  @V@/gdb/config/rs6000/tm-rs6000.h @V@/gdb/config/rs6000/tm-rs6k.h
  @V@/gdb/config/rs6000/tm-rs6000ly.h @V@/gdb/config/rs6000/tm-rs6kly.h
- @V@/gdb/config/rs6000/xm-rs6000ly.h @V@/gdb/config/rs6000/xm-rs6kly.h
  @V@/gdb/config/sparc/tm-sparclet.h @V@/gdb/config/sparc/tm-splet.h
  @V@/gdb/config/sparc/tm-sparclite.h @V@/gdb/config/sparc/tm-splite.h
  @V@/gdb/config/sparc/tm-sparclynx.h @V@/gdb/config/sparc/tm-splynx.h
- @V@/gdb/config/sparc/xm-sparclynx.h @V@/gdb/config/sparc/xm-xplynx.h
  @V@/gdb/config/vax/xm-vaxult2.h @V@/gdb/config/vax/xm-vaxut2.h
  @V@/gdb/f-exp.tab.c @V@/gdb/f-exp_tab.c
  @V@/gdb/gdbtk/generic/ChangeLog-1997 @V@/gdb/gdbtk/generic/ChangeLog.97
--- 92,100 ----
Index: config/i386/i386lynx.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/i386lynx.mh,v
retrieving revision 1.3
diff -p -r1.3 i386lynx.mh
*** i386lynx.mh	2002/01/18 04:50:59	1.3
--- i386lynx.mh	2002/01/20 03:26:22
***************
*** 1,6 ****
  # Host: Intel 386 running LynxOS
  
- XM_FILE= xm-i386lynx.h
  XM_CLIBS= -lbsd
  
  NAT_FILE= nm-i386lynx.h
--- 1,5 ----
Index: config/m68k/m68klynx.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/m68k/m68klynx.mh,v
retrieving revision 1.3
diff -p -r1.3 m68klynx.mh
*** m68klynx.mh	2002/01/18 04:51:01	1.3
--- m68klynx.mh	2002/01/20 03:26:22
***************
*** 1,6 ****
  # Host: Motorola 680x0 running LynxOS
  
- XM_FILE= xm-m68klynx.h
  XM_CLIBS= -lbsd
  
  NAT_FILE= nm-m68klynx.h
--- 1,5 ----
Index: config/rs6000/rs6000lynx.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/rs6000lynx.mh,v
retrieving revision 1.3
diff -p -r1.3 rs6000lynx.mh
*** rs6000lynx.mh	2002/01/18 04:51:07	1.3
--- rs6000lynx.mh	2002/01/20 03:26:24
***************
*** 1,6 ****
  # Host: RS6000 running LynxOS
  
- XM_FILE= xm-rs6000ly.h
  XM_CLIBS= -lbsd
  
  NAT_FILE= nm-rs6000ly.h
--- 1,5 ----
Index: config/sparc/sparclynx.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/sparclynx.mh,v
retrieving revision 1.3
diff -p -r1.3 sparclynx.mh
*** sparclynx.mh	2002/01/18 04:51:08	1.3
--- sparclynx.mh	2002/01/20 03:26:24
***************
*** 1,6 ****
  # Host: Sparc running LynxOS
  
- XM_FILE= xm-sparclynx.h
  XM_CLIBS= -lbsd
  
  NAT_FILE= nm-sparclynx.h
--- 1,5 ----

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