This is the mail archive of the
binutils@sourceware.cygnus.com
mailing list for the binutils project.
Re: revised patch for m32r gas relocations
- To: Nick Clifton <nickc at cygnus dot com>
- Subject: Re: revised patch for m32r gas relocations
- From: Doug Evans <dje at transmeta dot com>
- Date: Mon, 27 Mar 2000 15:57:46 -0800 (PST)
- Cc: dlindsay at cygnus dot com, binutils at sourceware dot cygnus dot com
- References: <200003272339.PAA00877@elmo.cygnus.com>
Nick Clifton writes:
> Hi Don,
>
> : Mon Mar 27 15:28:00 2000 Donald Lindsay <dlindsay@cygnus.com>
> :
> : * elf32-m32r.c (m32r_elf_generic_reloc): new function. All
> : HOWTO references to bfd_elf_generic_reloc, that have
> : partial_inplace == true, now use the new function. The function
> : is based on the recently rewritten m32r_elf_lo16_reloc(), and
> : extends its fixes to the R_M32R_{16,24,32} relocs.
>
> Approved.
Also, methinks I would like to see the rewrite of m32r_elf_lo16_reloc
undone now that there is m32r_elf_generic_reloc.