forked from Imagelibrary/binutils-gdb
* config/atof-ieee.c, config/obj-coff.c, config/obj-elf.c,
config/obj-ieee.c, config/obj-som.c, config/obj-vms.c, config/tc-a29k.c, config/tc-alpha.c, config/tc-arc.c, config/tc-arm.c, config/tc-d30v.c, config/tc-dlx.c, config/tc-fr30.c, config/tc-h8300.c, config/tc-h8500.c, config/tc-i370.c, config/tc-i386.c, config/tc-i960.c, config/tc-ia64.c, config/tc-m32r.c, config/tc-m32r.h, config/tc-m68hc11.c, config/tc-m68hc11.h, config/tc-mips.c, config/tc-mn10200.c, config/tc-msp430.c, config/tc-ns32k.c, config/tc-openrisc.c, config/tc-or32.c, config/tc-pdp11.c, config/tc-pj.c, config/tc-sparc.h, config/tc-tic54x.c, config/tc-tic80.c, config/tc-v850.c, config/tc-w65.c, config/tc-xtensa.c, config/tc-z8k.c, config/xtensa-relax.c: Remove #if 0'd code throughout.
This commit is contained in:
@@ -209,12 +209,6 @@ do_relocs_for (idx)
|
||||
reloc_ptr_vector[i] = to;
|
||||
to->howto = (reloc_howto_type *) (from->fx_r_type);
|
||||
|
||||
#if 0
|
||||
/* We can't represent complicated things in a reloc yet. */
|
||||
if (from->fx_addsy == 0 || from->fx_subsy != 0)
|
||||
abort ();
|
||||
#endif
|
||||
|
||||
s = &(from->fx_addsy->sy_symbol.sy);
|
||||
to->address = ((char *) (from->fx_frag->fr_address +
|
||||
from->fx_where))
|
||||
@@ -561,21 +555,7 @@ write_object_file ()
|
||||
fragS **prev_frag_ptr_ptr;
|
||||
struct frchain *next_frchain_ptr;
|
||||
|
||||
#if 0
|
||||
struct frag **head_ptr = segment_info[i].frag_root;
|
||||
#endif
|
||||
|
||||
segment_info[i].frag_root = segment_info[i].frchainP->frch_root;
|
||||
#if 0
|
||||
/* I'm not sure what this is for. */
|
||||
for (frchain_ptr = segment_info[i].frchainP->frch_root;
|
||||
frchain_ptr != (struct frchain *) NULL;
|
||||
frchain_ptr = frchain_ptr->frch_next)
|
||||
{
|
||||
*head_ptr = frchain_ptr;
|
||||
head_ptr = &frchain_ptr->next;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
for (i = SEG_E0; i < SEG_UNKNOWN; i++)
|
||||
|
||||
Reference in New Issue
Block a user