bfd-in2.h change breaks objdump

Svein E. Seldal Svein.Seldal@solidas.com
Fri Sep 13 23:32:00 GMT 2002


Michael Snyder wrote:
> On 8-27-2001, Michael Hayes checked in a change to bfd-in2.h that
> among other things deleted the definition of HAS_LOAD_PAGE.

Hello,

I'm the person responsible for this commit (Hayes is the author, but I 
arranged the commit), and I francly dont know what you're refering to. 
Removed, you say? HAS_LOAD_PAGE has never been removed (by me at least).

A quick cvs update and then a grep revealed these occurences of 
HAS_LOAD_PAGE:

bfd/bfd-in.h:272:#define HAS_LOAD_PAGE 0x1000
bfd/bfd-in2.h:278:#define HAS_LOAD_PAGE 0x1000
bfd/coff-tic4x.c:359:   HAS_SYMS | HAS_LOCALS | WP_TEXT | HAS_LOAD_PAGE ),
bfd/coff-tic4x.c:403:   HAS_SYMS | HAS_LOCALS | WP_TEXT | HAS_LOAD_PAGE ),
bfd/coff-tic4x.c:448:   HAS_SYMS | HAS_LOCALS | WP_TEXT | HAS_LOAD_PAGE ),
bfd/coff-tic4x.c:493:   HAS_SYMS | HAS_LOCALS | WP_TEXT | HAS_LOAD_PAGE ),
bfd/coff-tic4x.c:538:   HAS_SYMS | HAS_LOCALS | WP_TEXT | HAS_LOAD_PAGE ),
bfd/coff-tic4x.c:583:   HAS_SYMS | HAS_LOCALS | WP_TEXT | HAS_LOAD_PAGE ),
binutils/ChangeLog:28:  * objdump.c (dump_headers): Add printing of 
HAS_LOAD_PAGE flag.
binutils/objdump.c:373:  if (abfd->flags & HAS_LOAD_PAGE)
binutils/objdump.c:2008:  PF (HAS_LOAD_PAGE, "HAS_LOAD_PAGE");

So I guess your CVS repository is probably obsoleted. The latest CVS 
version of bfd/bfd-in2.h is 1.169.

I hope this helps,
Svein



More information about the Binutils mailing list