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]

Re: [PATCH] OpenRISC support for opcodes


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


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