public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Small improvements around SFrame support
@ 2022-12-07 19:52 Indu Bhagat
  2022-12-07 19:52 ` [PATCH 1/6] libsframe: minor formatting nits Indu Bhagat
                   ` (5 more replies)
  0 siblings, 6 replies; 18+ messages in thread
From: Indu Bhagat @ 2022-12-07 19:52 UTC (permalink / raw)
  To: binutils; +Cc: weimin.pan, Indu Bhagat

Hello,

This series contains small patches that make minor improvements in the SFrame
support.  Some of these can be committed as obvious, but it won't hurt to send
them as a part of this set either.

Testing notes:
- Regression testing using a script that tests a variety of targets on host
x86_64-linux-gnu, and host aarch64-linux-gnu.
- try bot run showed no regressions.
- unwinder testsuite based on SFrame (not upstream'd yet) continues to work
on x86_64 and aarch64.

Thanks,

Indu Bhagat (6):
  libsframe: minor formatting nits
  sframe.h: make some macros more precise
  sframe: gas: libsframe: define constants and remove magic numbers
  gas: sframe: fine tune the fragment fixup for SFrame func info
  libsframe: rename API sframe_fde_func_info to
    sframe_fde_create_func_info
  objdump: sframe: fix memory leaks

 bfd/elfxx-x86.c                               |  6 +-
 binutils/objdump.c                            |  8 ++-
 gas/gen-sframe.c                              | 55 +++++++++++++++----
 gas/sframe-opt.c                              | 46 ++++++++++------
 include/sframe-api.h                          |  4 +-
 include/sframe.h                              | 19 ++++++-
 libsframe/sframe.c                            | 42 +++++++-------
 .../testsuite/libsframe.encode/encode-1.c     |  8 +--
 8 files changed, 127 insertions(+), 61 deletions(-)

-- 
2.37.2


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2022-12-12 16:02 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 19:52 [PATCH 0/6] Small improvements around SFrame support Indu Bhagat
2022-12-07 19:52 ` [PATCH 1/6] libsframe: minor formatting nits Indu Bhagat
2022-12-08 11:03   ` Nick Clifton
2022-12-07 19:52 ` [PATCH 2/6] sframe.h: make some macros more precise Indu Bhagat
2022-12-07 23:52   ` Hans-Peter Nilsson
2022-12-08 17:36     ` Indu Bhagat
2022-12-08 20:26     ` [PATCH,V2 " Indu Bhagat
2022-12-12 16:02       ` Nick Clifton
2022-12-07 19:52 ` [PATCH 3/6] sframe: gas: libsframe: define constants and remove magic numbers Indu Bhagat
2022-12-08 11:10   ` Nick Clifton
2022-12-08 17:43     ` Indu Bhagat
2022-12-08 18:38       ` Indu Bhagat
2022-12-07 19:52 ` [PATCH 4/6] gas: sframe: fine tune the fragment fixup for SFrame func info Indu Bhagat
2022-12-08 11:12   ` Nick Clifton
2022-12-07 19:52 ` [PATCH 5/6] libsframe: rename API sframe_fde_func_info to sframe_fde_create_func_info Indu Bhagat
2022-12-08 11:13   ` Nick Clifton
2022-12-07 19:52 ` [PATCH 6/6] objdump: sframe: fix memory leaks Indu Bhagat
2022-12-08 11:14   ` Nick Clifton

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