This is the mail archive of the gcc@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: arm-elf-gcc and nobits section


Amol Lad <dal_loma@yahoo.com> writes:

>   ARM cross compiler for uClinux seems to be not
> taking "nobits" section type.

This looks like an assembler issue, not a compiler issue.  The
assembler is part of the GNU binutils, and bug reports should go to
bug-binutils@gnu.org.

>         .zero  100000

I don't know why you only have the problem with arm-elf-gcc, but I
would try something like
    . = . + 100000

Ian


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