This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: Time for the 2.33 release ?
- From: Nick Clifton <nickc at redhat dot com>
- To: Fangrui Song <i at maskray dot me>, Phil Blundell <pb at pbcl dot net>
- Cc: binutils at sourceware dot org
- Date: Wed, 2 Oct 2019 12:08:13 +0100
- Subject: Re: Time for the 2.33 release ?
- References: <20191002091018.dwatveq3jpas7ty7@gmail.com>
Hi Fangrui, Hi Phil,
> I wish the concern of the newly added objcopy --set-section-alignment
> https://sourceware.org/bugzilla/show_bug.cgi?id=24942 can be addressed
> before the release.
I have applied the patch to the 2.33 branch, but Phil has already made
the release tarballs. They have not been uploaded yet, so there is still
a possibility that it might get in.
Phil - the issue is the new --set-section-alignment option for objcopy
which was originally implemented as taking a power-of-two alignment value.
After some discussion however it was decided that it would be clearer to
the users if it took a simple byte alignment value (restricted to being
a power of two valuem ie 1,2,4,8,16, etc). This is the patch that I have
just checked in to the 2.33 branch (and mainline). Fangrui has a similar
patch for llvm-objcopy which he would like to check in, so that both tools
behave in the same way. So, if it is possible, say because you need to
regenerate the tarballs once your key has been accepted, then it would
be very much appreciated if the patch could be included in the 2.33
release sources. It is however your choice as to whether this should be
done, or not.
Cheers
Nick