<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi Nick,<br>
      <br>
      On 2/27/2014 2:52 PM, Shankar Easwaran wrote:<br>
    </div>
    <blockquote cite="mid:530FA5A8.3080604@codeaurora.org" type="cite">
      <br>
      $ cat comdat1.s<br>
              .global g1<br>
              .section .foo,"axG",@progbits,g1,comdat<br>
              .section .data, "aw",@progbits<br>
              .global g1<br>
      g1:<br>
              .word 10<br>
      <br>
      Here g1, is the signature of the group and we have a global symbol
      g1(data).<br>
      <br>
      When I dump the symbol table, I find only one symbol g1.<br>
      <br>
      $ objdump -Clx comdat1.o | grep g1<br>
      0000000000000000 g       <b>.data </b> 0000000000000000 <b>g1</b></blockquote>
    It appears that the linker needs to deal with two namespaces, and
    think its best to consider the group signature separately from the
    other atoms. We could have an additional map in the Resolver that
    would just handle resolution for groups ?<br>
    <br>
    Thanks<br>
    <br>
    Shankar Easwaran<br>
  </body>
</html>