public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
@ 2022-04-11 22:47 yuri at tsoft dot com
  2022-04-13 15:03 ` [Bug general/29048] " mark at klomp dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: yuri at tsoft dot com @ 2022-04-11 22:47 UTC (permalink / raw)
  To: elfutils-devel

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

            Bug ID: 29048
           Summary: Symbols DW_SECT_INFO, DW_SECT_ABBREV,
                    DW_SECT_STR_OFFSETS aren't defined
           Product: elfutils
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: general
          Assignee: unassigned at sourceware dot org
          Reporter: yuri at tsoft dot com
                CC: elfutils-devel at sourceware dot org
  Target Milestone: ---

I maintain the FreeBSD port for the Facebook's folly project.
The symbols in question are used by folly but aren't defined in elfutils
that is used to handle elf- and dwarf-related symbols.

Version 0.186

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
  2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
@ 2022-04-13 15:03 ` mark at klomp dot org
  2022-04-13 15:15 ` yuri at tsoft dot com
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mark at klomp dot org @ 2022-04-13 15:03 UTC (permalink / raw)
  To: elfutils-devel

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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
I can add those macro constants to dwarf.h, but elfutils libdw at the moment
doesn't handle .dwp, DWARF package files.

How does folly use these?

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
  2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
  2022-04-13 15:03 ` [Bug general/29048] " mark at klomp dot org
@ 2022-04-13 15:15 ` yuri at tsoft dot com
  2022-04-13 16:10 ` mark at klomp dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: yuri at tsoft dot com @ 2022-04-13 15:15 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #2 from yuri at tsoft dot com ---
They are only used as constants,

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
  2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
  2022-04-13 15:03 ` [Bug general/29048] " mark at klomp dot org
  2022-04-13 15:15 ` yuri at tsoft dot com
@ 2022-04-13 16:10 ` mark at klomp dot org
  2022-04-18 17:39 ` yuri at tsoft dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: mark at klomp dot org @ 2022-04-13 16:10 UTC (permalink / raw)
  To: elfutils-devel

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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Mark Wielaard <mark at klomp dot org> ---
Added just the constants:

commit 399b55a75830f1854c8da9f29282810e82f270b6
Author: Mark Wielaard <mark@klomp.org>
Date:   Wed Apr 13 17:23:57 2022 +0200

    libdw: Add DWARF5 package file section identifiers, DW_SECT_*

    This only adds the constants. There is no handling of DWARF
    package file (dwp) files for now.

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

    Signed-off-by: Mark Wielaard <mark@klomp.org>

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
  2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
                   ` (2 preceding siblings ...)
  2022-04-13 16:10 ` mark at klomp dot org
@ 2022-04-18 17:39 ` yuri at tsoft dot com
  2022-04-19  8:20 ` mark at klomp dot org
  2022-04-19 16:24 ` yuri at tsoft dot com
  5 siblings, 0 replies; 7+ messages in thread
From: yuri at tsoft dot com @ 2022-04-18 17:39 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #4 from yuri at tsoft dot com ---
Any chance to make a release with this patch?

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
  2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
                   ` (3 preceding siblings ...)
  2022-04-18 17:39 ` yuri at tsoft dot com
@ 2022-04-19  8:20 ` mark at klomp dot org
  2022-04-19 16:24 ` yuri at tsoft dot com
  5 siblings, 0 replies; 7+ messages in thread
From: mark at klomp dot org @ 2022-04-19  8:20 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #5 from Mark Wielaard <mark at klomp dot org> ---
(In reply to yuri from comment #4)
> Any chance to make a release with this patch?

A new release is planned for next Monday, 25 April:
https://sourceware.org/pipermail/elfutils-devel/2022q2/004905.html

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [Bug general/29048] Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined
  2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
                   ` (4 preceding siblings ...)
  2022-04-19  8:20 ` mark at klomp dot org
@ 2022-04-19 16:24 ` yuri at tsoft dot com
  5 siblings, 0 replies; 7+ messages in thread
From: yuri at tsoft dot com @ 2022-04-19 16:24 UTC (permalink / raw)
  To: elfutils-devel

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

--- Comment #6 from yuri at tsoft dot com ---
(In reply to Mark Wielaard from comment #5)
> (In reply to yuri from comment #4)
> > Any chance to make a release with this patch?
> 
> A new release is planned for next Monday, 25 April:
> https://sourceware.org/pipermail/elfutils-devel/2022q2/004905.html

Thanks!

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-04-19 16:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-11 22:47 [Bug general/29048] New: Symbols DW_SECT_INFO, DW_SECT_ABBREV, DW_SECT_STR_OFFSETS aren't defined yuri at tsoft dot com
2022-04-13 15:03 ` [Bug general/29048] " mark at klomp dot org
2022-04-13 15:15 ` yuri at tsoft dot com
2022-04-13 16:10 ` mark at klomp dot org
2022-04-18 17:39 ` yuri at tsoft dot com
2022-04-19  8:20 ` mark at klomp dot org
2022-04-19 16:24 ` yuri at tsoft dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).