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
80fa0b4c
Commit
80fa0b4c
authored
Jul 11, 2003
by
Dan Nicolaescu
Committed by
Gerald Pfeifer
Jul 11, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* rtl.def (NOTE): Do not use padding.
From-SVN: r69257
parent
1ea6f4c8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
gcc/ChangeLog
+4
-0
gcc/rtl.def
+2
-4
No files found.
gcc/ChangeLog
View file @
80fa0b4c
2003-07-11 Dan Nicolaescu <dann@ics.uci.edu>
* rtl.def (NOTE): Do not use padding.
2003-07-11 Dara Hazeghi <dhazeghi@yahoo.com>
* doc/install.tex: Update required binutils for i?86-*-linux*
...
...
gcc/rtl.def
View file @
80fa0b4c
...
...
@@ -631,10 +631,8 @@ DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", 'x')
Operand:
5: filename, if line number > 0, note-specific data otherwise.
6: line number if > 0, enum note_insn otherwise.
7: unique number if line number == note_insn_deleted_label.
8-9: padding so that notes and insns are the same size, and thus
allocated from the same page ordering. */
DEF_RTL_EXPR(NOTE, "note", "iuuB0ni00", 'x')
7: unique number if line number == note_insn_deleted_label. */
DEF_RTL_EXPR(NOTE, "note", "iuuB0ni", 'x')
/* ----------------------------------------------------------------------
Top level constituents of INSN, JUMP_INSN and CALL_INSN.
...
...
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