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

sections.
This commit is contained in:
DJ Delorie 2003-11-20 20:08:20 +00:00
parent 43dd9340d4
commit 0d78efdfab
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-11-20 DJ Delorie <dj@redhat.com>
* config/tc-sh64.c (shmedia_frob_section): Only frob elf32
sections.
2003-11-19 Kazu Hirata <kazu@cs.umass.edu>
* config/tc-h8300.c: Make some functions and global

View File

@ -427,7 +427,7 @@ shmedia_frob_section_type (asection *sec)
target-specific semantics. This target is ELF only (semantics not
defined for other formats), so we use the target-specific pointer
field of the ELF section data. */
if (seginfo)
if (seginfo && sh64_abi == sh64_abi_32)
{
struct sh64_section_data *sec_elf_data;
flagword sec_type = 0;