X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=libiberty%2Fsimple-object-coff.c;h=104cd560f61cbe502622d7fea8c014ac050dbc4a;hb=refs%2Fheads%2Fconcurrent-displaced-stepping-2020-04-01;hp=a7802a520760e8a96dcd030b286dbe46579df0ff;hpb=f9e6589d8755e896e2b48ebafad988e572eed2e7;p=deliverable%2Fbinutils-gdb.git diff --git a/libiberty/simple-object-coff.c b/libiberty/simple-object-coff.c index a7802a5207..104cd560f6 100644 --- a/libiberty/simple-object-coff.c +++ b/libiberty/simple-object-coff.c @@ -1,5 +1,5 @@ /* simple-object-coff.c -- routines to manipulate COFF object files. - Copyright 2010 Free Software Foundation, Inc. + Copyright (C) 2010-2020 Free Software Foundation, Inc. Written by Ian Lance Taylor, Google. This program is free software; you can redistribute it and/or modify it @@ -800,5 +800,6 @@ const struct simple_object_functions simple_object_coff_functions = simple_object_coff_release_attributes, simple_object_coff_start_write, simple_object_coff_write_to_file, - simple_object_coff_release_write + simple_object_coff_release_write, + NULL };