mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Only set debug_type to DEBUG_NONE if it is DEBUG_UNSPECIFIED.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-07-07 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* ecoff.c (add_file): Only set debug_type to DEBUG_NONE if it is
|
||||
DEBUG_UNSPECIFIED.
|
||||
|
||||
2001-07-06 John Healy <jhealy@redhat.com>
|
||||
|
||||
* cgen.c (gas_cgen_save_fixups): Modified to allow more than one
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user