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
fbe83d7a
Commit
fbe83d7a
authored
Aug 14, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Aug 14, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
From-SVN: r21742
parent
af55143f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+1
-0
No files found.
gcc/ChangeLog
View file @
fbe83d7a
Fri Aug 14 21:07:03 1998 Jeffrey A Law (law@cygnus.com)
Fri Aug 14 21:07:03 1998 Jeffrey A Law (law@cygnus.com)
* pa.h (ASM_OUTPUT_MI_THUNK): Strip name encoding.
* m68k.md (adddi_dilshr32): One of the operands must be a register.
* m68k.md (adddi_dilshr32): One of the operands must be a register.
(adddi_dishl32): Similarly.
(adddi_dishl32): Similarly.
...
...
gcc/config/pa/pa.h
View file @
fbe83d7a
...
@@ -1127,6 +1127,7 @@ extern enum cmp_type hppa_branch_type;
...
@@ -1127,6 +1127,7 @@ extern enum cmp_type hppa_branch_type;
#define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \
#define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \
{ char *target_name = XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0); \
{ char *target_name = XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0); \
STRIP_NAME_ENCODING (target_name, target_name); \
output_function_prologue (FILE, 0); \
output_function_prologue (FILE, 0); \
if (VAL_14_BITS_P (DELTA)) \
if (VAL_14_BITS_P (DELTA)) \
fprintf (FILE, "\tb %s\n\tldo %d(%%r26),%%r26\n", target_name, DELTA); \
fprintf (FILE, "\tb %s\n\tldo %d(%%r26),%%r26\n", target_name, DELTA); \
...
...
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