gdb: include gdb_wait.h in gdb_wait.c
[deliverable/binutils-gdb.git] / gold / testsuite / plugin_section_order.c
index 48d30df23c64017be3e5645b50652442858a08bd..d58a2cb102ccb5dd956ec8fed8a2bef263c11cce 100644 (file)
@@ -1,6 +1,6 @@
 /* plugin_section_reorder.c -- Simple plugin to reorder function sections
 
-   Copyright (C) 2011-2014 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.023013 seconds and 4 git commands to generate.