mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
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.
This commit is contained in:
parent
599b237a8a
commit
7a2ec0a65d
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user