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
320be74c
Commit
320be74c
authored
Oct 03, 2019
by
John David Anglin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pa.h (MAX_PCREL17F_OFFSET): Adjust.
* config/pa/pa.h (MAX_PCREL17F_OFFSET): Adjust. From-SVN: r276555
parent
4a6cb9c0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+6
-7
No files found.
gcc/ChangeLog
View file @
320be74c
2019-10-03 John David Anglin <danglin@gcc.gnu.org>
* config/pa/pa.h (MAX_PCREL17F_OFFSET): Adjust.
* config/pa/pa.c (pa_output_call): Remove 64-bit sibcall sequence.
(pa_attr_length_call): Adjust length for 64-bit plabel sequence.
...
...
gcc/config/pa/pa.h
View file @
320be74c
...
...
@@ -1292,13 +1292,12 @@ do { \
#endif
/* The maximum offset in bytes for a PA 1.X pc-relative call to the
head of the preceding stub table. The selected offsets have been
chosen so that approximately one call stub is allocated for every
86.7 instructions. A long branch stub is two instructions when
not generating PIC code. For HP-UX and ELF targets, PIC stubs are
seven and four instructions, respectively. */
#define MAX_PCREL17F_OFFSET \
(flag_pic ? (TARGET_HPUX ? 198164 : 221312) : 240000)
head of the preceding stub table. A long branch stub is two or three
instructions for non-PIC and PIC, respectively. Import stubs are
seven and five instructions for HP-UX and ELF targets, respectively.
The default stub group size for ELF targets is 217856 bytes.
FIXME: We need an option to set the maximum offset. */
#define MAX_PCREL17F_OFFSET (TARGET_HPUX ? 198164 : 217856)
#define NEED_INDICATE_EXEC_STACK 0
...
...
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