public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [patch] tc-sh64.c (shmedia_frob_section_type): Another 32/64 check
@ 2003-11-19  0:04 DJ Delorie
  2003-11-20  4:26 ` Alexandre Oliva
  0 siblings, 1 reply; 2+ messages in thread
From: DJ Delorie @ 2003-11-19  0:04 UTC (permalink / raw)
  To: binutils


There are lots of other places that test this, this seems to have been
missed.  Ok?

2003-11-18  DJ Delorie  <dj@redhat.com>

	* config/tc-sh64.c (shmedia_frob_section): Only frob elf32
	sections.

Index: config/tc-sh64.c
===================================================================
RCS file: /cvs/uberbaum/./gas/config/tc-sh64.c,v
retrieving revision 1.9
diff -p -2 -r1.9  config/tc-sh64.c
*** config/tc-sh64.c	11 Oct 2003 13:40:21 -0000	1.9
--- config/tc-sh64.c	19 Nov 2003 00:00:14 -0000
*************** shmedia_frob_section_type (asection *sec
*** 428,432 ****
       defined for other formats), so we use the target-specific pointer
       field of the ELF section data.  */
!   if (seginfo)
      {
        struct sh64_section_data *sec_elf_data;
--- 428,432 ----
       defined for other formats), so we use the target-specific pointer
       field of the ELF section data.  */
!   if (seginfo && sh64_abi == sh64_abi_32)
      {
        struct sh64_section_data *sec_elf_data;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [patch] tc-sh64.c (shmedia_frob_section_type): Another 32/64 check
  2003-11-19  0:04 [patch] tc-sh64.c (shmedia_frob_section_type): Another 32/64 check DJ Delorie
@ 2003-11-20  4:26 ` Alexandre Oliva
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Oliva @ 2003-11-20  4:26 UTC (permalink / raw)
  To: DJ Delorie; +Cc: binutils

On Nov 18, 2003, DJ Delorie <dj@redhat.com> wrote:

> There are lots of other places that test this, this seems to have been
> missed.  Ok?

I thought I'd pre-approved this.  Yes, please check it in.  Thanks,

> 2003-11-18  DJ Delorie  <dj@redhat.com>

> 	* config/tc-sh64.c (shmedia_frob_section): Only frob elf32
> 	sections.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-11-20  4:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-19  0:04 [patch] tc-sh64.c (shmedia_frob_section_type): Another 32/64 check DJ Delorie
2003-11-20  4:26 ` Alexandre Oliva

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).