This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: Add blurb about target necessities for readelf in bfdint.texi
- To: ian at zembu dot com
- Subject: Re: Add blurb about target necessities for readelf in bfdint.texi
- From: Hans-Peter Nilsson <hans-peter dot nilsson at axis dot com>
- Date: Wed, 24 May 2000 20:43:53 +0200
- CC: hans-peter dot nilsson at axis dot com, binutils at sourceware dot cygnus dot com
> 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