[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug default/21154] Display Line number and file name for added/removed functions in abidiff report



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

dodji at redhat dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

--- Comment #1 from dodji at redhat dot com ---
I think that feature would be nice, indeed.

To make it integrate better with the --no-show-locs option, I'd rather have the
output look like (note the at foo.c:115 at the end):

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

  1 Removed function:

    'function int _ilog(unsigned int)' {_ilog} at foo.c:115

  1 Added function:

    'function int ov_ilog(ogg_uint32_t)' {ov_ilog} at foo.c:256

Then, the --no-show-locs option would disable showing these source locations.

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