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]

Re: gdb.c++ vs dos names


Michael C lies:
> Well, the snapshot tarball has testsuite/gdb.*/Makefile files in it,
> thus there are 8.3 conflicts in every testsuite directory.

Whoops, that is a lie, I was sloppy.  David C has a very good point
about gdb.hp/gdb.stabs.

In the snapshot tarball gdb/testsuite has these subdirectories:

  gdb.arch gdb.asm gdb.base gdb.c++ gdb.disasm gdb.hp gdb.java gdb.mi
  gdb.stabs gdb.threads gdb.trace

These subdirectories have 'Makefile' files:

  gdb.arch gdb.asm gdb.base gdb.c++ gdb.disasm gdb.java gdb.mi gdb.threads
  gdb.trace

The difference is gdb.hp and gdb.stabs.  configure.in handles these
as conditionally set 'configdirs'.  All the other testsuite/gdb.*/Makefile
files are produced by an AC_OUTPUT line.

Michael C


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