From ae341099a8760118fac6f592cccfb568adc7013b Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sat, 7 Jul 2001 15:43:04 +0000 Subject: Only set debug_type to DEBUG_NONE if it is DEBUG_UNSPECIFIED. --- gas/ecoff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/ecoff.c') diff --git a/gas/ecoff.c b/gas/ecoff.c index 57ddddc..cc94bf6 100644 --- a/gas/ecoff.c +++ b/gas/ecoff.c @@ -2220,7 +2220,7 @@ add_file (file_name, indx, fake) if (! symbol_table_frozen && debug_type == DEBUG_UNSPECIFIED) debug_type = DEBUG_ECOFF; } - else + else if (debug_type == DEBUG_UNSPECIFIED) debug_type = DEBUG_NONE; #ifndef NO_LISTING -- cgit v1.1