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
ae02eae8
Commit
ae02eae8
authored
May 30, 2002
by
Jeff Law
Committed by
Jeff Law
May 30, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
From-SVN: r54058
parent
e7d82ce2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+1
-1
No files found.
gcc/ChangeLog
View file @
ae02eae8
...
...
@@ -111,6 +111,8 @@
2002-05-29 Jeff Law <law@redhat.com>
* pa.h (ASM_OUTPUT_MI_THUNK): Remove unwanted semi-colon.
* flow.c (propagate_one_insn): Do not remove a dead insn if it
contains a REG_RETVAL note.
...
...
gcc/config/pa/pa.h
View file @
ae02eae8
...
...
@@ -865,7 +865,7 @@ extern struct rtx_def *hppa_compare_op0, *hppa_compare_op1;
extern
enum
cmp_type
hppa_branch_type
;
#define ASM_OUTPUT_MI_THUNK(FILE, THUNK_FNDECL, DELTA, FUNCTION) \
pa_asm_output_mi_thunk (FILE, THUNK_FNDECL, DELTA, FUNCTION)
;
pa_asm_output_mi_thunk (FILE, THUNK_FNDECL, DELTA, FUNCTION)
/* On HPPA, we emit profiling code as rtl via PROFILE_HOOK rather than
as assembly via FUNCTION_PROFILER. Just output a local label.
...
...
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