bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/26067] New: Duplicated struct elf_dyn_relocs in ELF backends


From: hjl.tools at gmail dot com
Subject: [Bug ld/26067] New: Duplicated struct elf_dyn_relocs in ELF backends
Date: Mon, 01 Jun 2020 14:56:28 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=26067

            Bug ID: 26067
           Summary: Duplicated struct elf_dyn_relocs in ELF backends
           Product: binutils
           Version: 2.35 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

All ELF backends with shared library support has

  /* Track dynamic relocs copied for this symbol.  */
  struct elf_dyn_relocs *dyn_relocs;

in symbol hash entry.  It should be moved to elf_link_hash_entry.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]