synchronise include/elf/dwarf.h with GCC

Ben Elliston bje@au1.ibm.com
Tue Mar 22 07:26:00 GMT 2005


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <https://sourceware.org/pipermail/binutils/attachments/20050322/695387b0/attachment.sig>


More information about the Binutils mailing list