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: Don't use section name to set ELF section data


On Fri, Jul 25, 2003 at 01:25:31PM +0100, Nick Clifton wrote:
> Hi H.J.
> 
> > Here is the new patch. It caused no regressions on all targets
> > affected. It fixed an ELF/ppc64 bug.
> 
> Excellent.

...

> Approved - please apply.
> 

Done. I made a small change. I used

  if (! BFD_SEND ((B), _new_section_hook, ((B), (S)))) \

instead of

  if (!_bfd_elf_new_section_hook ((B), (S)))                  \
 

H.J.


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