The plan behind of as2c.pl is and was to create compiler independant
machine code for an architecture. masm, gas, nasm, whatever syntax
doesn't fit all compilers. Therefore as2c.pl translates gas syntax to a
bytestring, which is then used as the asm code.
as2c's usage is indeed scarce: when the cod
On 9/20/06, chromatic <[EMAIL PROTECTED]> wrote:
On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote:
> thanks, applied as r14673, with a minor fix:
>
> -$print_coda();
> +&print_coda();
I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this
case.
you're right,
On Wednesday 20 September 2006 09:53, Jerry Gay via RT wrote:
> thanks, applied as r14673, with a minor fix:
>
> -$print_coda();
> +&print_coda();
I wouldn't mind seeing the '&' go away entirely. It's syntactic noise in this
case.
-- c
# New Ticket Created by "Herbert Poul"
# Please include the string: [perl #40380]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40380 >
hi,
'make install' failed due to a change in compilers/imcc/parser.h (rev.
14633) whi
thanks, applied as r14676.
~jerry
thanks, applied as r14675.
nice work, paul.
~jerry
thanks, applied as r14674.
~jerry
# New Ticket Created by Jerry Gay
# Please include the string: [perl #40379]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40379 >
i'm not sure tools/dev/as2c.pl is used, as the only makefile that
calls it isn't generated
thanks, applied as r14673, with a minor fix:
-$print_coda();
+&print_coda();
i'm not sure tools/dev/as2c.pl is used, as the only makefile that calls
it isn't generated (config/gen/cpu/i386/Makefile), it's not
platform-independent, and the files it generates are committed to the
repository. but, t
thanks, applied as r14671.
~jerry
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40375]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40375 >
Hi,
It seems I forgot to attach the patch to this email. Many apologies!
Here it i
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40377]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40377 >
Hi,
This patch adds the C emacs/vim coda to the C-language files under
parrot/exampl
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40374]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40374 >
Hi,
This patches all C-language files in parrot/include that require the C
emacs/vim
On 9/19/06, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote:
# http://rt.perl.org/rt3/Ticket/Display.html?id=40364 >
This patch changes the line endings of the files listed below from dos to unix.
thanks, applied by bernhard, r14667.
~jerry
Am Dienstag, 19. September 2006 11:51 schrieb Dmitry Karasik:
>
> dlopen(NULL,...) on linux returns NULL, and consequently dlsym(NULL,...)
> can be used to access shared objects of the main executable. However, on
> freebsd dlsym(NULL,...) server somewhat different purpose, and to access
> the main
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40373]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40373 >
Hi,
This patch adds the C-specific emacs/vim coda to all C-language files
under parr
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40371]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40371 >
Hi,
Attached is a patch for tools/dev/as2c.pl which adds a new subroutine
print_coda
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40372]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40372 >
Hi,
This is a patch of all .c and .h files found by
t/codingstd/code_coda.t that res
# New Ticket Created by "Paul Cochrane"
# Please include the string: [perl #40370]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=40370 >
Hi,
Attached is a patch for the code_coda.t test. The test now accepts
files passed
19 matches
Mail list logo