[llvm-commits] [PATCH] Additional ELF constant definitions

reed kotler rkotler at mips.com
Tue Jul 17 14:31:18 PDT 2012


On 07/17/2012 02:26 PM, Rafael EspĂ­ndola wrote:
>> Could you please review the patch?
> Looks good in general, but where did you find
>
> +  DF_1_ENDFILTEE  = 0x00004000, // Filtee terminates filters search.
> +  DF_1_DISPRELDNE = 0x00008000, // Disp reloc applied at build time.
> +  DF_1_DISPRELPND = 0x00010000  // Disp reloc applied at run-time.
>
>> --
>> Simon
> Cheers,
> Rafael
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
These occur. You can google for them. For example:
http://www.shrubbery.net/solaris9ab/SUNWdev/LLM/p50.html

This putback Simon is doing is so that mclinker, which is a llvm 
project, can be built without the small patch it requires right now. 
Mclinker is now part of the android native development kit. There is 
some other small patch required to finish this task.



More information about the llvm-commits mailing list