OpenGrok
Cross Reference: makeas.sh
xref
: /
src
/
lib
/
libm
/
arch
/
m68060
/
makeas.sh
Home
|
History
|
Annotate
|
Download
|
only in
m68060
History log of
/src/lib/libm/arch/m68060/makeas.sh
Revision
Date
Author
Comments
1.16
07-May-2024
riastradh
lib/libm/m68060/makeas.sh: Delimit symbols with END.
This way we get symbol sizes in the ELF output.
1.15
07-May-2024
riastradh
lib/libm/arch/m68060/makeas.sh: Create public weak aliases.
Use _foo for internal names, and weak alias foo when it's public like
sin/cos/tan.
1.14
07-May-2024
riastradh
lib/libm/m68060/makeas.sh: Use `set -eu' to detect script mistakes.
No functional change intended.
1.13
07-May-2024
riastradh
lib/libm/m68060/makeas.sh: Pass arguments to dummy more idiomatically.
No functional change intended.
1.12
07-May-2024
riastradh
lib/libm/m68060/makeas.sh: Use local for shell functions.
No functional change intended.
1.11
07-May-2024
riastradh
lib/libm/arch/m68060/makeas.sh: Indent sh blocks.
No functional change intended.
1.10
07-May-2024
riastradh
lib/libm/arch/m68060/makeas.sh: Strip the $ when emitting RCS id.
1.9
07-May-2024
riastradh
libm/arch/m68060/makeas.sh: Tag output with makeas.sh RCS id.
No functional change intended to the output -- only changes are to
comments.
1.8
06-Jan-2010
phx
Jump through the PLT in PIC mode to fix the DT_TEXTREL warning on creating
the shared object.
1.7
09-Nov-2009
is
Move to two-clause license.
1.6
16-May-2000
is
Change libm-68060 internal, but file external labels (used for linkage between
wrapper functions and the Motorola code) to guarantee consistent protection
of the user namespace.
1.5
12-May-2000
is
Move each wrapper function to its own source file, such that redefining one
function doesn't give link errors when another one is pulled in from the
library.
Problem discovered by Klaus Klein.
1.4
10-Nov-1999
thorpej
Add register prefixes.
1.3
22-Aug-1999
is
branches: 1.3.4;
*gamma* need k_sin*/k_cos*
1.2
21-Aug-1999
is
wrap lines in Makefile.list
1.1
19-Aug-1999
is
branches: 1.1.1;
Initial revision
1.1.1.1
19-Aug-1999
is
Motorola 68060 floating point library support package based architecture
dependent code for libm. Currently, easy functions only.
1.3.4.1
27-Dec-1999
wrstuden
Pull up to last week's -current.
Indexes created Fri Oct 17 23:09:53 GMT 2025