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
e6311b9e
Commit
e6311b9e
authored
22 years ago
by
Tom Tromey
Committed by
Tom Tromey
22 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gjavah.c (print_c_decl): Indentation fix.
From-SVN: r65562
parent
7f685e17
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
6 deletions
+10
-6
gcc/java/ChangeLog
+4
-0
gcc/java/gjavah.c
+6
-6
No files found.
gcc/java/ChangeLog
View file @
e6311b9e
2003-04-13 Tom Tromey <tromey@redhat.com>
* gjavah.c (print_c_decl): Indentation fix.
2003-04-12 Zack Weinberg <zack@codesourcery.com>
* class.c (make_field_value, make_method_value, get_dispatch_table)
...
...
This diff is collapsed.
Click to expand it.
gcc/java/gjavah.c
View file @
e6311b9e
...
...
@@ -1402,12 +1402,12 @@ print_c_decl (FILE* stream, JCF* jcf, int name_index, int signature_index,
because the "new" C++ ABI changed the alignemnt of non-POD
classes. gcj, however, still uses the "old" alignment. */
if
(
is_first_data_member
&&
!
(
flags
&
ACC_STATIC
)
&&
!
is_method
)
{
is_first_data_member
=
0
;
print_cxx_classname
(
out
,
" __attribute__((aligned(__alignof__( "
,
jcf
,
jcf
->
super_class
,
1
);
fputs
(
" )))) "
,
stream
);
}
{
is_first_data_member
=
0
;
print_cxx_classname
(
out
,
" __attribute__((aligned(__alignof__( "
,
jcf
,
jcf
->
super_class
,
1
);
fputs
(
" )))) "
,
stream
);
}
/* Now print the name of the thing. */
if
(
need_space
)
...
...
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