Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Vivek Das Mohapatra
binutils-gdb
Commits
6e3db71c
Commit
6e3db71c
authored
Jun 02, 1999
by
Richard Henderson
Browse files
Stu Grossman <grossman@babylon-5.cygnus.com>
* dwarf.h: Add LANG_JAVA. * dwarf2.h: Add DW_LANG_Java.
parent
6c8cb66e
Changes
3
Hide whitespace changes
Inline
Side-by-side
include/elf/ChangeLog
View file @
6e3db71c
1999-06-02 Stu Grossman <grossman@babylon-5.cygnus.com>
* dwarf.h: Add LANG_JAVA.
* dwarf2.h: Add DW_LANG_Java.
1999-05-29 Nick Clifton <nickc@cygnus.com>
* common.h (ELFOSABI_ARM): Define.
...
...
include/elf/dwarf.h
View file @
6e3db71c
...
...
@@ -3,7 +3,7 @@
Written by Ron Guilmette (rfg@ncd.com)
Copyright (C) 1992 Free Software Foundation, Inc.
Copyright (C) 1992
, 1999
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -301,7 +301,8 @@ enum dwarf_source_language {
/* GNU extensions */
LANG_CHILL
=
0x00009af3
/* random value for GNU Chill */
LANG_CHILL
=
0x00009af3
,
/* random value for GNU Chill */
LANG_JAVA
=
0x00009af4
/* random value + 1 for GNU Java */
};
#define LANG_lo_user 0x00008000
/* implementation-defined range start */
...
...
include/elf/dwarf2.h
View file @
6e3db71c
...
...
@@ -616,6 +616,7 @@ enum dwarf_source_language
DW_LANG_Fortran90
=
0x0008
,
DW_LANG_Pascal83
=
0x0009
,
DW_LANG_Modula2
=
0x000a
,
DW_LANG_Java
=
0x9af4
,
DW_LANG_Mips_Assembler
=
0x8001
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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