public inbox for gas2@sourceware.org
 help / color / mirror / Atom feed
* Lxx vs .Lxxx - gcc vs gas
@ 1995-06-17 14:58 DJ Delorie
  1995-06-17 16:33 ` Ken Raeburn
  1995-06-17 17:00 ` Ronald F. Guilmette
  0 siblings, 2 replies; 3+ messages in thread
From: DJ Delorie @ 1995-06-17 14:58 UTC (permalink / raw)
  To: gcc2, gas2

[Be careful when replying; this was sent to two mailing lists - DJ]

There are two types of "local" labels used by gcc and gas:

(1)	Lfoo:
(2)	.Lfoo:

gcc chooses which to use based on whether the target prepends an
underscore to external symbols or not.

gas chooses which to use based on whether the output object format is
COFF or not (for the i386, at least).

DJGPP is coff with underscores, and the two don't agree on which is
right, so I end up with all the local labels in the object's symbol
table.

Which should I fix?  Is there a global solution, or will I need a
special case for djgpp?

DJ
dj@delorie.com


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

end of thread, other threads:[~1995-06-17 17:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-06-17 14:58 Lxx vs .Lxxx - gcc vs gas DJ Delorie
1995-06-17 16:33 ` Ken Raeburn
1995-06-17 17:00 ` Ronald F. Guilmette

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).