]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - libiberty/simple-object-coff.c
Fix advance/until and multiple locations (PR gdb/26524)
[thirdparty/binutils-gdb.git] / libiberty / simple-object-coff.c
index 0283b15c8033fd5f75739d642b7e1ded2447d86e..104cd560f61cbe502622d7fea8c014ac050dbc4a 100644 (file)
@@ -1,5 +1,5 @@
 /* simple-object-coff.c -- routines to manipulate COFF object files.
-   Copyright (C) 2010-2017 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
 };