This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB 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]

[Bug symtab/16174] New: gdb_bfd_requires_relocations is too eager


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

            Bug ID: 16174
           Summary: gdb_bfd_requires_relocations is too eager
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: tromey at redhat dot com

gdb_bfd_requires_relocations currently looks at all the
sections in an objfile to see whether sharing can be
enabled.  However, this is too eager, see:

https://sourceware.org/ml/gdb-patches/2013-11/msg00320.html

This function should instead look only at debuginfo sections,
if that is possible.

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


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