diff options
author | Richard Henderson <rth@redhat.com> | 1999-06-02 18:14:14 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-06-02 18:14:14 +0000 |
commit | 22bc31fc034322048f89c80ee7a2ae556268a594 (patch) | |
tree | 24406e313b470ffd8cc1275ea15a4ddd9c40904c /include/elf/dwarf.h | |
parent | c9315bfb43de0e06c89e82e4fc3688b7f9095f85 (diff) | |
download | cygnal-22bc31fc034322048f89c80ee7a2ae556268a594.tar.gz cygnal-22bc31fc034322048f89c80ee7a2ae556268a594.tar.bz2 cygnal-22bc31fc034322048f89c80ee7a2ae556268a594.zip |
Stu Grossman <grossman@babylon-5.cygnus.com>
* dwarf.h: Add LANG_JAVA.
* dwarf2.h: Add DW_LANG_Java.
Diffstat (limited to 'include/elf/dwarf.h')
-rw-r--r-- | include/elf/dwarf.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/elf/dwarf.h b/include/elf/dwarf.h index 4333d5eda..1e72cd70d 100644 --- a/include/elf/dwarf.h +++ b/include/elf/dwarf.h @@ -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 */ |