summaryrefslogtreecommitdiff
path: root/gas/ecoff.c
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-01-21 05:54:38 +0000
committerBen Elliston <bje@au.ibm.com>2005-01-21 05:54:38 +0000
commit6134bb22426880acc2bde6c6bb2201d8c48edb73 (patch)
tree00cb01ed1b0c42a3498bbd12a877893fd56a5507 /gas/ecoff.c
parent702468c90802808dd5b8618f3d2a63daf2ab22e8 (diff)
downloadbinutils-redhat-6134bb22426880acc2bde6c6bb2201d8c48edb73.tar.gz
* as.h: Remove #if 0'd code.
* atof-generic.c (atof_generic): Likewise. * ecoff.c (ecoff_directive_frame): Likewise. * frags.h (FRAG_APPEND_1_CHAR): Likewise. * itbl-ops.c (itbl_add_reg): Likewise. * listing.c (calc_hex): Likewise. * read.c (MASK_CHAR): Likewise. * subsegs.c (subsegs_print_statistics): Likewise. * symbols.c (indent): Likewise. * write.c (write_relocs): Likewise. (write_object_file): Likewise. (relax_frag): Likewise.
Diffstat (limited to 'gas/ecoff.c')
-rw-r--r--gas/ecoff.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/ecoff.c b/gas/ecoff.c
index d8ad019a72..1103be2477 100644
--- a/gas/ecoff.c
+++ b/gas/ecoff.c
@@ -3185,14 +3185,10 @@ ecoff_directive_frame (int ignore ATTRIBUTE_UNUSED)
cur_proc_ptr->pdr.pcreg = tc_get_register (0);
-#if 0
/* Alpha-OSF1 adds "the offset of saved $a0 from $sp", according to
Sandro. I don't yet know where this value should be stored, if
- anywhere. */
- demand_empty_rest_of_line ();
-#else
+ anywhere. Don't call demand_empty_rest_of_line (). */
s_ignore (42);
-#endif
}
/* Parse .mask directives. */