X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=bfd%2Fns32knetbsd.c;h=1f63b7de3be3e35ea394c3dd852ec84dd7d3b0f8;hb=fd3619828e94a24a92cddec42cbc0ab33352eeb4;hp=4af3aea2c8743340a894e2f11e12cb2dfdb8aa16;hpb=6d00b590316c0b08de21a264893b0fd627c54686;p=binutils-gdb.git diff --git a/bfd/ns32knetbsd.c b/bfd/ns32knetbsd.c index 4af3aea2c87..1f63b7de3be 100644 --- a/bfd/ns32knetbsd.c +++ b/bfd/ns32knetbsd.c @@ -1,5 +1,5 @@ /* BFD back-end for NetBSD/ns32k a.out-ish binaries. - Copyright (C) 1990-2014 Free Software Foundation, Inc. + Copyright (C) 1990-2019 Free Software Foundation, Inc. This file is part of BFD, the Binary File Descriptor library. @@ -25,7 +25,7 @@ #define SEGMENT_SIZE 4096 #define DEFAULT_ARCH bfd_arch_ns32k -#define DEFAULT_MID M_532_NETBSD +#define DEFAULT_MID M_532_NETBSD /* Do not "beautify" the CONCAT* macro args. Traditional C will not remove whitespace added here, and thus will fail to concatenate @@ -48,6 +48,6 @@ #include "sysdep.h" #include "bfd.h" /* To ensure following declaration is OK. */ -const struct reloc_howto_struct * MY_bfd_reloc_type_lookup (bfd *, bfd_reloc_code_real_type); +reloc_howto_type * MY_bfd_reloc_type_lookup (bfd *, bfd_reloc_code_real_type); #include "netbsd.h"