diff -c3pbB --exclude-from=.patch_ignore src/gas/config/obj-elf.c src-dlx/gas/config/obj-elf.c *** src/gas/config/obj-elf.c Thu May 23 21:48:42 2002 --- src-dlx/gas/config/obj-elf.c Thu May 23 21:41:26 2002 *************** static const pseudo_typeS ecoff_debug_ps *** 183,190 **** --- 183,192 ---- {NULL, NULL, 0} /* end sentinel */ }; + #if !defined(TC_DLX) #undef NO_RELOC #include "aout/aout64.h" + #endif /* This is called when the assembler starts. */ Only in src-dlx/gas/config: tc-dlx.c Only in src-dlx/gas/config: tc-dlx.h