Sent from my iPhone
rks with the syscall kernel interface.
>
> The next major milestone will be x32 glibc port.
>
[hjl@gnu-6 gcc]$ cat x.c
#include
int
main ()
{
printf ("hello world\n");
return 0;
}
[hjl@gnu-6 gcc]$ ./xgcc -B./ -mx32 -O x.c
[hjl@gnu-6 gcc]$ ./a.out
hello world
[hjl@gnu-6 gcc]$
On 3/27/06, David Edelsohn <[EMAIL PROTECTED]> wrote:
> I am not sure why the copyright clerk forwarded this to the
> general GCC mailinglist instead of helping you obtain an assignment form,
> but we can proceed anyway.
I don't mind :-)
> Do you work for any university or compan
I am not sure why the copyright clerk forwarded this to the
general GCC mailinglist instead of helping you obtain an assignment form,
but we can proceed anyway.
Do you work for any university or company that could claim
ownership of your code? If no, you directly can assign your c
+1-617-542-5942 x.22
Fax +1-617-542-2652
> [EMAIL PROTECTED] - Fri Mar 24 07:44:42 2006]:
>
> Hello,
>
> I was one of the developers of the GCC Hello World, together with
> Rafael Espíndola and I want to assign my copyright to GNU so it can be
> included in GCC trunk.
>
&
Hello,
I was one of the developers of the GCC Hello World, together with
Rafael Espíndola and I want to assign my copyright to GNU so it can be
included in GCC trunk.
What do I have to do?
Thanks,
--
Gustavo Sverzut Barbieri
--
Jabber: [EMAIL PROTECTED
Rafael Ávila de Espíndola <[EMAIL PROTECTED]> writes:
> Em Sun 12 Jun 2005 23:58, James A. Morrison escreveu:
> > Was there anything in particular that you found hard to understand in the
> > treelang frontend. It is supposed to be the example/tutorial front-end.
> One thing is that the parser
Em Sun 12 Jun 2005 23:58, James A. Morrison escreveu:
> Was there anything in particular that you found hard to understand in the
> treelang frontend. It is supposed to be the example/tutorial front-end.
One thing is that the parser is very big and mixed with C code. I find it
easier to read a p
d be used
> as a tutorial. We call this small frontend "hello world" because it generates
> a hello world program no matter what it is given as input :)
Was there anything in particular that you found hard to understand in the
treelang frontend. It is supposed to be the exam
Two colleagues (Rafael Dantas de Castro and Gustavo Sverzut Barbieri) and I
decided to try to make a scheme frontend for gcc. Since the task is proving
quite difficult we decided to write a very small frontend that could be used
as a tutorial. We call this small frontend "hello world&quo
10 matches
Mail list logo