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

H.J. Lu hjl@lucon.org
Wed Dec 19 15:53:00 GMT 2007


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...



More information about the Binutils mailing list