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: ELF instruction for section and branch.


"Gagneet Singh" <gagneet@acmet.com> writes:

> #Hypothesis: 
> # Issues an error for TestNode3 saying "secbr.s:93: Error: Unknown
> pseudo-op: 
> # `.text1'".

This is indeed an unknown pseudo-op.

You want the .section pseudo-op.  .text is a special case.  See the
assembler manual.

Ian


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