blob: e03ab5c44fbf6bafd48a7f01ffc7f4c0e38af751 [file] [log] [blame]
/*
* Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
SECTIONS
{
.rodata : {
__futil_cmds_start = .;
*(SORT(.futil_cmds.*));
__futil_cmds_end = .;
}
}