Displaying 5 results from an estimated 5 matches for "recongnise".
Did you mean:
recognise
2013 Sep 28
2
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
Hi - I've attached a patch to make the assembly parser recognise the
.bss directive on Darwin targets as a switch to the (__DATA,__bss)
section. The ELF & COFF assembly parsers already recongnise the .bss
directive. I've added a test case for it too. Thanks -
Nick
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bss.patch
Type: application/octet-stream
Size: 1688 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/2...
2013 Sep 29
2
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
...icholas White <n.j.white at gmail.com<javascript:;>>
> wrote:
> > Hi - I've attached a patch to make the assembly parser recognise the
> > .bss directive on Darwin targets as a switch to the (__DATA,__bss)
> > section. The ELF & COFF assembly parsers already recongnise the .bss
> > directive. I've added a test case for it too. Thanks -
> >
> > Nick
> >
> > _______________________________________________
> > LLVM Developers mailing list
> > LLVMdev at cs.uiuc.edu <javascript:;> http://llvm.cs.uiuc.edu
>...
2013 Sep 29
0
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
...re in MC?
On 28 September 2013 18:48, Nicholas White <n.j.white at gmail.com> wrote:
> Hi - I've attached a patch to make the assembly parser recognise the
> .bss directive on Darwin targets as a switch to the (__DATA,__bss)
> section. The ELF & COFF assembly parsers already recongnise the .bss
> directive. I've added a test case for it too. Thanks -
>
> Nick
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
2013 Sep 30
0
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
...2013 18:48, Nicholas White <n.j.white at gmail.com> wrote:
>> > Hi - I've attached a patch to make the assembly parser recognise the
>> > .bss directive on Darwin targets as a switch to the (__DATA,__bss)
>> > section. The ELF & COFF assembly parsers already recongnise the .bss
>> > directive. I've added a test case for it too. Thanks -
>> >
>> > Nick
>> >
>> > _______________________________________________
>> > LLVM Developers mailing list
>> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc....
2013 Oct 01
2
[LLVMdev] Add Support For .bss Named Section Directive For Darwin Targets
...Nicholas White <n.j.white at gmail.com> wrote:
>>> > Hi - I've attached a patch to make the assembly parser recognise the
>>> > .bss directive on Darwin targets as a switch to the (__DATA,__bss)
>>> > section. The ELF & COFF assembly parsers already recongnise the .bss
>>> > directive. I've added a test case for it too. Thanks -
>>> >
>>> > Nick
>>> >
>>> > _______________________________________________
>>> > LLVM Developers mailing list
>>> > LLVMdev at cs.uiuc.edu...