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
ad5ef673
Commit
ad5ef673
authored
Jun 10, 2001
by
Richard Henderson
Committed by
Richard Henderson
Jun 10, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/alpha/osf5.h (ASM_OLDAS_SPEC): Add -c.
From-SVN: r43166
parent
c474f76b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
gcc/ChangeLog
+4
-0
gcc/config/alpha/osf5.h
+6
-2
No files found.
gcc/ChangeLog
View file @
ad5ef673
2001
-
06
-
10
Richard
Henderson
<
rth
@redhat
.
com
>
*
config
/
alpha
/
osf5
.
h
(
ASM_OLDAS_SPEC
)
:
Add
-
c
.
2001
-
06
-
10
Alexandre
Oliva
<
aoliva
@redhat
.
com
>
*
doc
/
invoke
.
texi
(
MN10300
Options
)
:
Document
-
mno
-
crt0
.
...
...
gcc/config/alpha/osf5.h
View file @
ad5ef673
...
...
@@ -38,7 +38,11 @@
It is clearly not desirable to depend on this undocumented flag, and
Compaq wants -oldas to go away soon, but until they have released a
new adu that works with mips-tfile, this is the only option. */
new adu that works with mips-tfile, this is the only option.
In some versions of the DTK, the assembler driver invokes ld after
assembly. This has been fixed in current versions, but adding -c
works as expected for all versions. */
#undef ASM_OLDAS_SPEC
#define ASM_OLDAS_SPEC "-oldas"
#define ASM_OLDAS_SPEC "-oldas
-c
"
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