synchronise include/elf/dwarf.h with GCC

Nick Clifton nickc@redhat.com
Fri Mar 18 13:02:00 GMT 2005


Hi Ben,

> 2005-03-18  Ben Elliston  <bje@au.ibm.com>
> 
>         * dwarf.h: Merge with GCC's dwarf.h.

Approved - please apply, except for:

> @@ -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.

Cheers
   Nick




More information about the Binutils mailing list