diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-15 08:21:04 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-15 08:21:04 +0000 |
commit | f2dbbf9543b4fb8fc809292db6890015fafdc074 (patch) | |
tree | f541e2ec5e43c100915c311e88d3b4d50a891b0f /bfd | |
parent | 658303f7d4219618030b6a5afce163c93e6034ce (diff) | |
download | gdb-f2dbbf9543b4fb8fc809292db6890015fafdc074.zip gdb-f2dbbf9543b4fb8fc809292db6890015fafdc074.tar.gz gdb-f2dbbf9543b4fb8fc809292db6890015fafdc074.tar.bz2 |
Fix sanitization.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf32-v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 265c07c..4dbfe5e 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -1434,7 +1434,7 @@ v850_elf_object_p (abfd) /* end-sanitize-v850e */ /* start-sanitize-v850eq */ case E_V850EQ_ARCH: (void) bfd_default_set_arch_mach (abfd, bfd_arch_v850, bfd_mach_v850eq); break; -/* start-sanitize-v850eq */ +/* end-sanitize-v850eq */ } } |