﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
105	emxomfld: intermediate file name for OMF convertion	froloff	bird	"emxomfld use make_tempfile() function to create intermediate file when -Zomf switch provided and input files are in a.out format. This function create random temporary name, which changed every time, when convertion performed. This cause that debugger breakpoints must be reassigned each time, when exe/dll module rebuilded. 

To solve this I propose to use the same base name and .obj extention for intermediate files when convert from .o input and lib when convert from .a. We can also check if the destination file already exist before returning the intermediate name and fall into make_tempfile() if this true.

Possible make_omffile() function source provided in attach.
"	defect	assigned	normal	libc-0.7	emx	0.6	normal			
