Deleted Added
full compact
elf32.em (68778) elf32.em (76232)
1# $FreeBSD: head/contrib/binutils/ld/emultempl/elf32.em 68778 2000-11-15 21:26:21Z obrien $
1# $FreeBSD: head/contrib/binutils/ld/emultempl/elf32.em 76232 2001-05-03 01:49:58Z obrien $
2# This shell script emits a C file. -*- C -*-
3# It does some substitutions.
4# This file is now misnamed, because it supports both 32 bit and 64 bit
5# ELF emulations.
6test -z "${ELFSIZE}" && ELFSIZE=32
7cat >e${EMULATION_NAME}.c <<EOF
8/* This file is is generated by a shell script. DO NOT EDIT! */
9

--- 154 unchanged lines hidden (view full) ---

164 case " ${EMULATION_LIBPATH} " in
165 *" ${EMULATION_NAME} "*)
166 case ${target} in
167 *-*-freebsd*)
168 cat >>e${EMULATION_NAME}.c <<EOF
169/*
170 * Read the system search path the FreeBSD way rather than like Linux.
171 */
2# This shell script emits a C file. -*- C -*-
3# It does some substitutions.
4# This file is now misnamed, because it supports both 32 bit and 64 bit
5# ELF emulations.
6test -z "${ELFSIZE}" && ELFSIZE=32
7cat >e${EMULATION_NAME}.c <<EOF
8/* This file is is generated by a shell script. DO NOT EDIT! */
9

--- 154 unchanged lines hidden (view full) ---

164 case " ${EMULATION_LIBPATH} " in
165 *" ${EMULATION_NAME} "*)
166 case ${target} in
167 *-*-freebsd*)
168 cat >>e${EMULATION_NAME}.c <<EOF
169/*
170 * Read the system search path the FreeBSD way rather than like Linux.
171 */
172#include
172#include <elf-hints.h>
173
174static boolean gld${EMULATION_NAME}_check_ld_elf_hints
175 PARAMS ((const char *, int));
176
177static boolean
178gld${EMULATION_NAME}_check_ld_elf_hints (name, force)
179 const char *name;
180 int force;

--- 1141 unchanged lines hidden ---
173
174static boolean gld${EMULATION_NAME}_check_ld_elf_hints
175 PARAMS ((const char *, int));
176
177static boolean
178gld${EMULATION_NAME}_check_ld_elf_hints (name, force)
179 const char *name;
180 int force;

--- 1141 unchanged lines hidden ---