From: Alexey Dobriyan <adobriyan@gmail.com>
To: kernel-janitors@vger.kernel.org
Subject: Re: [KJ] [PATCH 2.6.11.10] arch/cris: fixes static strings declaration
Date: Thu, 26 May 2005 18:47:30 +0000 [thread overview]
Message-ID: <200505262247.31206.adobriyan@gmail.com> (raw)
In-Reply-To: <20050526122502.7aa13915.rnsanchez@terra.com.br>
On Thursday 26 May 2005 22:27, walter harms wrote:
> you ask for it :)
>
> cris-gcc -v
> Reading specs from /usr/local/cris/lib/gcc-lib/cris/2.96/specs
> gcc version 2.96 Axis release R46/1.25
Aha!
> #include <stdio.h>
> //char *foo = "blah";
> char foo[]="blah";
> int main()
> {
> printf("%s\n",foo);
>
> }
>
> size test_string (char [])
> text data bss dec hex filename
> 769 252 36 1057 421 test_string
>
>
> size test_string2 (char *)
> text data bss dec hex filename
> 777 248 40 1065 429 test_string2
>
>
> sorry, i could not resist :)
Care to repeat this on arch/cris/arch-v10/drivers/axisflashmap.o ? ;-)
_______________________________________________
Kernel-janitors mailing list
Kernel-janitors@lists.osdl.org
http://lists.osdl.org/mailman/listinfo/kernel-janitors
prev parent reply other threads:[~2005-05-26 18:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-26 15:25 [KJ] [PATCH 2.6.11.10] arch/cris: fixes static strings declaration Ricardo Nabinger Sanchez
2005-05-26 16:35 ` Alexey Dobriyan
2005-05-26 17:21 ` Ricardo Nabinger Sanchez
2005-05-26 17:58 ` Alexey Dobriyan
2005-05-26 18:27 ` walter harms
2005-05-26 18:47 ` Alexey Dobriyan [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200505262247.31206.adobriyan@gmail.com \
--to=adobriyan@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.