This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Adjust ld-elf/seg.d for 64bit targets


I am checking in this patch to support 64bit targets.


H.J.
---
2007-12-19  H.J. Lu  <hongjiu.lu@intel.com>

	* ld-elf/seg.d: Adjusted for 64bit targets.

--- ld-elf/seg.d.xxx	2007-12-19 02:22:02.000000000 -0800
+++ ld-elf/seg.d	2007-12-19 07:50:49.000000000 -0800
@@ -4,9 +4,9 @@
 
 #...
 Program Headers:
-  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align
+  Type           Offset   VirtAddr.*
   LOAD           .*
-  LOAD           0x0*001000 0xf*fffff000 0xf*fffff000 0x01000 0x01000 .*
+  LOAD           0x0*001000 0xf*fffff000 0xf*fffff000 0x0*1000 0x0*1000 .*
 
  Section to Segment mapping:
   Segment Sections...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]