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
64e92991
Commit
64e92991
authored
25 years ago
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move language-specific entries
From-SVN: r32071
parent
4559fd9e
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
48 additions
and
27 deletions
+48
-27
gcc/ChangeLog
+1
-26
gcc/ch/ChangeLog
+9
-0
gcc/cp/ChangeLog
+21
-1
gcc/f/ChangeLog
+8
-0
gcc/java/ChangeLog
+9
-0
No files found.
gcc/ChangeLog
View file @
64e92991
...
...
@@ -30,28 +30,6 @@ Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
(
size_int_2
)
:
Deleted
.
(
size_int
,
bitsize_int
)
:
Don
'
t
use
it
and
rework
args
.
*
varasm
.
c
(
assemble_variable
,
output_constructor
)
:
Use
DECL_SIZE_UNIT
.
*
ch
/
decl
.
c
(
layout_enum
)
:
Set
DECL_SIZE_UNIT
.
*
ch
/
satisfy
.
c
(
safe_satisfy_decl
)
:
Likewise
.
*
cp
/
class
.
c
(
build_primary_vtable
,
layout_vtable_decl
)
:
Likewise
.
(
avoid_overlap
,
build_base_field
)
:
Likewise
.
(
build_base_field
,
build_base_fields
,
is_empty_class
)
:
Test
DECL_SIZE
with
integer_zero
.
(
layout_class_type
)
:
Set
CLASSTYPE_SIZE_UNIT
.
*
cp
/
cp
-
tree
.
h
(
struct
lang_type
)
:
New
field
size_unit
.
(
CLASSTYPE_SIZE_UNIT
)
:
New
macro
.
*
cp
/
decl
.
c
(
init_decl_processing
)
:
Set
DECL_SIZE_UNIT
.
(
cp_finish_decl
)
:
Delete
-
Wlarger
-
than
processing
.
*
cp
/
optimize
.
c
(
remap_decl
)
:
Walk
DECL_SIZE_UNIT
.
*
cp
/
pt
.
c
(
tsubst_decl
)
:
Set
DECL_SIZE_UNIT
.
*
cp
/
tree
.
c
(
make_binfo
)
:
binfo
vector
is
one
entry
longer
.
(
walk_tree
)
:
Walk
DECL_SIZE_UNIT
.
*
f
/
com
.
c
(
ffecom_sym_transform
)
:
Use
DECL_SIZE_UNIT
.
(
ffecom_transform_common_
,
ffecom_transform_equiv_
)
:
Likewise
.
(
duplicate_decls
)
:
Likewise
.
(
ffecom_tree_canonize_ptr_
)
:
Delete
extra
arg
to
bitsize_int
.
(
finish_decl
)
:
Delete
-
Wlarger
-
than
processing
.
*
java
/
class
.
c
(
build_class_ref
,
push_super_field
)
:
Set
DECL_SIZE_UNIT
.
*
java
/
constants
.
c
(
build_constants_constructor
)
:
Likewise
.
Fri
Feb
18
20
:
01
:
58
2000
Jeffrey
A
Law
(
law
@cygnus
.
com
)
...
...
@@ -12418,11 +12396,8 @@ Wed Sep 8 11:40:47 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1999-09-08 Bruce Korb autogen@linuxbox.com
*
gcc/ch/
Makefile.in: Give the hapless gperf user a hint about
* Makefile.in: Give the hapless gperf user a hint about
why "
gperf
-
F
" fails.
* gcc/cp/Makefile.in: ditto
* gcc/Makefile.in: ditto
* gcc/java/Makefile.in: ditto
Wed Sep 8 04:43:22 1999 Richard Henderson <rth@cygnus.com>
...
...
This diff is collapsed.
Click to expand it.
gcc/ch/ChangeLog
View file @
64e92991
Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* decl.c (layout_enum): Set DECL_SIZE_UNIT.
* satisfy.c (safe_satisfy_decl): Likewise.
2000-02-15 Jonathan Larmour <jlarmour@redhat.co.uk>
* lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
...
...
@@ -117,6 +122,10 @@ Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
build_common_tree_nodes_2 instead of building their nodes here.
Use set_sizetype instead of assigning sizetype.
1999-09-08 Bruce Korb autogen@linuxbox.com
* Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
Tue Sep 7 15:59:56 1999 Dave Brolley <brolley@cygnus.com>
* parse.h: Undefine DELAY if it's defined.
...
...
This diff is collapsed.
Click to expand it.
gcc/cp/ChangeLog
View file @
64e92991
Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* class.c (build_primary_vtable, layout_vtable_decl): Likewise.
(avoid_overlap, build_base_field): Likewise.
(build_base_field, build_base_fields, is_empty_class):
Test DECL_SIZE with integer_zero.
(layout_class_type): Set CLASSTYPE_SIZE_UNIT.
* cp-tree.h (struct lang_type): New field size_unit.
(CLASSTYPE_SIZE_UNIT): New macro.
* decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
(cp_finish_decl): Delete -Wlarger-than processing.
* optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
* pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
* tree.c (make_binfo): binfo vector is one entry longer.
(walk_tree): Walk DECL_SIZE_UNIT.
2000-02-19 Mark Mitchell <mark@codesourcery.com>
* class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
...
...
@@ -479,7 +495,7 @@ Thu Jan 27 13:54:12 2000 Mike Stump <mrs@wrs.com>
* pt.c (unify): Use fold, not maybe_fold_nontype_arg.
Wed Jan 26 22:19:14
1999
J"orn Rennecke <amylaar@cygnus.co.uk>
Wed Jan 26 22:19:14
2000
J"orn Rennecke <amylaar@cygnus.co.uk>
* cp/optimize.c (calls_setjmp_r): Supply new argument
to special_function_p.
...
...
@@ -3695,6 +3711,10 @@ Fri Sep 10 10:32:32 1999 Bernd Schmidt <bernds@cygnus.co.uk>
* parse.c: Regenerated.
* tree.c (build_srcloc): Simplify.
1999-09-08 Bruce Korb autogen@linuxbox.com
* Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
1999-09-08 Mark Mitchell <mark@codesourcery.com>
* cp-tree.h (lang_decl_flags): Remove permanent_attr.
...
...
This diff is collapsed.
Click to expand it.
gcc/f/ChangeLog
View file @
64e92991
Sat
Feb
19
18
:
43
:
13
2000
Richard
Kenner
<
kenner
@vlsi1
.
ultra
.
nyu
.
edu
>
*
com
.
c
(
ffecom_sym_transform
)
:
Use
DECL_SIZE_UNIT
.
(
ffecom_transform_common_
,
ffecom_transform_equiv_
)
:
Likewise
.
(
duplicate_decls
)
:
Likewise
.
(
ffecom_tree_canonize_ptr_
)
:
Delete
extra
arg
to
bitsize_int
.
(
finish_decl
)
:
Delete
-
Wlarger
-
than
processing
.
Fri
Feb
18
13
:
19
:
34
2000
Martin
von
Loewis
<
loewis
@informatik
.
hu
-
berlin
.
de
>
*
g77spec
.
c
(
lang_specific_driver
)
:
Use
GCCBUGURL
.
...
...
This diff is collapsed.
Click to expand it.
gcc/java/ChangeLog
View file @
64e92991
Sat Feb 19 18:43:13 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* class.c (build_class_ref, push_super_field): Set DECL_SIZE_UNIT.
* constants.c (build_constants_constructor): Likewise.
2000-02-19 Anthony Green <green@cygnus.com>
* jcf-depend.c (add_entry): Add entries to the end of the list.
...
...
@@ -792,6 +797,10 @@ Thu Sep 9 17:33:28 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
* class.c (finish_class): We're now outside a valid method
declaration. Tell the rest of gcc so.
1999-09-08 Bruce Korb autogen@linuxbox.com
* Makefile.in: Give the gperf user a hint about why "gperf -F" fails.
1999-09-07 Tom Tromey <tromey@cygnus.com>
* gjavah.c (add_class_decl): Generate include for gcj/array.h, not
...
...
This diff is collapsed.
Click to expand it.
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