Ok, after a few false leads, I found something that produced a
pleasing result. Fantastic I should say!
With this mod:
C:\devel\gcc\gcc>cvs diff debug.c
Index: debug.c
===================================================================
RCS file: c:\cvsroot/gcc/gcc/debug.c,v
retrieving revision 1.1.1.1
diff -r1.1.1.1 debug.c
20a21,31
#include "output.h"
#include "flags.h"
void
fff (line, text)
unsigned int line ATTRIBUTE_UNUSED;
const char *text ATTRIBUTE_UNUSED;
{
if (flag_debug_asm)
fprintf(asm_out_file, "fff %d %s\n", line, text);
}
But let me guess - I'm not allowed to modify debug.c and have
to decide whether MVS is an sdb, xcoff, dbx, dwarf 1/2, or vms?