This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Add blurb about target necessities for readelf in bfdint.texi


> Date: 24 May 2000 10:30:04 -0700
> From: Ian Lance Taylor <ian@zembu.com>

>    + While not a BFD component, you probably also want to make the binutils
>    + program @samp{readelf} parse your ELF objects.  For this, you need to add
>    + a dependency for @file{readelf.o} on @file{include/elf/@var{cpu}.h} in
>    + @file{binutils/Makefile.am}, and code for @code{EM_@var{cpu}} as
>    + appropriate in @file{binutils/readelf.c}.
> 
> Adding the dependency for readelf.o is incorrect.  The dependencies in
> all of the binutils directories are built automatically, by using
> `make dep-am'.

Hum, yes.  Sorry, I just checked it in after Nick's approval.

Would s/a dependency for.*, and // fit better?
Same ChangeLog entry, since same days work and no changes in
between.

brgds, H-P

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]