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
9897911d
Commit
9897911d
authored
Aug 03, 2000
by
Nick Clifton
Committed by
Nick Clifton
Aug 03, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change java language number to 0x000b
From-SVN: r35462
parent
368f4250
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
3 deletions
+8
-3
gcc/ChangeLog
+5
-0
gcc/dwarf.h
+1
-1
gcc/dwarf2.h
+2
-2
No files found.
gcc/ChangeLog
View file @
9897911d
2000-08-03 Nick Clifton <nickc@cygnus.com>
* dwarf2.h (DW_LANG_Java): Change value to 0x000b.
* dwarf.h (LANG_JAVA): Change value to 0x000b.
2000-08-03 Anthony Green <green@cygnus.com>
* dwarf2out.c (gen_compile_unit_die): Add java language support.
...
...
gcc/dwarf.h
View file @
9897911d
...
...
@@ -303,7 +303,7 @@ enum dwarf_source_language {
LANG_FORTRAN90
=
0x00000008
,
LANG_PASCAL83
=
0x00000009
,
LANG_MODULA2
=
0x0000000a
,
LANG_JAVA
=
0x0000
9af4
LANG_JAVA
=
0x0000
000b
};
#define LANG_lo_user 0x00008000
/* implementation-defined range start */
...
...
gcc/dwarf2.h
View file @
9897911d
...
...
@@ -534,8 +534,8 @@ enum dwarf_source_language
DW_LANG_Fortran90
=
0x0008
,
DW_LANG_Pascal83
=
0x0009
,
DW_LANG_Modula2
=
0x000a
,
DW_LANG_
Mips_Assembler
=
0x8001
,
DW_LANG_
Java
=
0x9af4
DW_LANG_
Java
=
0x000b
,
DW_LANG_
Mips_Assembler
=
0x8001
};
...
...
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