RE: [PATCH 13/13] fix MIPS files
Jim Wilson writes: > Hand tested to verify that I didn't accidentally break passing -g to > the assembler. In case you are waiting on an OK for the MIPS part... this is fine. Thanks, Matthew
[PATCH 13/13] fix MIPS files
Hand tested to verify that I didn't accidentally break passing -g to the assembler. Jim gcc/ * config/mips/mips.h (SUBTARGET_ASM_DEBUGGING_SPEC): Delete gcoff* support. --- gcc/config/mips/mips.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gcc/co