Change regcache list to be an hash map
[deliverable/binutils-gdb.git] / libiberty / simple-object-coff.c
index 0283b15c8033fd5f75739d642b7e1ded2447d86e..f299f5afbb713e7ad4c6d86497d5088144783a91 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-2019 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
 };
This page took 0.031631 seconds and 4 git commands to generate.