]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gold/testsuite/plugin_section_order.c
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / gold / testsuite / plugin_section_order.c
index fdc6fe4ea8559f5b7b44bb9d3c48ae83b8b19a46..f05797b3b2badde70f6f95e80f86a32ede7ed521 100644 (file)
@@ -1,6 +1,6 @@
 /* plugin_section_reorder.c -- Simple plugin to reorder function sections
 
-   Copyright 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2021 Free Software Foundation, Inc.
    Written by Sriraman Tallam <tmsriram@google.com>.
 
    This file is part of gold.
@@ -85,6 +85,7 @@ onload(struct ld_plugin_tv *tv)
        case LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS:
          allow_unique_segment_for_sections
              = *entry->tv_u.tv_allow_unique_segment_for_sections;
+         break;
        case LDPT_UNIQUE_SEGMENT_FOR_SECTIONS:
          unique_segment_for_sections
              = *entry->tv_u.tv_unique_segment_for_sections;