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: davem at jenolan dot rutgers dot edu (David S. Miller)
- Subject: Re: sparc.c:save_regs() offsets passed to dwarf2 code
- From: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Date: Wed, 1 Oct 1997 18:39:29 +0100 (BST)
- Cc: jason at cygnus dot com, rth at cygnus dot com, egcs at cygnus dot com
> I think all the functions exported by dwarf2out.c should be placed
> into a header file, so this nonsense need not be addressed ever again,
> 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.