This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: a question about the directive .fill


"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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]