diff options
author | Ben Elliston <bje@au.ibm.com> | 2005-01-31 23:13:34 +0000 |
---|---|---|
committer | Ben Elliston <bje@au.ibm.com> | 2005-01-31 23:13:34 +0000 |
commit | 0441df2ad167b1afd220a38c74f580038104e3df (patch) | |
tree | 5a301bc38266b9d66fc158cedfa1195822ed3c2e /bfd/vms-tir.c | |
parent | ec81b797125aa9cb9dc840739fd4dcaab5174a43 (diff) | |
download | gdb-0441df2ad167b1afd220a38c74f580038104e3df.tar.gz |
* aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
bfd-in.h, bfdio.c, coff-alpha.c, coff-arm.c, coff-h8300.c,
coff-i860.c, coff-mcore.c, coff-or32.c, coff-ppc.c, coff-sh.c,
coff-sparc.c, coffcode.h, coffgen.c, cofflink.c, cpu-cris.c,
cpu-h8500.c, cpu-ns32k.c, ecoff.c, ecofflink.c, elf.c,
elf32-dlx.c, elf32-fr30.c, elf32-frv.c, elf32-hppa.c,
elf32-i860.c, elf32-ip2k.c, elf32-m32r.c, elf32-sh.c,
elf32-v850.c, elf64-mips.c, elf64-sparc.c, elflink.c,
i386aout.c, i386msdos.c, i386os9k.c, ieee.c, mach-o.c,
nlm32-sparc.c, oasys.c, opncls.c, pdp11.c, pe-mips.c, peXXigen.c,
pef.c, peicode.h, reloc.c, riscix.c, section.c, simple.c, som.c,
sparclynx.c, targets.c, vms-misc.c, vms-tir.c, xsym.c, doc/chew.c,
hosts/delta68.h, hosts/vaxbsd.h: Remove #if 0'd code
throughout. Similarly, collapse #if 1'd code.
Diffstat (limited to 'bfd/vms-tir.c')
-rw-r--r-- | bfd/vms-tir.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/bfd/vms-tir.c b/bfd/vms-tir.c index aa3e5360442..2a4908b2d36 100644 --- a/bfd/vms-tir.c +++ b/bfd/vms-tir.c @@ -439,11 +439,6 @@ etir_sto (abfd, cmd, ptr) case ETIR_S_C_STO_B: dummy = _bfd_vms_pop (abfd, &psect); -#if 0 - if (is_share) /* FIXME */ - (*_bfd_error_handler) ("%s: byte fixups not supported", - cmd_name (cmd)); -#endif /* FIXME: check top bits */ image_write_b (abfd, (unsigned int) dummy & 0xff); break; @@ -453,11 +448,6 @@ etir_sto (abfd, cmd, ptr) case ETIR_S_C_STO_W: dummy = _bfd_vms_pop (abfd, &psect); -#if 0 - if (is_share) /* FIXME */ - (*_bfd_error_handler) ("%s: word fixups not supported", - cmd_name (cmd)); -#endif /* FIXME: check top bits */ image_write_w (abfd, (unsigned int) dummy & 0xffff); break; @@ -909,9 +899,6 @@ etir_stc (abfd, cmd, ptr) case ETIR_S_C_STC_NBH_PS: /* FIXME */ -#if 0 - (*_bfd_error_handler) ("%s: not supported", cmd_name (cmd)); -#endif break; default: @@ -2266,19 +2253,6 @@ _bfd_vms_write_tir (abfd, objtype) sptr->size = len; sto_imm (abfd, sptr, vaddr, section->index); sptr->size = hint_size; -#if 0 - vms_output_begin (abfd, - ETIR_S_C_STO_HINT_GBL, -1); - vms_output_long (abfd, - (unsigned long) (sec->index)); - vms_output_quad (abfd, (uquad) addr); - - hash = (_bfd_vms_length_hash_symbol - (abfd, sym->name, EOBJ_S_C_SYMSIZ)); - vms_output_counted (abfd, hash); - - vms_output_flush (abfd); -#endif } break; case ALPHA_R_LINKAGE: |