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
1a75bc33
Commit
1a75bc33
authored
Jan 03, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Jan 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/mips/iris6gld.h: Fix typo in -mabi=n32 specs.
From-SVN: r31182
parent
0f808b6f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/config/mips/iris6gld.h
+1
-1
No files found.
gcc/ChangeLog
View file @
1a75bc33
Mon
Jan
3
12
:
59
:
54
2000
Mark
P
.
Mitchell
<
mark
@codesourcery
.
com
>
*
config
/
mips
/
iris6gld
.
h
:
Fix
typo
in
-
mabi
=
n32
specs
.
Mon
Jan
3
15
:
33
:
37
MET
2000
Jan
Hubicka
<
hubicka
@freesoft
.
cz
>
*
combine
.
c
(
expand_compound_operation
)
:
Do
not
convert
ZERO_EXTEND
to
...
...
gcc/config/mips/iris6gld.h
View file @
1a75bc33
...
...
@@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA. */
%{!static: \
%{!shared: %{!non_shared: %{!call_shared: -call_shared}}}} \
%{rpath} -init __do_global_ctors -fini __do_global_dtors \
%{mabi=32: -melf32bsmip}%{mabi=n32: -melfbmipn32}%{mabi=64: -melf64bmip}%{!mabi*: -melf32bmipn32}"
%{mabi=32: -melf32bsmip}%{mabi=n32: -melf
32
bmipn32}%{mabi=64: -melf64bmip}%{!mabi*: -melf32bmipn32}"
/* The GNU linker supports one-only sections. */
#define MAKE_DECL_ONE_ONLY(DECL) (DECL_WEAK (DECL) = 1)
...
...
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