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
4ea9e6c7
Commit
4ea9e6c7
authored
May 25, 2015
by
Alexander Monakov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
From-SVN: r223648
parent
9e46366d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+7
-3
gcc/config/i386/i386.c
+1
-0
No files found.
gcc/ChangeLog
View file @
4ea9e6c7
2015-05-25 Alexander Monakov <amonakov@ispras.ru>
* config/i386/i386.c (ix86_function_ok_for_sibcall): Check flag_plt.
2015-05-25 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
* config/avr/avr.c (avr_out_load_psi_reg_no_disp_tiny): Restore base
register if not marked dead/unused, before return.
2015-05-2
2
Jan Hubicka <hubicka@ucw.cz>
2015-05-2
4
Jan Hubicka <hubicka@ucw.cz>
PR lto/66180
* ipa-devirt.c (type_with_linkage): Check that TYPE_STUB_DECL
...
...
@@ -15,7 +19,7 @@
* tree.c (need_assembler_name_p): Even anonymous namespace needs
assembler name.
2015-05-2
2
Jan Hubicka <hubicka@ucw.cz>
2015-05-2
4
Jan Hubicka <hubicka@ucw.cz>
* ipa-utils.h (method_class_type): Remove.
* cgraphunit.c (walk_polymorphic_call_targets): Use
...
...
@@ -29,7 +33,7 @@
* pa-polymorphic-call.c (decl_maybe_in_construction_p,
check_stmt_for_type_change): Use TYPE_METHOD_BASETYPE.
2015-05-2
2
Jan Hubicka <hubicka@ucw.cz>
2015-05-2
4
Jan Hubicka <hubicka@ucw.cz>
* tree.c (prototype_p, virtual_method_call_p, obj_type_ref_class,
is_typedef_decl, typedef_variant_p): Constify.
...
...
gcc/config/i386/i386.c
View file @
4ea9e6c7
...
...
@@ -5478,6 +5478,7 @@ ix86_function_ok_for_sibcall (tree decl, tree exp)
if
(
!
TARGET_MACHO
&&
!
TARGET_64BIT
&&
flag_pic
&&
flag_plt
&&
decl
&&
!
targetm
.
binds_local_p
(
decl
))
return
false
;
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