public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
From: "woodard at redhat dot com" <sourceware-bugzilla@sourceware.org>
To: libabigail@sourceware.org
Subject: [Bug default/29299] binutils does not self compare properly
Date: Wed, 29 Jun 2022 20:10:22 +0000	[thread overview]
Message-ID: <bug-29299-9487-yzgyIQ7PI4@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-29299-9487@http.sourceware.org/bugzilla/>

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

--- Comment #1 from Ben Woodard <woodard at redhat dot com> ---
Other binaries have very similar problems which I think are likely related:

/usr/bin/gimp-2.10 from gimp-2.10.30-1.fc36.1.x86_64
$ abidw --abidiff /usr/bin/gimp-2.10

Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

161 functions with some indirect sub-type change:

  [C] 'function gboolean gimp_image_add_channel(GimpImage*, GimpChannel*,
GimpChannel*, gint, gboolean)' at gimpimage.c:4880:1 has some indirect sub-type
changes:
    parameter 1 of type 'GimpImage*' has sub-type changes:
      in pointed to type 'typedef GimpImage' at core-types.h:90:1:
        underlying type 'struct _GimpImage' at gimpimage.h:39:1 changed:
          type size hasn't changed
          2 data member changes:
            type of 'Gimp* gimp' changed:
              in pointed to type 'typedef Gimp' at core-types.h:89:1:
                underlying type 'struct _Gimp' at gimp.h:35:1 changed:
                  type size hasn't changed
                  3 data member changes:
                    type of 'GimpImage* clipboard_image' changed:
                      in pointed to type 'typedef GimpImage' at
core-types.h:90:1:
                        underlying type 'struct _GimpImage' changed, as being
reported
                    type of 'GimpContext* default_context' changed:
                      in pointed to type 'typedef GimpContext' at
core-types.h:114:1:
                        underlying type 'struct _GimpContext' at
gimpcontext.h:47:1 changed:
                          type size hasn't changed
                          3 data member changes:
                            type of 'Gimp* gimp' changed:
                              in pointed to type 'typedef Gimp' at
core-types.h:89:1:
                                underlying type 'struct _Gimp' changed, as
being reported
                            type of 'GimpContext* parent' changed:
                              in pointed to type 'typedef GimpContext' at
core-types.h:114:1:
                                underlying type 'struct _GimpContext' changed,
as being reported
                            type of 'GimpImage* image' changed:
                              in pointed to type 'typedef GimpImage' at
core-types.h:90:1:
                                underlying type 'struct _GimpImage' changed, as
being reported
                    type of 'GimpContext* user_context' changed:
                      pointed to type 'typedef GimpContext' changed at
core-types.h:114:1, as reported earlier
            type of 'GimpImagePrivate* priv' changed:
              in pointed to type 'typedef GimpImagePrivate' at
gimpimage.h:37:1:
                underlying type 'struct _GimpImagePrivate' at
gimpimage-private.h:33:1 changed:
                  type size hasn't changed
                  3 data member changes:
                    type of 'GimpSymmetry* active_symmetry' changed:
                      in pointed to type 'typedef GimpSymmetry' at
core-types.h:176:1:
                        underlying type 'struct _GimpSymmetry' at
gimpsymmetry.h:42:1 changed:
                          type size hasn't changed
                          1 data member change:
                            type of 'GimpImage* image' changed:
                              in pointed to type 'typedef GimpImage' at
core-types.h:90:1:
                                underlying type 'struct _GimpImage' changed, as
being reported
                    type of 'GimpUndoStack* undo_stack' changed:
                      in pointed to type 'typedef GimpUndoStack' at
core-types.h:170:1:
                        underlying type 'struct _GimpUndoStack' at
gimpundostack.h:35:1 changed:
                          type size hasn't changed
                          1 data member change:
                            type of 'GimpUndo parent_instance' changed:
                              underlying type 'struct _GimpUndo' at
gimpundo.h:52:1 changed:
                                type size hasn't changed
                                1 data member change:
                                  type of 'GimpImage* image' changed:
                                    in pointed to type 'typedef GimpImage' at
core-types.h:90:1:
                                      underlying type 'struct _GimpImage'
changed, as being reported
                    type of 'GimpUndoStack* redo_stack' changed:
                      pointed to type 'typedef GimpUndoStack' changed at
core-types.h:170:1, as reported earlier

  [C] 'function void gimp_image_add_colormap_entry(GimpImage*, const GimpRGB*)'
at gimpimage-colormap.c:303:1 has some indirect sub-type changes:
    parameter 1 of type 'GimpImage*' has sub-type changes:
      in pointed to type 'typedef GimpImage' at core-types.h:90:1:
        underlying type 'struct _GimpImage' at gimpimage.h:39:1 changed:
          type size hasn't changed
          1 data member change:
            type of 'Gimp* gimp' changed:
              in pointed to type 'typedef Gimp' at core-types.h:89:1:
                underlying type 'struct _Gimp' at gimp.h:35:1 changed:
                  type size hasn't changed
                  1 data member change:
                    type of 'GimpImage* clipboard_image' changed:
                      in pointed to type 'typedef GimpImage' at
core-types.h:90:1:
                        underlying type 'struct _GimpImage' changed, as being
reported
<snip>

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

  parent reply	other threads:[~2022-06-29 20:10 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-29 19:16 [Bug default/29299] New: " woodard at redhat dot com
2022-06-29 19:17 ` [Bug default/29299] " woodard at redhat dot com
2022-06-29 20:10 ` woodard at redhat dot com [this message]
2022-06-29 20:16 ` woodard at redhat dot com
2022-06-29 20:23 ` woodard at redhat dot com
2022-06-29 20:39 ` woodard at redhat dot com
2022-06-29 20:45 ` woodard at redhat dot com
2022-06-29 20:52 ` woodard at redhat dot com
2022-07-05 20:10 ` woodard at redhat dot com
2022-07-25 21:26 ` woodard at redhat dot com
2022-07-26 20:04 ` woodard at redhat dot com
2022-07-26 20:07 ` woodard at redhat dot com
2022-07-26 20:11 ` woodard at redhat dot com
2022-10-14 16:00 ` woodard at redhat dot com
2022-10-14 16:03 ` woodard at redhat dot com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-29299-9487-yzgyIQ7PI4@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=libabigail@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).