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
2ab16fe0
Commit
2ab16fe0
authored
Jul 05, 2007
by
Richard Sandiford
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve placement in previous commit
From-SVN: r126384
parent
629c6957
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/mips/mips.c
+5
-5
No files found.
gcc/config/mips/mips.c
View file @
2ab16fe0
...
...
@@ -6143,11 +6143,6 @@ mips_file_start (void)
causes unnecessary IRIX 6 ld warnings. */
const
char
*
abi_string
=
NULL
;
#ifdef HAVE_AS_GNU_ATTRIBUTE
fprintf
(
asm_out_file
,
"
\t
.gnu_attribute 4, %d
\n
"
,
TARGET_HARD_FLOAT_ABI
?
(
TARGET_DOUBLE_FLOAT
?
1
:
2
)
:
3
);
#endif
switch
(
mips_abi
)
{
case
ABI_32
:
abi_string
=
"abi32"
;
break
;
...
...
@@ -6174,6 +6169,11 @@ mips_file_start (void)
/* Restore the default section. */
fprintf
(
asm_out_file
,
"
\t
.previous
\n
"
);
#ifdef HAVE_AS_GNU_ATTRIBUTE
fprintf
(
asm_out_file
,
"
\t
.gnu_attribute 4, %d
\n
"
,
TARGET_HARD_FLOAT_ABI
?
(
TARGET_DOUBLE_FLOAT
?
1
:
2
)
:
3
);
#endif
}
/* Generate the pseudo ops that System V.4 wants. */
...
...
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