From 5014680b10877b0f3df3f15fa52d1f3e4c3f3948 Mon Sep 17 00:00:00 2001 From: cvs2svn <> Date: Thu, 6 Mar 2003 20:50:02 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'kettenis- i386newframe-20030308-branch'. Sprout from cagney_offbyone-20030303-branch 2003-02-28 18:03:32 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch' Cherrypick from master 2003-03-06 20:50:01 UTC Andrew Cagney '2003-03-06 Andrew Cagney ': ChangeLog Makefile.in Makefile.tpl config/ChangeLog configure configure.in include/aout/ChangeLog include/aout/aout64.h include/elf/ChangeLog include/elf/sh.h texinfo/texinfo.tex Delete: config/mh-dgux --- include/elf/sh.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/elf/sh.h') diff --git a/include/elf/sh.h b/include/elf/sh.h index 41bf0bf69..00a5f2adc 100644 --- a/include/elf/sh.h +++ b/include/elf/sh.h @@ -56,7 +56,8 @@ : (((mach1) == EF_SH3E && (mach2) == EF_SH_UNKNOWN) \ || ((mach2) == EF_SH3E && (mach1) == EF_SH_UNKNOWN)) \ ? EF_SH4 \ - : ((mach1) > (mach2) ? (mach1) : (mach2))) + : (((mach1) == EF_SH2E ? 7 : (mach1)) > ((mach2) == EF_SH2E ? 7 : (mach2)) \ + ? (mach1) : (mach2))) /* Flags for the st_other symbol field. Keep away from the STV_ visibility flags (bit 0..1). */ -- cgit v1.2.3