diff options
author | DJ Delorie <dj@redhat.com> | 2003-11-20 20:08:20 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-11-20 20:08:20 +0000 |
commit | 0d78efdfab83b824b6496ac65ea4c893e816f8ea (patch) | |
tree | 163a5866730ad196a7ccee99ea868b2adb90a711 /gas/config/tc-sh64.c | |
parent | 43dd9340d41161e01c2892e90071f13826d99d49 (diff) | |
download | gdb-0d78efdfab83b824b6496ac65ea4c893e816f8ea.zip gdb-0d78efdfab83b824b6496ac65ea4c893e816f8ea.tar.gz gdb-0d78efdfab83b824b6496ac65ea4c893e816f8ea.tar.bz2 |
* config/tc-sh64.c (shmedia_frob_section): Only frob elf32
sections.
Diffstat (limited to 'gas/config/tc-sh64.c')
-rw-r--r-- | gas/config/tc-sh64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-sh64.c b/gas/config/tc-sh64.c index 4ccbe1d..7c401b9 100644 --- a/gas/config/tc-sh64.c +++ b/gas/config/tc-sh64.c @@ -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; |