This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] MinGW: Add support for 'strnlen' prototype to BFD.


Hi Meador,

Commit e9847026c92f330f18863a7b9cb0aaa299345559 to fix PR binutils/16664
added two calls to `strnlen' which is not supplied by MinGW.

Sorry about that.

P.S. I already have write after approval for GDB and GCC. Can I commit to
Binutils as well?  If not, then can someone please apply this for me?
Or just give me access? :-)

I suspect that if you GDB write access you already have BINUTILS write access. But if you do not then I certainly think that you should have it, so please fill out the form at:

  https://sourceware.org/cgi-bin/pdw/ps_form.cgi

You can use my name as approver.

bfd/

2014-03-13  Meador Inge  <meadori@codesourcery.com>

	 * configure.in: Add strnlen to AC_CHECK_DECLS.
	 * config.in: Regenerate.
          * configure: Regenerate.
	 * sysdep.h (strnlen): Add prototype.

binutils/

2014-03-13  Meador Inge  <meadori@codesourcery.com>

          * dwarf.c (strnlen): Move prototype ...
	 * sysdep.h (strnlen): ... to here.

Approved and applied.

Cheers
  Nick



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]