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:23:37 +0000	[thread overview]
Message-ID: <bug-29299-9487-uqh5y97QwP@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 #3 from Ben Woodard <woodard at redhat dot com> ---
from: libXt-1.2.1-2.fc36.x86_64 /usr/lib64/libXt.so.6.0.0

Functions changes summary: 0 Removed, 66 Changed, 0 Added functions
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

66 functions with some indirect sub-type change:

  [C] 'function XtActionHookId XtAppAddActionHook(XtAppContext,
XtActionHookProc, XtPointer)' at ActionHook.c:93:1 has some indirect sub-type
changes:
    parameter 1 of type 'typedef XtAppContext' has sub-type changes:
      underlying type '_XtAppStruct*' changed:
        in pointed to type 'struct _XtAppStruct' at InitialI.h:151:1:
          type size hasn't changed
          14 data member changes:
            type of 'XtAppContext next' changed:
              underlying type '_XtAppStruct*' changed:
                pointed to type 'struct _XtAppStruct' changed, as being
reported
            type of 'ProcessContext process' changed:
              underlying type '_ProcessContextRec*' changed:
                in pointed to type 'struct _ProcessContextRec' at
InitialI.h:135:1:
                  type size hasn't changed
                  2 data member changes:
                    type of 'XtAppContext defaultAppContext' changed, as
reported earlier
                    type of 'XtAppContext appContextList' changed, as reported
earlier
            type of 'TimerEventRec* timerQueue' changed:
              in pointed to type 'typedef TimerEventRec' at InitialI.h:92:1:
                underlying type 'struct _TimerEventRec' at InitialI.h:86:1
changed:
                  type size hasn't changed
                  2 data member changes:
                    type of '_TimerEventRec* te_next' changed:
                      pointed to type 'struct _TimerEventRec' changed, as being
reported
                    type of 'XtAppContext app' changed, as reported earlier
            type of 'WorkProcRec* workQueue' changed:
              in pointed to type 'typedef WorkProcRec' at InitialI.h:117:1:
                underlying type 'struct _WorkProcRec' at InitialI.h:112:1
changed:
                  type size hasn't changed
                  2 data member changes:
                    type of '_WorkProcRec* next' changed:
                      pointed to type 'struct _WorkProcRec' changed, as being
reported
                    type of 'XtAppContext app' changed, as reported earlier
            type of 'InputEvent** input_list' changed:
              in pointed to type 'InputEvent*':
                in pointed to type 'typedef InputEvent' at InitialI.h:102:1:
                  underlying type 'struct _InputEvent' at InitialI.h:94:1
changed:
                    type size hasn't changed
                    3 data member changes:
                      type of '_InputEvent* ie_next' changed:
                        pointed to type 'struct _InputEvent' changed, as being
reported
                      type of '_InputEvent* ie_oq' changed:
                        pointed to type 'struct _InputEvent' changed, as being
reported
                      type of 'XtAppContext app' changed, as reported earlier
            type of 'InputEvent* outstandingQueue' changed:
              pointed to type 'typedef InputEvent' changed at InitialI.h:102:1,
as reported earlier
            type of 'SignalEventRec* signalQueue' changed:
              in pointed to type 'typedef SignalEventRec' at InitialI.h:110:1:
                underlying type 'struct _SignalEventRec' at InitialI.h:104:1
changed:
                  type size hasn't changed
                  2 data member changes:
                    type of '_SignalEventRec* se_next' changed:
                      pointed to type 'struct _SignalEventRec' changed, as
being reported
                    type of 'XtAppContext app' changed, as reported earlier
            type of '_ActionHookRec* action_hook_list' changed:
              in pointed to type 'struct _ActionHookRec' at TranslateI.h:292:1:
                type size hasn't changed
                2 data member changes:
                  type of '_ActionHookRec* next' changed:
                    pointed to type 'struct _ActionHookRec' changed, as being
reported
                  type of 'XtAppContext app' changed, as reported earlier
            type of '_BlockHookRec* block_hook_list' changed:
              in pointed to type 'struct _BlockHookRec' at EventI.h:87:1:
                type size hasn't changed
                2 data member changes:
                  type of '_BlockHookRec* next' changed:
                    pointed to type 'struct _BlockHookRec' changed, as being
reported
                  type of 'XtAppContext app' changed, as reported earlier
            type of 'ThreadAppProc lock' changed:
              underlying type 'void (typedef XtAppContext)*' changed:
                in pointed to type 'function type void (typedef XtAppContext)':
                  parameter 1 of type 'typedef XtAppContext' has sub-type
changes:
                    underlying type '_XtAppStruct*' changed:
                      pointed to type 'struct _XtAppStruct' changed, as being
reported
            type of 'ThreadAppProc unlock' changed, as reported earlier
            type of 'ThreadAppYieldLockProc yield_lock' changed:
              underlying type 'void (typedef XtAppContext, Boolean*, Boolean*,
int*)*' changed:
                in pointed to type 'function type void (typedef XtAppContext,
Boolean*, Boolean*, int*)':
                  parameter 1 of type 'typedef XtAppContext' has sub-type
changes:
                    underlying type '_XtAppStruct*' changed:
                      pointed to type 'struct _XtAppStruct' changed, as being
reported
            type of 'ThreadAppRestoreLockProc restore_lock' changed:
              underlying type 'void (typedef XtAppContext, int, Boolean*)*'
changed:
                in pointed to type 'function type void (typedef XtAppContext,
int, Boolean*)':
                  parameter 1 of type 'typedef XtAppContext' has sub-type
changes:
                    underlying type '_XtAppStruct*' changed:
                      pointed to type 'struct _XtAppStruct' changed, as being
reported
            type of 'ThreadAppProc free_lock' changed, as reported earlier

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

  parent reply	other threads:[~2022-06-29 20:23 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
2022-06-29 20:16 ` woodard at redhat dot com
2022-06-29 20:23 ` woodard at redhat dot com [this message]
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-uqh5y97QwP@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).