[PATCH] Synthetize some symbols for objdump -d (take 2)

Jakub Jelinek jakub@redhat.com
Thu Apr 22 16:32:00 GMT 2004


On Thu, Apr 22, 2004 at 09:29:23AM -0700, H. J. Lu wrote:
> On Wed, Apr 21, 2004 at 02:00:56PM +0200, Jakub Jelinek wrote:
> > On Wed, Apr 21, 2004 at 06:37:57PM +0930, Alan Modra wrote:
> > > Well, the function will just look like:
> > > 
> > > static bfd_vma
> > > plt_sym_val (bfd_vma plt_indx,
> > > 	     const asection *plt,
> > > 	     const arelent *rel ATTRIBUTE_UNUSED)
> > > {
> > >   return plt_indx * PLT_ENTRY_SIZE + PLT_FIRST_ENTRY_SIZE + plt->vma;
> > > }
> > 
> > Ok, here it is.  I have added a few more arches
> > and did a --enable-64-bit-bfd --enable-targets=all build to verify
> > everything compiles.
> > Ok to commit?
> > 
> 
> Did you run "make check" on Linux/x86? I will check in this patch as an
> obvious fix.

No, on Linux/x86_64 only, sorry.

> 2004-04-22  H.J. Lu  <hongjiu.lu@intel.com>
> 
> 	* ld-i386/tlspic.dd: Updated.

Thanks.

	Jakub



More information about the Binutils mailing list