~ubuntu-branches/debian/squeeze/binutils/squeeze

« back to all changes in this revision

Viewing changes to ld/emulparams/elf32bfinfd.sh

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-09-10 17:05:30 UTC
  • mfrom: (1.4.5 upstream) (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090910170530-wa6gpju9pq5c56on
Tags: 2.19.91.20090910-1
* Snapshot, taken from the 2.20 release branch 20090910, corresponding
  to the 2.19.90 upstream snapshot.
* Fix Thumb-2 shared libraries (Daniel Jacobowitz), patch taken
  from the trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    ${RELOCATING+__ROFIXUP_END__ = .;}
15
15
  }
16
16
"
17
 
# 0xff700000, 0xff800000, 0xff900000 and 0xffa00000 are also used in
18
 
# Dynamic linker and linux kernel. They need to be keep synchronized.
 
17
# 0xfeb00000, 0xfec00000, 0xff700000, 0xff800000, 0xff900000
 
18
# 0xffa00000 are also used in Dynamic linker and linux kernel.
 
19
# They need to be kept synchronized.
19
20
OTHER_SECTIONS="
 
21
  .l2.text 0xfeb00000   :
 
22
  {
 
23
    *(.l2.text)
 
24
  }
 
25
  .l2.data 0xfec00000   :
 
26
  {
 
27
    *(.l2.data)
 
28
  }
20
29
  .l1.data 0xff700000   :
21
30
  {
22
31
    *(.l1.data)