public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* ld section name length
@ 2002-06-03 12:21 kieft_brian
  2002-06-07  3:53 ` Nick Clifton
  0 siblings, 1 reply; 3+ messages in thread
From: kieft_brian @ 2002-06-03 12:21 UTC (permalink / raw)
  To: binutils

Is there a way to make ld allow section name lengths longer than 8 chars? Has
anyone taken a hack at this before? Thanks,

Brian




**********************************************************************
This e-mail and any files transmitted with it are confidential and may
be legally privileged or otherwise exempt from disclosure under
applicable law. This e-mail and its files are intended solely for
the individual or entity to whom they are addressed and their content
is the property of Smiths Aerospace.  If you are not the intended
recipient, please do not read, copy, use or disclose this communication.
If you have received this e-mail in error please notify the e-mail 
administrator at postmaster@si.com and then delete this e-mail, its
files and any copies.

This footnote also confirms that this e-mail message has been scanned
for the presence of known computer viruses.
***********************************************************************

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ld section name length
  2002-06-03 12:21 ld section name length kieft_brian
@ 2002-06-07  3:53 ` Nick Clifton
  2002-06-07 10:15   ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Clifton @ 2002-06-07  3:53 UTC (permalink / raw)
  To: kieft_brian; +Cc: binutils

Hi

> Is there a way to make ld allow section name lengths longer than 8
> chars? Has anyone taken a hack at this before? Thanks,

In which file format ?

ELF for example allows section names longer than 8 characters, as does
XCOFF.  COFF and AOUT do not.

Cheers
        Nick

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: ld section name length
  2002-06-07  3:53 ` Nick Clifton
@ 2002-06-07 10:15   ` Ian Lance Taylor
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Lance Taylor @ 2002-06-07 10:15 UTC (permalink / raw)
  To: Nick Clifton; +Cc: kieft_brian, binutils

Nick Clifton <nickc@cambridge.redhat.com> writes:

> > Is there a way to make ld allow section name lengths longer than 8
> > chars? Has anyone taken a hack at this before? Thanks,
> 
> In which file format ?
> 
> ELF for example allows section names longer than 8 characters, as does
> XCOFF.  COFF and AOUT do not.

Actually, this is supported in COFF as a GNU extension.  Define
COFF_LONG_SECTION_NAMES in your coff-foo.c file, and something similar
in the assembler.

Ian

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-06-07 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-03 12:21 ld section name length kieft_brian
2002-06-07  3:53 ` Nick Clifton
2002-06-07 10:15   ` Ian Lance Taylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).