aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-07-13 18:39:22 +0000
committerKen Raeburn <raeburn@cygnus>1993-07-13 18:39:22 +0000
commit42b9004e467336a488d1fb0f8e79f810018a2a95 (patch)
treeba6b47a804176d497c17953ea986490b82a5b048
parent98d8248937579f8f978d7e663faaf915976caf69 (diff)
downloadgdb-42b9004e467336a488d1fb0f8e79f810018a2a95.zip
gdb-42b9004e467336a488d1fb0f8e79f810018a2a95.tar.gz
gdb-42b9004e467336a488d1fb0f8e79f810018a2a95.tar.bz2
make sanitize dtrt wrt v9
-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;