blob: e03ab5c44fbf6bafd48a7f01ffc7f4c0e38af751 [file] [log] [blame]
Bill Richardsoneecc18f2013-01-17 15:28:17 -08001/*
2 * Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
3 * Use of this source code is governed by a BSD-style license that can be
4 * found in the LICENSE file.
5 */
6
Bill Richardsonfeb25182013-03-07 12:54:29 -08007SECTIONS
8{
9 .rodata : {
10 __futil_cmds_start = .;
11 *(SORT(.futil_cmds.*));
12 __futil_cmds_end = .;
13 }
14}