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
6eee506e
Commit
6eee506e
authored
Sep 22, 2009
by
Richard Henderson
Committed by
Richard Henderson
Sep 22, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/avr/avr.h (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Remove.
From-SVN: r151987
parent
0ef9304b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
gcc/ChangeLog
+7
-5
gcc/config/avr/avr.h
+0
-8
No files found.
gcc/ChangeLog
View file @
6eee506e
2009
-
09
-
22
Richard
Guenther
<
rguenther
@
suse
.
de
>
PR
middle
-
end
/
41395
*
tree
-
dfa
.
c
(
get_ref_base_and_extent
):
Handle
trailing
arrays
really
properly
.
2009
-
09
-
22
Richard
Henderson
<
rth
@
redhat
.
com
>
PR
target
/
41246
...
...
@@ -62,11 +68,7 @@
(INITIALIZE_TRAMPOLINE): Move code to arm_trampoline_init;
adjust for target hook parameters.
2009-09-22 Richard Guenther <rguenther@suse.de>
PR middle-end/41395
* tree-dfa.c (get_ref_base_and_extent): Handle trailing
arrays really properly.
* config/avr/avr.h (TRAMPOLINE_TEMPLATE, INITIALIZE_TRAMPOLINE): Remove.
2009-09-22 Jakub Jelinek <jakub@redhat.com>
...
...
gcc/config/avr/avr.h
View file @
6eee506e
...
...
@@ -722,16 +722,8 @@ fprintf (STREAM, "\t.skip %lu,0\n", (unsigned long)(N))
#define NO_DOLLAR_IN_LABEL 1
#define TRAMPOLINE_TEMPLATE(FILE) \
internal_error ("trampolines not supported")
#define TRAMPOLINE_SIZE 4
#define INITIALIZE_TRAMPOLINE(TRAMP, FNADDR, CXT) \
{ \
emit_move_insn (gen_rtx_MEM (HImode, plus_constant ((TRAMP), 2)), CXT); \
emit_move_insn (gen_rtx_MEM (HImode, plus_constant ((TRAMP), 6)), FNADDR); \
}
/* Store in cc_status the expressions
that the condition codes will describe
after execution of an instruction whose pattern is EXP.
...
...
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