Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2003-03-06 23:50:02 +0300
committercvs2svn <>2003-03-06 23:50:02 +0300
commit5014680b10877b0f3df3f15fa52d1f3e4c3f3948 (patch)
treea9a19b53dbc6747f424513a3f3b8b46a49e84fd7 /include/elf/sh.h
parentf5354783aadcf8ccdcbaa9d54f6b0e6f90e5fb56 (diff)
This commit was manufactured by cvs2svn to create branch 'kettenis-kettenis-i386newframe-20030308-branchpoint
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 <cagney@gnu.org> '2003-03-06 Andrew Cagney <cagney@redhat.com>': 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
Diffstat (limited to 'include/elf/sh.h')
-rw-r--r--include/elf/sh.h3
1 files changed, 2 insertions, 1 deletions
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). */