mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-29 02:20:51 +00:00
No longer need to sanitize away h8s stuff.
This commit is contained in:
@@ -90,10 +90,7 @@ main (ac, av)
|
||||
}
|
||||
|
||||
if (abfd->arch_info->mach == bfd_mach_h8300h
|
||||
/* start-sanitize-h8s */
|
||||
|| abfd->arch_info->mach == bfd_mach_h8300s
|
||||
/* end-sanitize-h8s */
|
||||
)
|
||||
|| abfd->arch_info->mach == bfd_mach_h8300s)
|
||||
set_h8300h (1);
|
||||
|
||||
for (s = abfd->sections; s; s=s->next)
|
||||
|
||||
Reference in New Issue
Block a user