public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff
@ 2020-09-02  6:50 dodji at redhat dot com
  2020-09-02  6:51 ` [Bug default/26565] " dodji at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2020-09-02  6:50 UTC (permalink / raw)
  To: libabigail

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

            Bug ID: 26565
           Summary: Support specifying --header-dir{1,2} several times on
                    the command line of abidiff
           Product: libabigail
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: dodji at redhat dot com
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Sometimes, a binary (shared binary for instance) might come with its header
files spread over several directories.  In that case we must be able to let
abidiff know about all the header files directories by specifying the
--headers-dir1 (or --headers-dir2) several times on the command line, just like
what can be done with --debug-info-dir{1,2}.

The same thing must be supported for the --headers-dir option of abidw.

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

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

* [Bug default/26565] Support specifying --header-dir{1,2} several times on the command line of abidiff
  2020-09-02  6:50 [Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff dodji at redhat dot com
@ 2020-09-02  6:51 ` dodji at redhat dot com
  2020-09-02  7:03 ` dodji at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2020-09-02  6:51 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dcantrell at redhat dot com
             Status|NEW                         |ASSIGNED

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

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

* [Bug default/26565] Support specifying --header-dir{1,2} several times on the command line of abidiff
  2020-09-02  6:50 [Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff dodji at redhat dot com
  2020-09-02  6:51 ` [Bug default/26565] " dodji at redhat dot com
@ 2020-09-02  7:03 ` dodji at redhat dot com
  2020-09-18 14:39 ` dodji at redhat dot com
  2020-09-18 15:09 ` dcantrell at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2020-09-02  7:03 UTC (permalink / raw)
  To: libabigail

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

--- Comment #1 from dodji at redhat dot com ---
There is code in the branch
https://sourceware.org/git/?p=libabigail.git;a=shortlog;h=refs/heads/dodji/mult-headers
to support this.

That is, one can specify --headers-dir{1,2} several times on the command line
of abidiff and it should do the right thing.

I guess this needs some more testing before it can be folded into master.

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

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

* [Bug default/26565] Support specifying --header-dir{1,2} several times on the command line of abidiff
  2020-09-02  6:50 [Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff dodji at redhat dot com
  2020-09-02  6:51 ` [Bug default/26565] " dodji at redhat dot com
  2020-09-02  7:03 ` dodji at redhat dot com
@ 2020-09-18 14:39 ` dodji at redhat dot com
  2020-09-18 15:09 ` dcantrell at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dodji at redhat dot com @ 2020-09-18 14:39 UTC (permalink / raw)
  To: libabigail

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

dodji at redhat dot com changed:

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

--- Comment #2 from dodji at redhat dot com ---
This feature landed in the master branch of the git repository at
https://sourceware.org/git/?p=libabigail.git;a=commit;h=ee2b54ddd9eb79297e90dd4252dc5c672073c9fc
and should be available in the 1.8 version of libabigail.

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

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

* [Bug default/26565] Support specifying --header-dir{1,2} several times on the command line of abidiff
  2020-09-02  6:50 [Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff dodji at redhat dot com
                   ` (2 preceding siblings ...)
  2020-09-18 14:39 ` dodji at redhat dot com
@ 2020-09-18 15:09 ` dcantrell at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: dcantrell at redhat dot com @ 2020-09-18 15:09 UTC (permalink / raw)
  To: libabigail

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

--- Comment #3 from David Cantrell <dcantrell at redhat dot com> ---
Thank you!  This is a great addition to abidiff.

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

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

end of thread, other threads:[~2020-09-18 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-02  6:50 [Bug default/26565] New: Support specifying --header-dir{1,2} several times on the command line of abidiff dodji at redhat dot com
2020-09-02  6:51 ` [Bug default/26565] " dodji at redhat dot com
2020-09-02  7:03 ` dodji at redhat dot com
2020-09-18 14:39 ` dodji at redhat dot com
2020-09-18 15:09 ` dcantrell at redhat 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).