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
c8730d93
Commit
c8730d93
authored
Jul 16, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Jul 16, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* invoke.texi (HPPA Options): Remove -mspace/-mno-space.
From-SVN: r28126
parent
7123b6ed
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
7 deletions
+4
-7
gcc/ChangeLog
+2
-0
gcc/invoke.texi
+2
-7
No files found.
gcc/ChangeLog
View file @
c8730d93
Fri
Jul
16
13
:
48
:
09
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
invoke
.
texi
(
HPPA
Options
)
:
Remove
-
mspace
/-
mno
-
space
.
*
pa
.
c
(
out_of_line_prologue_epilogue
)
:
Delete
.
(
override_options
)
:
Remove
-
mspace
related
code
.
(
hppa_expand_prologue
,
hppa_expand_epilogue
)
:
Likewise
.
...
...
gcc/invoke.texi
View file @
c8730d93
...
...
@@ -356,10 +356,10 @@ in the following sections.
-mlong-load-store -mno-big-switch -mno-disable-fpregs
-mno-disable-indexing -mno-fast-indirect-calls -mno-gas
-mno-jump-in-delay -mno-long-load-store
-mno-portable-runtime -mno-soft-float
-mno-space
-mno-portable-runtime -mno-soft-float
-mno-space-regs -msoft-float -mpa-risc-1-0
-mpa-risc-1-1 -mpa-risc-2-0 -mportable-runtime
-mschedule=@var{cpu type} -mspace
-mspace
-regs
-mschedule=@var{cpu type} -mspace-regs
@emph{Intel 960 Options}
-m@var{cpu type} -masm-compat -mclean-linkage
...
...
@@ -5739,11 +5739,6 @@ allows GCC to emit code which performs faster indirect calls.
This option will not work in the presense of shared libraries or nested
functions.
@item -mspace
Optimize for space rather than execution time. Currently this only
enables out of line function prologues and epilogues. This option is
incompatible with PIC code generation and profiling.
@item -mlong-load-store
Generate 3-instruction load and store sequences as sometimes required by
the HP-UX 10 linker. This is equivalent to the @samp{+k} option to
...
...
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