aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/m68k/tm-sun3.h
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-01-03 02:48:10 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-01-03 02:48:10 +0000
commitd568b76ab7355aba3fc45b09961d2bec7dbb5a51 (patch)
treed60e8af49137ac1330bcd114362eae1a2dcc4e8c /gdb/config/m68k/tm-sun3.h
parent00fe3f5326b900eaf8a7a45ba66ab39e18f68dc3 (diff)
downloadgdb-d568b76ab7355aba3fc45b09961d2bec7dbb5a51.zip
gdb-d568b76ab7355aba3fc45b09961d2bec7dbb5a51.tar.gz
gdb-d568b76ab7355aba3fc45b09961d2bec7dbb5a51.tar.bz2
* config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
Diffstat (limited to 'gdb/config/m68k/tm-sun3.h')
-rw-r--r--gdb/config/m68k/tm-sun3.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/config/m68k/tm-sun3.h b/gdb/config/m68k/tm-sun3.h
index 147c34d..4e19e32 100644
--- a/gdb/config/m68k/tm-sun3.h
+++ b/gdb/config/m68k/tm-sun3.h
@@ -78,12 +78,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* If sun3 pcc says that a parameter is a short, it's a short. */
#define BELIEVE_PCC_PROMOTION_TYPE
-/* Sun /bin/cc gets this right as of SunOS 4.1.x. We need to define
- BELIEVE_PCC_PROMOTION to get this right now that the code which
- detects gcc2_compiled. is broken. This loses for SunOS 4.0.x and
- earlier. */
-
-#define BELIEVE_PCC_PROMOTION 1
+/* Can't define BELIEVE_PCC_PROMOTION for SunOS /bin/cc of SunOS 4.1.1.
+ Apparently Sun fixed this for the sparc but not the sun3. */
/* The code which tries to deal with this bug is never harmful on a sun3. */
#define SUN_FIXED_LBRAC_BUG (0)