public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Indu Bhagat <indu.bhagat@oracle.com>
To: binutils@sourceware.org
Cc: weimin.pan@oracle.com, nickc@redhat.com,
	Indu Bhagat <indu.bhagat@oracle.com>
Subject: [PATCH,V4 08/11] src-release.sh: Add libsframe
Date: Wed,  9 Nov 2022 00:42:41 -0800	[thread overview]
Message-ID: <20221109084244.261296-9-indu.bhagat@oracle.com> (raw)
In-Reply-To: <20221109084244.261296-1-indu.bhagat@oracle.com>

[No changes in V4, V3, V2]

Add libsframe to the list of top level directories that will be included
in a release.

ChangeLog:

	* src-release.sh: Add libsframe
---
 src-release.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src-release.sh b/src-release.sh
index 76c355a583c..050a8eb958d 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -94,7 +94,7 @@ do_proto_toplev()
     # built in the gold dir.  The disables speed the build a little.
     enables=
     disables=
-    for dir in binutils gas gdb gold gprof gprofng ld libctf libdecnumber readline sim; do
+    for dir in binutils gas gdb gold gprof gprofng libsframe ld libctf libdecnumber readline sim; do
 	case " $tool $support_files " in
 	    *" $dir "*) enables="$enables --enable-$dir" ;;
 	    *) disables="$disables --disable-$dir" ;;
@@ -304,7 +304,7 @@ gdb_tar_compress()
 }
 
 # The FSF "binutils" release includes gprof and ld.
-BINUTILS_SUPPORT_DIRS="bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib"
+BINUTILS_SUPPORT_DIRS="libsframe bfd gas include libiberty libctf opcodes ld elfcpp gold gprof gprofng intl setup.com makefile.vms cpu zlib"
 binutils_release()
 {
     compressors=$1
-- 
2.37.2


  parent reply	other threads:[~2022-11-09  8:43 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-09  8:42 [PATCH,V4 00/11] Definition and support for SFrame unwind format Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 01/11] sframe.h: Add SFrame format definition Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 02/11] gas: add new command line option --gsframe Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 03/11] gas: generate .sframe from CFI directives Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 04/11] gas: testsuite: add new tests for SFrame unwind info Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 05/11] libsframe: add the SFrame library Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 06/11] bfd: linker: merge .sframe sections Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 07/11] readelf/objdump: support for SFrame section Indu Bhagat
2022-11-09  8:42 ` Indu Bhagat [this message]
2022-11-09  8:42 ` [PATCH,V4 09/11] binutils/NEWS: add text for SFrame support Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 10/11] gas/NEWS: add text about new command line option and " Indu Bhagat
2022-11-09  8:42 ` [PATCH,V4 11/11] doc: add SFrame spec file Indu Bhagat
2022-11-22  8:09   ` Jan Beulich
2022-11-22 19:44     ` Indu Bhagat
2022-12-11  7:29     ` Mike Frysinger
2022-11-15 12:20 ` [PATCH,V4 00/11] Definition and support for SFrame unwind format Nick Clifton

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=20221109084244.261296-9-indu.bhagat@oracle.com \
    --to=indu.bhagat@oracle.com \
    --cc=binutils@sourceware.org \
    --cc=nickc@redhat.com \
    --cc=weimin.pan@oracle.com \
    /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).