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
04fe093a
Commit
04fe093a
authored
Oct 14, 2011
by
Michael Meissner
Committed by
Michael Meissner
Oct 14, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in my last change
From-SVN: r179998
parent
2e2accf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/ChangeLog
+6
-1
gcc/config/rs6000/rs6000.c
+1
-1
No files found.
gcc/ChangeLog
View file @
04fe093a
2011-10-14 Michael Meissner <meissner@linux.vnet.ibm.com>
* config/rs6000/rs6000.c (rs6000_init_builtins): Fix typo in my
change on October 11th, 2011.
2011-10-14 Jakub Jelinek <jakub@redhat.com>
2011-10-14 Jakub Jelinek <jakub@redhat.com>
* config/i386/sse.md (vec_interleave_high<mode>,
* config/i386/sse.md (vec_interleave_high<mode>,
...
@@ -11,7 +16,7 @@
...
@@ -11,7 +16,7 @@
Fix thinko from r179765
Fix thinko from r179765
* config/avr/avr.c (avr_option_override): Don't override
* config/avr/avr.c (avr_option_override): Don't override
flag_omit_frame_pointer if not actually needed.
flag_omit_frame_pointer if not actually needed.
2011-10-14 Georg-Johann Lay <avr@gjlay.de>
2011-10-14 Georg-Johann Lay <avr@gjlay.de>
PR target/46278
PR target/46278
gcc/config/rs6000/rs6000.c
View file @
04fe093a
...
@@ -12213,7 +12213,7 @@ rs6000_init_builtins (void)
...
@@ -12213,7 +12213,7 @@ rs6000_init_builtins (void)
#if TARGET_XCOFF
#if TARGET_XCOFF
/* AIX libm provides clog as __clog. */
/* AIX libm provides clog as __clog. */
if
((
tdecl
=
builtin_decl_explicit
(
[
BUILT_IN_CLOG
)
))
!=
NULL_TREE
)
if
((
tdecl
=
builtin_decl_explicit
(
BUILT_IN_CLOG
))
!=
NULL_TREE
)
set_user_assembler_name
(
tdecl
,
"__clog"
);
set_user_assembler_name
(
tdecl
,
"__clog"
);
#endif
#endif
...
...
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