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

Re: ARI and DUP filenames


> You don't need to do anything beyond updating fnchange.lst.  One
> request: when you invent the 8+3-clean names, please look how similar
> names are dealt with on fnchange.lst, and do something along the same
> lines.  TIA

Ok, committed the following:

2002-02-19  Richard Earnshaw  <rearnsha@arm.com>

	* config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
	armnbsd-nat.c.

Index: fnchange.lst
===================================================================
RCS file: /cvs/src/src/gdb/config/djgpp/fnchange.lst,v
retrieving revision 1.23
diff -p -r1.23 fnchange.lst
*** fnchange.lst	2002/01/20 03:28:59	1.23
--- fnchange.lst	2002/02/19 19:24:35
***************
*** 53,58 ****
--- 53,60 ----
  @V@/gdb/ChangeLog-3.x @V@/gdb/ChangeLog.3-x
  @V@/gdb/arm-linux-nat.c @V@/gdb/armlin-nat.c
  @V@/gdb/arm-linux-tdep.c @V@/gdb/armlin-tdep.c
+ @V@/gdb/armnbsd-nat.c @V@/gdb/armnbd-nat.c
+ @V@/gdb/armnbsd-tdep.c @V@/gdb/armnbd-tdep.c
  @V@/gdb/c-exp.tab.c @V@/gdb/c-exp_tab.c
  @V@/gdb/config/alpha/alpha-osf1.mh @V@/gdb/config/alpha/alphosf1.mh
  @V@/gdb/config/alpha/alpha-osf2.mh @V@/gdb/config/alpha/alphosf2.mh

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