Home | History | Annotate | Download | only in vax
History log of /src/lib/libm/arch/vax/n_argred.S
RevisionDateAuthorComments
 1.10  07-May-2024  riastradh libm/arch/vax: Use END to delimit symbol definitions.

This way we get sizes and, likely, slightly better debug info about
PCs inside these symbols.
 1.9  19-Apr-2007  matt Mark some internal libm symbols as hidden
 1.8  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.
 1.7  24-Feb-2002  matt Change to use a register prefix.
 1.6  14-Jul-2000  matt Well, duh! Use indexed addressing since that's why it's there. That way
the code is PIC. (mmm. linker warning's about non-PIC code).
 1.5  14-Jul-2000  matt Clean up & prepare for ELF. Don't define isnan since it's in libc. Add a
powf (really a wrapper for pow).
 1.4  02-Jul-1999  simonb branches: 1.4.8;
More trailing white space.
 1.3  11-Nov-1998  matt Fix PIC code and fix problem with obj dirs.
 1.2  31-Oct-1998  matt Add .type _sym,@foo for shared libraries
 1.1  10-Oct-1995  ragge Machine specific math library files for vax.
 1.4.8.1  14-Aug-2000  ragge Apply patch (requested by user, approved by thorpej):

Dynamic linked JSB called global labels don't work, subroutines
must be called with CALLS instead. This patch fixes it for the 1.5 release.

RSS XML Feed