gdb: include gdb_wait.h in gdb_wait.c
[deliverable/binutils-gdb.git] / gold / testsuite / plugin_section_order.c
index a2dd0012e285a7982f969fb6f2ccebeaa7a03572..d58a2cb102ccb5dd956ec8fed8a2bef263c11cce 100644 (file)
@@ -1,6 +1,6 @@
 /* plugin_section_reorder.c -- Simple plugin to reorder function sections
 
-   Copyright (C) 2011-2016 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 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;
This page took 0.02399 seconds and 4 git commands to generate.