[llvm] r219479 - Object, COFF: Relax aux symbols for section definitions

Rafael Espíndola rafael.espindola at gmail.com
Thu Oct 16 13:55:44 PDT 2014


On 10 October 2014 02:58, David Majnemer <david.majnemer at gmail.com> wrote:
> Author: majnemer
> Date: Fri Oct 10 01:58:11 2014
> New Revision: 219479
>
> URL: http://llvm.org/viewvc/llvm-project?rev=219479&view=rev
> Log:
> Object, COFF: Relax aux symbols for section definitions
>
> We, I suppose naïvely, believed the COFF specification with regard to
> auxiliary symbol records which defined sections: they specified that the
> symbol value should be zero.  However, dumpbin and MinGW's objdump do
> not consider the symbol value as a restriction.  Relaxing this allows us
> to properly dump MinGW linked executables.

Please check in one of those binaries as a test.

Cheers,
Rafael




More information about the llvm-commits mailing list