Alexander Kabaev
203ab4d0c3
Install etx/numeric_traits.h.
...
PR: gnu/115250
Approved by: re (blanket)
2007-08-16 23:02:00 +00:00
Alexander Kabaev
a602382caf
Remove comment that was added by mistakes and which prevented _eprintf
...
and gcc_bcmp to be added to static libgcc.a.
Approved by: re (kensmith)
2007-08-14 20:49:57 +00:00
Rong-En Fan
27cfc42fc5
- Bump share library version which were missed in last bump
...
Reported by: jhb
Discussed with: deischen, des, doubg, harti
Approved by: re (kensmith)
2007-06-18 18:47:54 +00:00
Alexander Kabaev
88843a0a1e
Install omp.h file.
...
Submitted by: Pieter de Goeje (pieter at degoejes dot nl)
2007-05-31 13:21:30 +00:00
Ruslan Ermilov
0effeaaec3
Don't forget to clean generated ssp.h.
2007-05-22 10:40:58 +00:00
Alexander Kabaev
1b156a4077
Fix the fallout from over-zealous obsolete files removal. Use correct
...
atomicity.h file for arm and powerpc.
2007-05-19 15:41:01 +00:00
Alexander Kabaev
68e56eb18e
Do not compile hash_compat.c.
2007-05-19 05:52:28 +00:00
Alexander Kabaev
afb57df680
Update bmake glue to build GCC 4.2.
...
Also:
Switch FreeBSD to use libgcc_s.so.1.
Use dl_iterate_phdr to locate shared objects' exception frame
info instead of depending on older register_frame_info machinery.
This allows us to avoid depending on libgcc_s.so.1 in binaries
that do not use exception handling directly. As an additional
benefit it breaks circular libc <=> libgcc_s.so.1 dependency too.
Build newly added libgomp.so.1 library, the runtime support
bits for OpenMP.
Build LGPLed libssp library. Our libc provides our own
BSD-licensed SSP callbacks implementation, so this library
is only built to benefit applications that have hadcoded
knowledge of libssp.so and libssp_nonshared.a. When linked
in from command line, these libraries override libc
implementation.
2007-05-19 04:25:59 +00:00
Andrey A. Chernov
b1b027ee15
Change RL_LIBRARY_VERSION
2006-12-31 09:27:16 +00:00
Andrey A. Chernov
82fe6057d5
Update config
2006-12-31 09:26:00 +00:00
Olivier Houchard
ca8022c580
Don't build the libgcc with functions already included in the libc to
...
unbreak the build.
We'll switch back to the libgcc functions and get rid of the libsoftfloat
later.
2006-10-12 16:43:15 +00:00
David E. O'Brien
d3fbc8d9c0
The ARM platform does the setjmp/longjmp type of exception handling.
2006-10-05 20:55:37 +00:00
Ruslan Ermilov
cf35cbe5d9
Fix build due to the incomplete removal of demangle.h.
2006-09-30 12:52:15 +00:00
Alexander Kabaev
2972ed120b
Reduce diffs with file generated by FSF configure.
2006-09-22 15:08:07 +00:00
Alexander Kabaev
ae8cd67d0b
Update libsupc++ to include missing files. This was fixed in libstdc++
...
a long time ago, but libsupc++ was left out somehow,
PR: gnu/99702
Submitted by: George Mitchell
2006-08-19 00:52:54 +00:00
Alexander Kabaev
3e95b67b25
Garbage collect library we did not compile for ages.
2006-06-06 19:31:45 +00:00
Andrey A. Chernov
4a3b1618bf
Upgrade to 5.1
2006-03-27 23:35:05 +00:00
Ruslan Ermilov
5740a2b62d
Convert NO_PROFILE and NO_LIB32 to new style.
2006-03-18 21:37:05 +00:00
Ruslan Ermilov
e1fe3dba5c
Reimplementation of world/kernel build options. For details, see:
...
http://lists.freebsd.org/pipermail/freebsd-current/2006-March/061725.html
The src.conf(5) manpage is to follow in a few days.
Brought to you by: imp, jhb, kris, phk, ru (all bugs are mine)
2006-03-17 18:54:44 +00:00
Ruslan Ermilov
d1e9def254
NO_MAN is not needed here.
2006-03-16 15:18:17 +00:00
Alexander Kabaev
4ece38b4ec
Include <sys/defs.h> to get __ISO_C_VISIBLE definition is one is not
...
already available.
2005-09-16 21:24:10 +00:00
Alexander Kabaev
046b7565e6
Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions if
...
they are not visible from wchar.h.
2005-09-16 20:56:17 +00:00
Tom Rhodes
bbe1f20097
Do not place paragraph information post-macro unless required by mdoc(7).
2005-08-20 10:17:03 +00:00
Colin Percival
5c2f3990e7
Repeatability is Considered Good when building this library, too. (And
...
I think this is the last one which needs it.)
2005-08-17 15:46:18 +00:00
Colin Percival
78e3c65953
Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS. This makes
...
this library build repeatably. (This change was made to libstdc++
several months ago; I just realized today that it would help here as
well.)
Approved by: kan
2005-08-17 01:59:10 +00:00
Ken Smith
a84020c2b9
Bump the shared library version number of all libraries that have not
...
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
2005-07-22 17:19:05 +00:00
Tim J. Robbins
90931e9aa8
This commit was generated by cvs2svn to compensate for changes in r146052,
...
which included commits to RCS files with non-trunk default branches.
2005-05-10 13:01:37 +00:00
Tim J. Robbins
829f2d6431
Update instructions to match recent import.
2005-05-10 12:04:01 +00:00
Tim J. Robbins
bc87600367
Update build infrastructure for new GNU regex bits.
2005-05-10 11:37:37 +00:00
Tim J. Robbins
9aa52d9745
Merge. Discard local bracket expression collating order patch, since
...
modern versions of GNU regex already do things the way we want when
multibyte character support is enabled.
2005-05-10 10:52:30 +00:00
Tim J. Robbins
163844cdca
This commit was generated by cvs2svn to compensate for changes in r146040,
...
which included commits to RCS files with non-trunk default branches.
2005-05-10 10:39:53 +00:00
Tim J. Robbins
aaf58402c2
Import of regex bits from fedora-glibc-2_3_4-21 tag in glibc CVS.
2005-05-10 10:39:53 +00:00
Peter Wemm
d18dd30b93
Turn on libobjc.so for all platforms on -current. It didn't work back
...
in 1996.
2005-05-01 01:59:48 +00:00
Tom Rhodes
d5f93c9179
Enforce style.Makefile(5).
...
Glanced at by: ru (some time ago).
2005-04-22 18:57:32 +00:00
David Schultz
b4a12fe13b
Teach libstdc++ about frexpl() and ldexpl().
2005-03-26 08:27:53 +00:00
Ruslan Ermilov
f94ec97d48
Fixed compilation warnings.
2005-02-21 21:02:25 +00:00
Ruslan Ermilov
423ac68026
Expand contractions.
2005-02-15 09:27:00 +00:00
Ruslan Ermilov
0227791b40
Expand *n't contractions.
2005-02-13 22:25:33 +00:00
Alexander Kabaev
63686f9fb9
More math functions.
...
Prodded by: stefanf
2005-01-26 14:23:31 +00:00
Alexander Kabaev
3a1a8495d2
We have floorl() now. Reflect this in the library config file.
2005-01-26 13:57:22 +00:00
Alexander Kabaev
44c3d0c80d
Of all templates only lists need a special implmementation file compiled
...
to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to
compile.
2005-01-26 13:56:27 +00:00
Ruslan Ermilov
b781f31ceb
Sort sections.
2005-01-18 09:04:26 +00:00
Colin Percival
08df008505
Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this
...
library. As the value suggests, this allows the library to be built repeatably;
without this flag, gcc uses a random value in its parsing.
Since the random seed is only used when handling files which do not have any
externally-visible symbols, this change is not needed for any other libraries
in the FreeBSD base system.
Discussed on: freebsd-arch (in early November)
Approved by: kan
MFC after: 1 week
2005-01-17 08:38:31 +00:00
Alexey Zelkin
f10f804f01
Fix 'redraw' of checklist box. It is occurs in situation when size of
...
checklist box is strictly set via command line, but amount of checklist
items less than height of checklist box. In this case bottom part
of box was not redrawn (occurs when passing focus behind of 'Cancel' button
while configuring any FreeBSD port OPTIONS)
MFC after: 3 days
2005-01-04 11:30:24 +00:00
Ruslan Ermilov
582ef25f94
NOHTML -> NO_HTML
2004-12-21 12:05:11 +00:00
Ruslan Ermilov
ab7a294721
NODOCCOMPRESS -> NO_DOCCOMPRESS
...
NOINFO -> NO_INFO
NOINFOCOMPRESS -> NO_INFOCOMPRESS
NOLINT -> NO_LINT
NOPIC -> NO_PIC
NOPROFILE -> NO_PROFILE
2004-12-21 09:33:47 +00:00
Ruslan Ermilov
e653b48c80
Start the dreaded NOFOO -> NO_FOO conversion.
...
OK'ed by: core
2004-12-21 08:47:35 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Ruslan Ermilov
83c731e4df
Replaced afterinstall: with FILES.
2004-10-18 16:39:53 +00:00
Andrey A. Chernov
f7a0503d8d
Back out termcap -> ncurses change in LDADD/DPADD
...
It expand functions scope too wide
2004-10-18 08:36:40 +00:00