Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
04c3f19d
Commit
04c3f19d
authored
Sep 22, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CROSS_COMPILE]: Include mips/a.out.h.
From-SVN: r5381
parent
cb96be0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
12 deletions
+4
-12
gcc/mips-tdump.c
+2
-6
gcc/mips-tfile.c
+2
-6
No files found.
gcc/mips-tdump.c
View file @
04c3f19d
...
...
@@ -33,12 +33,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifndef CROSS_COMPILE
#include <a.out.h>
#else
#include "symconst.h"
#define LANGUAGE_C
#include "sym.h"
#include "filehdr.h"
#define ST_RFDESCAPE 0xfff
#endif
#include "mips/a.out.h"
#endif
/* CROSS_COMPILE */
#ifndef MIPS_IS_STAB
/* Macros for mips-tfile.c to encapsulate stabs in ECOFF, and for
...
...
gcc/mips-tfile.c
View file @
04c3f19d
...
...
@@ -695,12 +695,8 @@ main ()
#ifndef CROSS_COMPILE
#include <a.out.h>
#else
#include "symconst.h"
#define LANGUAGE_C
#include "sym.h"
#include "filehdr.h"
#define ST_RFDESCAPE 0xfff
#endif
#include "mips/a.out.h"
#endif
/* CROSS_COMPILE */
#if defined (USG) || defined (NO_STAB_H)
#include "gstab.h"
/* If doing DBX on sysV, use our own stab.h. */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment