X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=bfd%2Fcoff-alpha.c;h=b86a8a259b584dd30481389b398fa4f6851ca932;hb=cb001c0d283dd884efe06770d033a50fb1bc6c7d;hp=821e5591a9a9562746abf654dafb40dfada6e477;hpb=2aa90762b71af7f04032d2bebed6470070d3d801;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/coff-alpha.c b/bfd/coff-alpha.c index 821e5591a9..b86a8a259b 100644 --- a/bfd/coff-alpha.c +++ b/bfd/coff-alpha.c @@ -398,10 +398,10 @@ static reloc_howto_type alpha_howto_table[] = /* Recognize an Alpha ECOFF file. */ -static const bfd_target * +static bfd_cleanup alpha_ecoff_object_p (bfd *abfd) { - static const bfd_target *ret; + bfd_cleanup ret; ret = coff_object_p (abfd);