aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/elfcode.h')
-rw-r--r--bfd/elfcode.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bfd/elfcode.h b/bfd/elfcode.h
index 581200b..a3119d1 100644
--- a/bfd/elfcode.h
+++ b/bfd/elfcode.h
@@ -1156,13 +1156,13 @@ DEFUN (elf_object_p, (abfd), bfd * abfd)
bfd_default_set_arch_mach (abfd, bfd_arch_sparc, 0);
break;
- /* The "v9" comments are used by sanitize. */
+ /* start-sanitize-v9 */
case EM_SPARC64: /* v9 */
if (ebd->arch != bfd_arch_sparc) /* v9 */
goto wrong; /* v9 */
bfd_default_set_arch_mach (abfd, bfd_arch_sparc, 0); /* v9 */
break; /* v9 */
- /* end v9 stuff */
+ /* end-sanitize-v9 */
case EM_386:
if (ebd->arch != bfd_arch_i386)
@@ -1963,11 +1963,11 @@ DEFUN (elf_compute_section_file_positions, (abfd), bfd * abfd)
break;
case bfd_arch_sparc:
i_ehdrp->e_machine = EM_SPARC;
- /* the v9 comments are used by sanitize; keep them */
+ /* start-sanitize-v9 */
#if ARCH_SIZE == 64 /* v9 */
i_ehdrp->e_machine = EM_SPARC64; /* v9 */
#endif /* v9 */
- /* end v9 stuff */
+ /* end-sanitize-v9 */
break;
case bfd_arch_i386:
i_ehdrp->e_machine = EM_386;