This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: synchronise include/elf/dwarf.h with GCC


Hi Nick

@@ -298,11 +306,7 @@ enum dwarf_source_language {
     LANG_FORTRAN90     = 0x00000008,
     LANG_PASCAL83      = 0x00000009,
     LANG_MODULA2       = 0x0000000a,
-
-    /* GNU extensions */
-
-    LANG_CHILL         = 0x00009af3,   /* random value for GNU Chill */
-    LANG_JAVA          = 0x00009af4    /* random value + 1 for GNU
Java */
+    LANG_JAVA          = 0x0000000b
 };

Why are you deleting the value for LANG_CHILL ? It may not be an official value, but it could still be used in some sources somewhere.

I was deleting it because it was my understanding that none of the GNU tools (in particular, GCC and GDB) support CHILL any longer. I grepped the entire src/ tree and there is no source using it. Should it stay?

Cheers, Ben

Attachment: signature.asc
Description: OpenPGP digital signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]