~ubuntu-branches/ubuntu/warty/gnu-efi/warty

« back to all changes in this revision

Viewing changes to gnuefi/elf_ia64_efi.lds

  • Committer: Bazaar Package Importer
  • Author(s): Bdale Garbee
  • Date: 2003-10-23 19:53:19 UTC
  • Revision ID: james.westby@ubuntu.com-20031023195319-qtmm6b36rc099c2p
Tags: 3.0a-4
* fix gcc path problem in Makefile exposed by build on i386, closes: #215050
* merge patches from upstream to address linker problems on i386

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
  {
29
29
   *(.rodata*)
30
30
   *(.ctors)
31
 
   *(.data)
32
 
   *(.data1)
 
31
   *(.data*)
33
32
   *(.gnu.linkonce.d*)
34
33
   *(.plabel)   /* data whose relocs we want to ignore */
35
34
   *(.IA_64.unwind)
48
47
  .rela :
49
48
  {
50
49
    *(.rela.text)
51
 
    *(.rela.data)
 
50
    *(.rela.data*)
52
51
    *(.rela.sdata)
53
52
    *(.rela.got)
54
53
    *(.rela.gnu.linkonce.d*)