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 RFC v2] Add support for non-contiguous memory regions


Hi Christophe,

> There are now 4 patches, to hopefully make review/comments easier:
> * patch1: is the main (code) patch
> * patch2: generic test
> * patch3: arm tests
> * patch4: powerpc test

I think that you need to test some non-ELF based targets.  Or maybe a
--enable-targets=all configuration.  I am seeing this error when building:

  bfd/ecoff.c:81:1: error: missing initializer for field 'already_assigned' of 'asection' {aka 'struct bfd_section'} [-Werror=missing-field-initializers]

Also when adding a new feature like this, it would be nice if you could
include a line or two in ld/NEWS describing what it does.  This makes it
easier for me to advertise the feature when announcing a new release...

Also you should add a description of the option to ld/ld.texi.

Cheers
  Nick



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