summaryrefslogtreecommitdiff
path: root/futility/futility.lds
diff options
context:
space:
mode:
Diffstat (limited to 'futility/futility.lds')
-rw-r--r--futility/futility.lds15
1 files changed, 0 insertions, 15 deletions
diff --git a/futility/futility.lds b/futility/futility.lds
deleted file mode 100644
index 0650507f..00000000
--- a/futility/futility.lds
+++ /dev/null
@@ -1,15 +0,0 @@
-/*
- * 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 : {
- . = ALIGN(32);
- futil_cmds = .; /* Create the list of commands */
- *(SORT(.futil_cmds.*));
- QUAD(0); /* Null-terminated */
- }
-}