public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Gas: making md_long_jump_size mutable
@ 2004-10-29 15:34 Hans-Peter Nilsson
  2004-10-29 15:45 ` Ian Lance Taylor
  0 siblings, 1 reply; 6+ messages in thread
From: Hans-Peter Nilsson @ 2004-10-29 15:34 UTC (permalink / raw)
  To: binutils

Sensitive people might want to skip this message, as it only
matters to targets with "broken dot word" support.  (Though
there seems to be 13 of them, judging from number of definitions
of md_long_jump_size.)

I'd like to commit a CRIS variant called CRISv32.  Support for
crisv32-*-* is already in the imported config.sub and
config.guess.  The binutils support will be both as separate
crisv32-*-* targets and as options for the cris-*-* ELF targets.

However, CRISv32 needs a different value for md_long_jump_size
than CRIS.  I see two solutions: remove the "const" from the
extern declaration in symbols.c and write.c (!) or wrap them
#ifndef md_long_jump_size_declaration (or similar).  (Actually,
the first step would be to move declarations to tc.h but let's
keep that separate to the discussion.)

I'd prefer to just remove the "const".

(No, I'm not interested in alternative 3: remove BROKEN_DOT_WORD
support.  At least not for the time being. ;-)

brgds, H-P

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

end of thread, other threads:[~2004-11-04  2:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-29 15:34 Gas: making md_long_jump_size mutable Hans-Peter Nilsson
2004-10-29 15:45 ` Ian Lance Taylor
2004-11-03  0:45   ` [RFA:] unconstify md_short_jump_size, md_long_jump_size (was: Re: Gas: making md_long_jump_size mutable) Hans-Peter Nilsson
2004-11-03  0:59     ` Alan Modra
2004-11-04  1:53     ` Ian Lance Taylor
2004-11-04  2:21       ` Hans-Peter Nilsson

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