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
ae582cbf
Commit
ae582cbf
authored
17 years ago
by
Tom Tromey
Committed by
Tom Tromey
17 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* jcf-parse.c (parse_class_file): Re-enter the current file.
From-SVN: r128211
parent
b2ea030b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
gcc/java/ChangeLog
+4
-0
gcc/java/jcf-parse.c
+7
-0
No files found.
gcc/java/ChangeLog
View file @
ae582cbf
2007
-
09
-
06
Tom
Tromey
<
tromey
@
redhat
.
com
>
*
jcf
-
parse
.
c
(
parse_class_file
):
Re
-
enter
the
current
file
.
2007
-
09
-
07
Roman
Zippel
<
zippel
@
linux
-
m68k
.
org
>
boehm
.
c
(
mark_reference_fields
):
Move
misaligned
pointer
check
...
...
This diff is collapsed.
Click to expand it.
gcc/java/jcf-parse.c
View file @
ae582cbf
...
...
@@ -1586,6 +1586,13 @@ parse_class_file (void)
java_layout_seen_class_methods
();
input_location
=
DECL_SOURCE_LOCATION
(
TYPE_NAME
(
current_class
));
#ifdef USE_MAPPED_LOCATION
{
/* Re-enter the current file. */
expanded_location
loc
=
expand_location
(
input_location
);
linemap_add
(
line_table
,
LC_ENTER
,
0
,
loc
.
file
,
loc
.
line
);
}
#endif
file_start_location
=
input_location
;
(
*
debug_hooks
->
start_source_file
)
(
input_line
,
input_filename
);
...
...
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