This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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: ELF header files


On 12/03/2010 02:53 PM, Ralf Corsepius wrote:
> On 12/03/2010 02:15 PM, Sebastian Huber wrote:
>> Hi,
>>
>> is it possible to add some ELF header files to Newlib, or is this
>> undesirable?
> 
> In general, everything which relies upon machine/toolchain internals is
> undesirable and is best avoided.

The GNU C library elf.h has everything in one file (e.g. relocation types for
various architectures).  Under BSD this architecture dependent stuff is split
up into different files.  It is possible to merge all these files into a big one.

Is it possible to use the GNU C library elf.h?  It uses GPL v2.1+.

> 
> One would have to see your works to be able to further comment. Any
> further comment would be premature.

Before I start to work on this, I want to be sure that Newlib is in principle
the right place for this.

-- 
Sebastian Huber, embedded brains GmbH

Address : Obere Lagerstr. 30, D-82178 Puchheim, Germany
Phone   : +49 89 18 90 80 79-6
Fax     : +49 89 18 90 80 79-9
E-Mail  : sebastian.huber@embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschÃftliche Mitteilung im Sinne des EHUG.


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