[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

Sinny Kumari <sinny at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #2 from Sinny Kumari <sinny at redhat dot com> ---
(In reply to dodji from comment #1)
> I think that feature would be nice, indeed.

Thanks! will start working on it.

> 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.

Ah yes! resulting output makes more sense in this way.

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