This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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] Add support for Tilera TILE-Gx processor.


We don't touch elf.h directly, we only copy it verbatim from glibc.
I've done that update.

Your changes need ChangeLog entries.

You don't need to quote the contribution agreement in your commit message,
just the -s (Signed-off-by line) is enough.

Your new files have the wrong copyright terms.
Please follow the model of the existing files in the git repository.

Please cite 'make check' results on a native build.
You also need to add tilegx cases to run-allregs.sh and perhaps others.

In backends/*_regs.c note how we have mostly avoided tables of string
pointers, because these necessitate dynamic relocs for the pointers.
That's not a problem with string constants used directly in code.


Thanks,
Roland

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