This is the mail archive of the binutils@sources.redhat.com 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]

Imported Symbol Attributes


Hello,
  .extern This_Symbol
  .section This_Section
  nop
  .dc.l .-This_Symbol
  .end

Question:

   If the symbol "This_Symbol" is defined in another file in the same section "This_Section" why does the assembler not
understand what section "This_Symbol" belongs to.

   Is there a way to not have to combine the files into
one hugh file.

Black Bart


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