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
d26e29e1
Commit
d26e29e1
authored
Mar 28, 1992
by
Michael Meissner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r615
parent
d2f782d2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
5 deletions
+10
-5
gcc/config/mips/mips.h
+7
-5
gcc/config/mips/ultrix.h
+3
-0
No files found.
gcc/config/mips/mips.h
View file @
d26e29e1
...
...
@@ -135,6 +135,7 @@ extern char *mips_move_2words ();
extern
int
mips_output_external
();
extern
void
mips_output_filename
();
extern
void
mips_output_lineno
();
extern
char
*
output_block_move
();
extern
void
override_options
();
extern
void
print_operand_address
();
extern
void
print_operand
();
...
...
@@ -160,6 +161,8 @@ extern void text_section ();
#define HALF_PIC_ENCODE(DECL)
#define HALF_PIC_INIT() error ("half-pic init called on systems that don't support it.")
#define HALF_PIC_ADDRESS_P(X) 0
#define HALF_PIC_PTR(X) X
#define HALF_PIC_FINISH(STREAM)
#endif
...
...
@@ -235,6 +238,9 @@ while (0)
#define OPTIMIZATION_OPTIONS(LEVEL) \
{ \
flag_no_function_cse = TRUE; \
flag_gnu_linker = FALSE; \
\
if (LEVEL) \
{ \
flag_omit_frame_pointer = TRUE; \
...
...
@@ -375,10 +381,6 @@ while (0)
%{save-temps: }"
#endif
#ifndef CC1PLUS_SPEC
#define CC1PLUS_SPEC "%{!fgnu-binutils: -fno-gnu-binutils}"
#endif
/* Preprocessor specs */
#ifndef CPP_SPEC
...
...
@@ -405,7 +407,7 @@ while (0)
/* Print subsidiary information on the compiler version in use. */
#define MIPS_VERSION "[AL 1.1, MM 1
4
]"
#define MIPS_VERSION "[AL 1.1, MM 1
5
]"
#ifndef MACHINE_TYPE
#define MACHINE_TYPE "BSD Mips"
...
...
gcc/config/mips/ultrix.h
View file @
d26e29e1
...
...
@@ -62,4 +62,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
our own exit function. Ultrix 4.x has this, 3.x probably does not. */
#define HAVE_ATEXIT
/* Generate calls to memcpy, etc., not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
#include "mips.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