public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* a question about the directive .fill
@ 2006-04-26 13:46 cheng long
  2006-04-26 17:09 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: cheng long @ 2006-04-26 13:46 UTC (permalink / raw)
  To: gcc-help

Hi, ALL !

what the difference between .fill 1024,4,0 and .fill 4096,1,0 ?

If here is not the appropriate place, would you tell me where is
the appropriate place to ask?

Thanks !
Regards,
Cheng

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: a question about the directive .fill
  2006-04-26 13:46 a question about the directive .fill cheng long
@ 2006-04-26 17:09 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2006-04-26 17:09 UTC (permalink / raw)
  To: cheng long; +Cc: gcc-help

"cheng long" <kevinclcn@gmail.com> writes:

> what the difference between .fill 1024,4,0 and .fill 4096,1,0 ?

There is no substantial difference.  Each one will generate 4096 zero
bytes.

> If here is not the appropriate place, would you tell me where is
> the appropriate place to ask?

A better mailing list would be binutils@sourceware.org.  See
http://sourceware.org/binutils/ for more information.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-04-26 17:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-26 13:46 a question about the directive .fill cheng long
2006-04-26 17:09 ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).