[PATCH v6 1/5] Add suitable defines to use at call and use sites
Jan Beulich
jbeulich@suse.com
Fri Nov 21 13:16:13 GMT 2025
More information about the Binutils mailing list
Fri Nov 21 13:16:13 GMT 2025
- Previous message (by thread): [PATCH v6 1/5] Add suitable defines to use at call and use sites
- Next message (by thread): [PATCH v6 1/5] Add suitable defines to use at call and use sites
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 21.11.2025 13:51, Guillaume VACHERIAS wrote: > Fuse do_loc and do_types arguments into a signle unsigned int do_flags for > better code readability. > > binutils/ > > * dwarf.c (DO_LOC, DO_TYPES): Define. > (process_debug_info): Change arguments do_loc and do_types > to a single unsigned int do_flags. > (find_cu_tu_set_v2): Change parameter do_types from int to bool. > --- > binutils/dwarf.c | 75 +++++++++++++++++++++++++++--------------------- > 1 file changed, 43 insertions(+), 32 deletions(-) Btw, I was meaning to have this one put in already, but with there being no S-o-b I fired off an inquiry as to you having a copyright assignment in place. Sadly I didn't get any feedback there yet, so maybe you could clarify your status to me? Jan
- Previous message (by thread): [PATCH v6 1/5] Add suitable defines to use at call and use sites
- Next message (by thread): [PATCH v6 1/5] Add suitable defines to use at call and use sites
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list