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: RFA: Changes to Makefile.in and config/djgpp/fnchange.lst



> For fnchange.lst, it doesn't look right. Eli?

No, it doesn't look right.

diff -u -p -r1.2 fnchange.lst
--- fnchange.lst	2000/04/03 15:24:17	1.2
+++ fnchange.lst	2000/04/06 20:48:03
@@ -34,6 +34,8 @@ gdb-0222/gdb/remote-vxsparc.c gdb-0222/g
 gdb-0222/gdb/sparclet-rom.c gdb-0222/gdb/splet-rom.c
 gdb-0222/gdb/sparclet-stub.c gdb-0222/gdb/splet-stub.c
 gdb-0222/gdb/i386-linux-tdep.c gdb-0222/gdb/i386linux-tdep.c
+gdb-0222/gdb/arm-linux-tdep.c gdb-0222/gdb/armlinux-tdep.c
+gdb-0222/gdb/arm-linux-nat.c gdb-0222/gdb/armlinux-nat.c
 gdb-0222/gdb/config/alpha/alpha-osf1.mh gdb-0222/gdb/config/alpha/alphosf1.mh

The names armlinux-tdep.c and armlinux-nat.c map to the same name
(armlinux.c) after truncation to 8+3 limits.  So these file-name
changes don't solve the original problem with arm-linux-*.c.

I suggest armlin-tdep.c and armlin-nat.c instead.  But feel free to
use any other names, if these seem ugly, as long as they prevent the
clashes.

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