2006-09-05 Bibo Mao <bibo.mao@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Tue, 5 Sep 2006 18:56:50 +0000 (18:56 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Tue, 5 Sep 2006 18:56:50 +0000 (18:56 +0000)
PR binutils/3171
* coffcode.h (coff_write_object_contents): Set the optional
header magic number to PE32PMAGIC instead of ZMAGIC for ia64.

bfd/ChangeLog
bfd/coffcode.h

index fc7eca1ac14051068a4f204e44b7dc1f198348ae..5df36f34eee784c0a0190ae10f467d4a0e445c10 100644 (file)
@@ -1,3 +1,9 @@
+2006-09-05  Bibo Mao  <bibo.mao@intel.com>
+
+       PR binutils/3171
+       * coffcode.h (coff_write_object_contents): Set the optional
+       header magic number to PE32PMAGIC instead of ZMAGIC for ia64.
+
 2006-09-04  Mark Shinwell  <shinwell@codesourcery.com>
 
         * elf32-arm.c (elf32_arm_howto_table_1): Adjust entries for
index badb2144705b7150263faf537be6f79ea1579ed2..fa0a206a5ef7d71f779ac2ad991c03e95cc56641 100644 (file)
@@ -3869,7 +3869,7 @@ coff_write_object_contents (bfd * abfd)
 
 #if defined(IA64)
 #define __A_MAGIC_SET__
-    internal_a.magic = ZMAGIC;
+    internal_a.magic = PE32PMAGIC;
 #endif /* IA64 */
 
 #if defined(SPARC)
This page took 0.029371 seconds and 4 git commands to generate.