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]

[rfa] Fix DOS clash with mi0-var-*.exp


Hello,

The attatched patch addresses a DOS file name clash caused by all the 
mi0-var-*.exp files I recently created.

Is this the correct way to do this?  The files aren't used in a DOS build.
	
Andrew
2001-06-28  Andrew Cagney  <ac131313@redhat.com>

	* config/djgpp/fnchange.lst: Rename mi0-var-block.exp,
	mi0-var-cmd.exp, mi0-var-child.exp and mi0-var-display.exp.

Index: config/djgpp/fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.15
diff -p -r1.15 fnchange.lst
*** fnchange.lst	2001/06/04 07:29:00	1.15
--- fnchange.lst	2001/06/28 19:21:13
***************
*** 92,97 ****
--- 92,101 ----
  @V@/gdb/gdbtk/generic/gdbtk-varobj.c @V@/gdb/gdbtk/generic/gdbtk-vobj.c
  @V@/gdb/osf-share/cma_stack_int.h @V@/gdb/osf-share/cma_stkint.h
  @V@/gdb/testsuite/gdb.base/coremaker2.c @V@/gdb/testsuite/gdb.base/core2maker.c
+ @V@/gdb/testsuite/gdb.mi/mi0-var-block.exp @V@/gdb/testsuite/gdb.mi/mi0-varblock.exp
+ @V@/gdb/testsuite/gdb.mi/mi0-var-cmd.exp @V@/gdb/testsuite/gdb.mi/mi0-varcmd.exp
+ @V@/gdb/testsuite/gdb.mi/mi0-var-child.exp @V@/gdb/testsuite/gdb.mi/mi0-varchild.exp
+ @V@/gdb/testsuite/gdb.mi/mi0-var-display.exp @V@/gdb/testsuite/gdb.mi/mi0-vardisplay.exp
  @V@/gdb/tui/tuiSourceWin.c @V@/gdb/tui/tuiWinSource.c
  @V@/gdb/tui/tuiSourceWin.h @V@/gdb/tui/tuiWinSource.h
  @V@/bfd/ChangeLog-9193 @V@/bfd/ChangeLog.9193

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