This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

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


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


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