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: request for assistance in understanding undocumented gas directives


On Tue, Jul 1, 2014 at 2:39 AM, Nicholas Clifton <nickc@redhat.com> wrote:
>
> The .fmask directive appears to be part of some kind of debug information
> generation facility, although again documentation is severely lacking.

As I recall, .mask and .fmask set the values that are stored in the
.pdr section.  See the -mpdr and -mno-pdr options.  The .pdr section
holds runtime procedure descriptors that are used for stack unwinding
on some MIPS systems.

I doubt anything uses this information any more.

Ian


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