1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/lib/libc
Daniel Eischen 2a43680e9f Export quad symbols. They were previously commented out. These symbols
really shouldn't be exported since they should be pulled from libgcc, but
the build of some applications is broken and they expect to see them in
libc.  glibc exports these symbols, although Solaris doesn't appear to,
so export them for compatibility's sake.

After discussion with:	kan
2007-05-31 13:07:37 +00:00
..
amd64 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
arm Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
compat-43 Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
db The usage of "info" in init_hash() is read-only, so constify 2007-05-25 09:57:48 +00:00
gdtoa Fix a rounding error. 2007-05-08 02:59:37 +00:00
gen Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
gmon Remove .mcount from gmon's Symbol map and add it to the appropriate 2007-05-13 14:16:55 +00:00
i386 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
ia64 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
include Remove 3rd clause, renumber, ok per email 2007-01-12 07:31:30 +00:00
inet Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
isc Merge BIND9 9.3.3 into main chunk. 2006-12-15 20:59:55 +00:00
locale - Fix typo 2007-05-04 16:01:07 +00:00
nameser Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
net Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
nls Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
posix1e Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
powerpc Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
quad Export quad symbols. They were previously commented out. These symbols 2007-05-31 13:07:37 +00:00
regex Const'ify and ANSIfy the internal interfaces of regex(3). 2007-05-25 12:44:58 +00:00
resolv Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
rpc Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
softfloat Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
sparc64 Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
stdio We should never zero-pad INF or NaN (yielding silly strings like "00inf") 2007-05-08 03:08:28 +00:00
stdlib Backout 1.5 as requested by deischen 2007-05-22 05:28:40 +00:00
stdtime Some libc symbol map cleanups. 2007-05-31 13:01:34 +00:00
string Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
sys Correct spelling errors in comments. 2007-05-28 11:36:43 +00:00
uuid Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
xdr Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
yp Use C comments since we now preprocess these files with CPP. 2007-04-29 14:05:22 +00:00
Makefile Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS 2007-05-19 16:38:39 +00:00
Versions.def Make sure FBSDprivate_1.0 is located at the end of the version 2007-04-29 16:14:17 +00:00