From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Andrew Cagney Cc: Johan Rydberg , binutils@sources.redhat.com, GDB Patches Subject: Re: [PATCH] OpenRISC support for opcodes Date: Thu, 03 May 2001 03:36:00 -0000 Message-id: References: <3AEE134F.813BC06C@cygnus.com> X-SW-Source: 2001-05/msg00026.html On Mon, 30 Apr 2001, Andrew Cagney wrote: > Johan Rydberg wrote: > > > * openrisc-asm.c: New file. > > * openrisc-desc.c: Likewise. > > * openrisc-desc.h: Likewise. > > * openrisc-dis.c: Likewise. > > * openrisc-ibld.c: Likewise. > > * openrisc-opc.c: Likewise. > > * openrisc-opc.h: Likewise. > > FYI, these file names clash on an 8.3 system. > > While GDB only insists on files used by native DJGPP/MINGW builds being > 8.3 compliant, it does still ask people adding non- 8.3 compliant files > to ensure that those files are renamed to something 8.3 compliant using > the table: > > src/gdb/config/djgpp/fnchange.lst Since no one else responded, I committed a change to fnchange.lst to take care of these files. Thanks to Andrew for alerting me to this (I don't read the binutils mailing list).