This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [PATCH] The behavior of gas .subsection/.previous does not confirm descriptions in document


---- Lee Duhem <lee.duhem@gmail.com> wrote: 
>         .section sec1
>         .long 0x11111111
> 
>         .subsection 1
>         .long 0x22222222
> 
>         .pushsection sec2
>         .subsection 1
>         .long 0x66666666
>         .long 0x77777777

Here we are in sec2, subsection 1.

>         .subsection 0
>         .long 0x55555555

Now we are in sec2, subsection 0.

>         .previous

So .previous takes you back to sec2, subsection 1.

>         .long 0x33333333


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