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
4f3d87d6
Commit
4f3d87d6
authored
Jul 25, 2004
by
Bernardo Innocenti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a few missing items to a ChangeLog entry of mine.
From-SVN: r85164
parent
5d038c4c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
+15
-0
gcc/ChangeLog
+15
-0
No files found.
gcc/ChangeLog
View file @
4f3d87d6
...
@@ -110,6 +110,21 @@
...
@@ -110,6 +110,21 @@
* recog.h: Likewise.
* recog.h: Likewise.
* regrename.c: Likewise.
* regrename.c: Likewise.
* tree.h: Likewise.
* tree.h: Likewise.
* c-common.c (builtin_function_2): Change type of 5th parameter from
int to enum built_in_function. Change type of 8th parameter from int
to bool.
* c-decl (builtin_function): Replace call to ggc_alloc_cleared ()
with GGC_CNEW().
* c-typeck.c (convert_arguments): Change type of formal_prec from
int to unsigned int.
* genmodes.c (blank_mode): Make a few negative constants unsigned.
(complete_all_modes, calc_wider_mode, emit_insn_modes_h,
emit_mode_name, emit_mode_class, emit_mode_precision, emit_mode_size,
emit_mode_nunits, emit_mode_wider, emit_mode_mask, emit_mode_inner,
emit_mode_base_align, emit_class_narrowest_mode): Pass an integer
iterator to for_all_modes () instead of an enum because enums can't
be incremented in C++.
2004-07-25 Daniel Jacobowitz <dan@debian.org>
2004-07-25 Daniel Jacobowitz <dan@debian.org>
...
...
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