From 98ab32a58a80e7123ca2c93bb526136a3c3caaac Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 9 Sep 1997 17:20:41 +0000 Subject: Fixed buglet displaying machine architecture. --- bfd/elf32-v850.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bfd/elf32-v850.c') diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 55e6675..c29d145 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -1551,12 +1551,12 @@ v850_elf_print_private_bfd_data (abfd, ptr) switch (elf_elfheader (abfd)->e_flags & EF_V850_ARCH) { default: - case E_V850_ARCH: fprintf (file, ": v850 architecture"); + case E_V850_ARCH: fprintf (file, ": v850 architecture"); break; /* start-sanitize-v850e */ - case E_V850E_ARCH: fprintf (file, ": v850e architecture"); + case E_V850E_ARCH: fprintf (file, ": v850e architecture"); break; /* end-sanitize-v850e */ /* start-sanitize-v850eq */ - case E_V850EQ_ARCH: fprintf (file, ": v850eq architecture"); + case E_V850EQ_ARCH: fprintf (file, ": v850eq architecture"); break; /* end-sanitize-v850eq */ } -- cgit v1.1