summaryrefslogtreecommitdiff
path: root/futility/futility.lds
blob: e03ab5c44fbf6bafd48a7f01ffc7f4c0e38af751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * 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 = .;
  }
}