projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58eeadb
)
Only set debug_type to DEBUG_NONE if it is DEBUG_UNSPECIFIED.
author
Nick Clifton
<nickc@redhat.com>
Sat, 7 Jul 2001 15:43:04 +0000
(15:43 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Sat, 7 Jul 2001 15:43:04 +0000
(15:43 +0000)
gas/ChangeLog
patch
|
blob
|
history
gas/ecoff.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 7af747b0de88ffec2d7cd72a264026569884e127..9944e1d590fe84ab9be4f5c16fd6929c443c02f2 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-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
diff --git
a/gas/ecoff.c
b/gas/ecoff.c
index 57ddddc93bfe00ec20cf9e0d7ed09db87eda9d33..cc94bf69ac30a3bea17a091a62437fcc28547d76 100644
(file)
--- 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