public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Strange flag in WIN32 PECOFF
@ 2005-03-14 23:35 Hanzac Chen
  2005-03-15  0:22 ` Aaron W. LaFramboise
  0 siblings, 1 reply; 7+ messages in thread
From: Hanzac Chen @ 2005-03-14 23:35 UTC (permalink / raw)
  To: binutils

Hi, Guys

I found the latest version of binutils (GNU binutils 2.15.94
20050118) will produce a PECOFF object with IMAGE_FILE_32BIT_MACHINE
(aka: F_AR32WR) on, in the field Characteristics (aka: f_flags) of
the COFF File Header.

But in previous versions (like 2.14 if I remembered clear), this
flag will be turn off.

I think it's strange and inconsistent, I hope you can give me
some explanation. BTW: I'm writing a COFF object parser, and
want to support two kinds of COFF, one is from MingW and the
other from DJGPP. So I need to rely on the difference of the
file's format. I know that the two kinds of formats' absolute
relocation method are different. Does the F_AR32WR flag I mentioned
above has some relation with this relocation difference?

GOoD BYE,
Hanzac

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-03-15 18:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-03-14 23:35 Strange flag in WIN32 PECOFF Hanzac Chen
2005-03-15  0:22 ` Aaron W. LaFramboise
2005-03-15  3:20   ` DJ Delorie
2005-03-15  9:51   ` Hanzac Chen
2005-03-15 10:26     ` Aaron W. LaFramboise
2005-03-15 11:05       ` Hanzac Chen
2005-03-15 18:30       ` DJ Delorie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).