~ubuntu-branches/ubuntu/hoary/binutils/hoary

« back to all changes in this revision

Viewing changes to ld/emulparams/i386nto.sh

  • Committer: Bazaar Package Importer
  • Author(s): James Troup
  • Date: 2004-05-19 10:35:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040519103544-17h3o6e8pwndydrg
Tags: 2.14.90.0.7-8
debian/rules: don't use gcc-2.95 on m68k.  Thanks to Adam Conrad for
pointing this out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SCRIPT_NAME=elf
 
2
OUTPUT_FORMAT="elf32-i386"
 
3
TEXT_START_ADDR=0x08048000
 
4
TEXT_START_SYMBOLS='_btext = .;'
 
5
MAXPAGESIZE=0x1000
 
6
NONPAGED_TEXT_START_ADDR=0x08048000
 
7
#SHLIB_TEXT_START_ADDR=0xb0300000
 
8
ARCH=i386
 
9
MACHINE=
 
10
NOP=0x9090
 
11
TEMPLATE_NAME=elf32
 
12
GENERATE_SHLIB_SCRIPT=yes