From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Johan Rydberg Cc: binutils@sources.redhat.com, GDB Patches Subject: Re: [PATCH] OpenRISC support for opcodes Date: Mon, 30 Apr 2001 18:37:00 -0000 Message-id: <3AEE134F.813BC06C@cygnus.com> References: <3AE5AC52.5B3BA916@netinsight.se> X-SW-Source: 2001-04/msg00289.html 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 If you're wondering, opcodes updates are instantly included in a GDB distro. enjoy, Andrew