Go to file
mycroft a04012e731 Split _rtld_relocate_plt_object() into two MD functions:
* _rtld_relocate_plt_lazy() fixes up all the relocs pointing to the PLT.  (On
  most platforms it just does a simple base-relative fixup; on SPARC it does
  nothing.)
* _rtld_relocate_plt_object() does immediate binding for a PLT entry.
The basic gist is that this saves a bit of time on SPARC (where the iteration
through the pltrela table was gratuitous), and a little less time on all other
platforms.  A whole lot of #ifdef'ed crap is moved out of reloc.c, too.

NOT tested on: hppa sh x86_64
2002-09-06 03:05:35 +00:00
bin Add comment about my rev. 1.27 change. 2002-09-04 04:21:54 +00:00
crypto don't touch free'ed memory. From: wang.zhong3@zte.com.cn, sync w/kame 2002-09-03 14:38:13 +00:00
dist ispell. 2002-09-04 00:09:23 +00:00
distrib Add new files installed by XFree86 4.2.1. 2002-09-04 22:56:21 +00:00
etc Add pci*. 2002-09-06 02:40:56 +00:00
games shops are only supposed to have 1 door (as per standard hack 1.0.3). 2002-08-22 01:49:34 +00:00
gnu * Rename ARM_FLAG_ATPCS_STACK_ALIGN to ARM_FLAG_ATPCS. 2002-08-28 17:33:54 +00:00
include remove unused/unsupported AI_xx. notified by PR 18072 2002-08-26 13:38:19 +00:00
lib Add __movstr_i4_{odd,even} for -m4. 2002-09-05 08:35:15 +00:00
libexec Split _rtld_relocate_plt_object() into two MD functions: 2002-09-06 03:05:35 +00:00
regress e_os.h is not part of exported openssl interface, so don't install it into 2002-08-31 10:46:36 +00:00
rescue oops; typo. (thanks enami!) 2002-08-26 09:02:45 +00:00
sbin * Add "getcache" and "setcache" commands to get/set basic cache 2002-09-03 16:56:05 +00:00
share Add COB, EOB. 2002-09-05 15:54:44 +00:00
sys always consult SS_CANTRCVMORE. PR 18185 2002-09-05 23:02:18 +00:00
tools work around FreeBSD defining user_from_uid() in stdlib.h 2002-07-03 17:17:04 +00:00
usr.bin + rephrase a bunch of stuff 2002-09-02 04:40:03 +00:00
usr.sbin Add back __attribute__() data for pstatus() removed by error in last commit. 2002-09-04 13:49:20 +00:00
BUILDING Remove duplicate 'files'. From Ryo HAYASAKA in toolchain/17674. 2002-07-22 09:49:05 +00:00
BUILDING.mdoc Remove duplicate 'files'. From Ryo HAYASAKA in toolchain/17674. 2002-07-22 09:49:05 +00:00
Makefile print date when make {distribution,release,snapshot} finished 2002-08-30 06:30:33 +00:00
Makefile.inc
UPDATING /rescue/*, and a new crunchgen to ensure /rescue/* is statically linked 2002-08-24 13:25:01 +00:00
build.sh Unset PWD so that pwd is guaranteed to return a physical path. 2002-09-03 22:03:48 +00:00