freebsd-dev/contrib
David E. O'Brien 13696e0464 MFC: gcc.295/config/alpha/freebsd.h revision 1.12:
Remove our definition for FUNCTION_PROFILER as it is wrong.

Note that "jsr $28,_mcount" is a macro for
	ldq $27, _mcount($29)           !literal!1
	jsr $28, ($27), _mcount         !lituse_jsr!1

1. The call to _mcount is added by alpha_expand_prologue after we load the gp.
Our _mcount uses $27 for the incoming address, unlike OSF/1 and Linux,
which use $28.  This probably doesn't matter since we probably don't use $27
within _mcount itself.
2. You can't use this insn with _mcount because it uses the PLT, which clobbers
the return address in $28.  Note that the prologue_mcount pattern carefully
avoids adding the lituse_jsr relocation so that we call through the GOT
directly.

Submitted by:	Richard Henderson <rth@redhat.com>
2002-01-31 17:20:44 +00:00
..
amd
awk
bc
bind
binutils The list of not-wanted and needed files for the binutils_anoncvs_20020127 2002-01-28 12:51:19 +00:00
bzip2
com_err
cpio
cvs
diff *sigh* Misfire. Backout previous commit, as it was meant for 2002-01-29 17:40:45 +00:00
file
gcc MFC: gcc.295/config/alpha/freebsd.h revision 1.12: 2002-01-31 17:20:44 +00:00
gdb Use these malloc-like bits from libiberty now. 2002-01-27 12:45:01 +00:00
gperf
groff MFV: Initialize %I register. 2002-01-18 15:28:32 +00:00
ipfilter
isc-dhcp dhclient-script.conf lives in /etc and not /sbin. 2002-01-23 13:56:41 +00:00
less
libf2c
libio This commit was generated by cvs2svn to compensate for changes in r89884, 2002-01-27 22:41:09 +00:00
libobjc
libpam This commit disables chain caching. 2002-01-24 15:30:03 +00:00
libpcap
libreadline
libstdc++ This commit was generated by cvs2svn to compensate for changes in r89884, 2002-01-27 22:41:09 +00:00
lukemftp
lukemftpd
ncurses
ntp
nvi Merge rev 1.1.1.3 from vendor branch: fix refresh / warning deadlock 2002-01-31 14:23:49 +00:00
one-true-awk
opie Zeroing memset() in opiechallenge() really is not needed because it is the 2002-01-24 22:19:21 +00:00
patch
perl5
pnpinfo
sendmail
smbfs
tcp_wrappers
tcpdump
tcsh
telnet
texinfo
top Resolve conflicts. 2002-01-24 17:58:42 +00:00
traceroute