Deleted Added
full compact
ldscript.mips (178693) ldscript.mips (183170)
1/* $FreeBSD: head/sys/conf/ldscript.mips 178693 2008-04-30 12:44:58Z gonzo $ */
2OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips", "elf32-tradlittlemips")
1/*-
2 * Copyright (c) 2001, 2004, 2008, Juniper Networks, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer.
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
12 * documentation and/or other materials provided with the distribution.
13 * 3. Neither the name of the Juniper Networks, Inc. nor the names of its
14 * contributors may be used to endorse or promote products derived from
15 * this software without specific prior written permission.
16 *
17 * THIS SOFTWARE IS PROVIDED BY JUNIPER NETWORKS AND CONTRIBUTORS ``AS IS'' AND
18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20 * ARE DISCLAIMED. IN NO EVENT SHALL JUNIPER NETWORKS OR CONTRIBUTORS BE LIABLE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * JNPR: ldscript.mips,v 1.3 2006/10/11 06:12:04
30 * $FreeBSD: head/sys/conf/ldscript.mips 183170 2008-09-19 03:36:37Z imp $
31 */
32
33OUTPUT_FORMAT("elf32-tradbigmips", "elf32-tradbigmips",
34 "elf32-tradlittlemips")
35
3OUTPUT_ARCH(mips)
4ENTRY(_start)
5SEARCH_DIR(/usr/lib);
6/* Do we need any of these for elf?
7 __DYNAMIC = 0;
8PROVIDE (_DYNAMIC = 0);
9*/
10SECTIONS

--- 260 unchanged lines hidden ---
36OUTPUT_ARCH(mips)
37ENTRY(_start)
38SEARCH_DIR(/usr/lib);
39/* Do we need any of these for elf?
40 __DYNAMIC = 0;
41PROVIDE (_DYNAMIC = 0);
42*/
43SECTIONS

--- 260 unchanged lines hidden ---