summaryrefslogtreecommitdiffstats
path: root/gdb/mipsread.c
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1991-04-19 03:22:12 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1991-04-19 03:22:12 +0000
commit31ef19fc7f71a06e322000f7f3870d4f19a696e0 (patch)
tree4acf5c32a5d5fde055c2a707b25c26d848596c4f /gdb/mipsread.c
parentb6a3c755c73de6f174b602ee438216af3ab1a596 (diff)
downloadppe42-binutils-31ef19fc7f71a06e322000f7f3870d4f19a696e0.tar.gz
ppe42-binutils-31ef19fc7f71a06e322000f7f3870d4f19a696e0.zip
*** empty log message ***
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r--gdb/mipsread.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c
index 137c6c46e8..e4804acab6 100644
--- a/gdb/mipsread.c
+++ b/gdb/mipsread.c
@@ -30,7 +30,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "symfile.h"
#ifdef CMUCS
#include <mips/syms.h>
-#endif CMUCS
+#else /* not CMUCS */
+#include <syms.h>
+#endif /* not CMUCS */
/* Since these things are defined differently on various systems I'll
(re)define here what I really need in this module. I only assume the
OpenPOWER on IntegriCloud