This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: sparc.c:save_regs() offsets passed to dwarf2 code
- To: amylaar at cygnus dot co dot uk (Joern Rennecke)
- Subject: Re: sparc.c:save_regs() offsets passed to dwarf2 code
- From: Richard Henderson <rth at cygnus dot com>
- Date: Wed, 1 Oct 1997 11:01:12 -0700 (PDT)
- Cc: davem at jenolan dot rutgers dot edu, jason at cygnus dot com, rth at cygnus dot com, egcs at cygnus dot com
- Reply-To: rth at cygnus dot com
> > and the next person on a 64-bit port using dwarf2 need not hit all the
> > headaches I have over the past few days. ;-)
>
> This means to desupport old-style K&R compilers for targets where int and
> long are different. If you want to support K&R, you rather have to
> explicitly pass values of the correct type.
There are no K&R-only 64-bit compilers, so it is not an issue.
IMO, K&R is less and less important. While we shouldn't just
remove support for it wholesale, we can resonably expect them
all to share the all-the-world's-a-vax view of yesteryear.
r~