[PATCH] gold: add incremental input structures definitions
Tom Tromey
tromey@redhat.com
Fri Feb 27 16:45:00 GMT 2009
>>>>> "Mikolaj" == Mikolaj Zalewski <mikolajz@google.com> writes:
Mikolaj> diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
Mikolaj> + SHT_GNU_INCREMENTAL_INPUTS = 0x6ffffff5,
Mikolaj> diff --git a/include/elf/common.h b/include/elf/common.h
Mikolaj> +#define SHT_GNU_INCREMENTAL_INPUTS 0x6ffffff4 /* incremental build data */
I don't know but I assume you meant for these values to be the same.
Also, it seems weird to duplicate constants like this at all, for
exactly this reason.
Tom
More information about the Binutils
mailing list