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
f9974026
Commit
f9974026
authored
Jun 28, 2003
by
Andreas Schwab
Committed by
Andreas Schwab
Jun 28, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* config/ia64/ia64.md: Follow recent emit_note API change.
From-SVN: r68637
parent
374a4e6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/config/ia64/ia64.md
+2
-2
No files found.
gcc/ChangeLog
View file @
f9974026
2003-06-28 Andreas Schwab <schwab@suse.de>
* config/ia64/ia64.md: Follow recent emit_note API change.
2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
2003-06-28 Nathan Sidwell <nathan@codesourcery.com>
* c-parse.in (%union): Replace filename & lineno with location.
* c-parse.in (%union): Replace filename & lineno with location.
...
...
gcc/config/ia64/ia64.md
View file @
f9974026
;; IA-64 Machine description template
;; IA-64 Machine description template
;; Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
;; Copyright (C) 1999, 2000, 2001, 2002
, 2003
Free Software Foundation, Inc.
;; Contributed by James E. Wilson
<wilson@cygnus.com>
and
;; Contributed by James E. Wilson
<wilson@cygnus.com>
and
;; David Mosberger
<davidm@hpl.hp.com>
.
;; David Mosberger
<davidm@hpl.hp.com>
.
...
@@ -4414,7 +4414,7 @@
...
@@ -4414,7 +4414,7 @@
emitted_something = true;
emitted_something = true;
}
}
if (! emitted_something)
if (! emitted_something)
emit_note (N
ULL, N
OTE_INSN_DELETED);
emit_note (NOTE_INSN_DELETED);
DONE;
DONE;
})
})
...
...
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