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]

Re: [Patch 2/7]: 68HC11 port of gdb (sim)


Hi!

Eli Zaretskii a écrit :
> 
> > Date: Mon, 26 Jun 2000 00:38:33 +0200
> > From: Stephane Carrez <Stephane.Carrez@free.fr>
> >
> > This patch represents the 68hc11 simulator.
> 
> Thanks!
> 
> > gdb/sim/m68hc11/dv-m68hc11.c
> > gdb/sim/m68hc11/dv-m68hc11eepr.c
> > gdb/sim/m68hc11/dv-m68hc11sio.c
> > gdb/sim/m68hc11/dv-m68hc11spi.c
> > gdb/sim/m68hc11/dv-m68hc11tim.c
> 
> The names of these 5 files all clash after truncation to DOS 8+3
> namespace limits, so they make it harder for users to unpack the GDB
> distribution on MS-DOS and Windows 3.X systems.  Since these files are
> all in an m68hc11 subdirectory, I wonder whether you could remove the
> m68hc11 part from the file names altogether?

I've tried to follow the mips simulator where the file names are

dv-tx3904cpu.c
dv-tx3904irc.c
dv-tx3904sio.c
dv-tx3904tmr.c

and they have the same problem you pointed out (mn10300 either).

I understand a rationale to restrict to 14 characters, but 8 is too short.

	Stephane

-----------------------------------------------------------------------
         Home                               Office
E-mail: stcarrez@worldnet.fr               Stephane.Carrez@sun.com
WWW:    http://home.worldnet.fr/stcarrez   http://www.sun.com
Mail:   17, rue Foucher Lepelletier        6, avenue Gustave Eiffel
        92130 Issy Les Moulineaux          78182 Saint Quentin en Yvelines
        France

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