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: Sections (.got .got2 .gcc_except_table .fixup), what are they for?


Hi Jeff,

My target is powerpc-eabi.

I can't seem to find an explanation of the nature of the following sections:

.got
Try looking at the PowerPC EABI document. You can download a copy from here:

ftp://ftp.linuxppc64.org/pub/people/amodra/

.got2

This must be similar to the .got section, although I do not know its exact semantics.


.gcc_except_table

This is to do with C++ exception handling.


.fixup

I think that this section is redundant and was only used by old versions of gcc.


Cheers
  Nick




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