This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: elfutils buglet ...


On Wed, 2011-05-18 at 12:53 -0500, Linas Vepstas wrote:
> I was fiddling with elfutils and hit a trite buglet;
> 
> lib/eu-config.h defines OLD_VERSION with an equals sign in it (instead of .set)
> the assembler I use has equals signs reserved for other uses (they're actually
> part of the instruction set).

Using "=" for assigning symbols is normal gas usage. elfutils is not
normally tested with alternative assemblers. Which one are you using? I
am afraid there might be more places where we just depend on the
standard gnu tools. Although if you have a patch and it just works with
gas too then I don't mind adding it, but there are no guarantees it
keeps working because nobody is testing it.

Cheers,

Mark


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