| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
GCC defines built-ins for atomic instructions found on i486 and higher.
Because FreeBSD no longer supports the 80386 cpu all code targeting
FreeBSD/i386 necessarily runs on i486 or higher so the compiler
built-ins can be used by default inside libstdc++ and in C++ headers.
This allows newly compiled C++ code to inline some atomic operations.
Old binaries continue to use libstdc++ functions.
Approved by: kib (mentor)
Notes:
svn path=/stable/7/; revision=212963
|
| |
|
|
|
|
|
|
|
|
|
| |
Install extra include files that were forgotten in original GCC 4.2.x
import changes.
PR: 124647
Submitted by: Vlad GALU
Notes:
svn path=/stable/7/; revision=179885
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> While checking over the libraries for 7.0-REL Kris found the following
> libraries had not had their versions bumped relative to 6.3-REL but
> had indeed been changed. We need to bump their version so they can be
> properly added to the compat6x port:
>
> libasn1.so.8 libgssapi.so.8 libhdb.so.8 libkadm5clnt.so.8
> libkadm5srv.so.8 libkafs5.so.8 libkrb5.so.8 libobjc.so.2
Versions being MFCed:
gnu/lib/libobjc/Makefile: 1.33
kerberos5/lib/Makefile.inc: 1.8
lib/libgssapi/Makefile: 1.3
Approved by: re (bmah)
Notes:
svn path=/stable/7/; revision=173786
|
| |
|
|
|
|
|
|
|
|
|
|
| |
we did not install. Install objc-decls.h to fix.
PR: 116943
Reported by: beech
Submitted by: vanilla on -current, kan
Approved by: re (kensmith)
Notes:
svn path=/stable/7/; revision=172578
|
| |
|
|
|
|
|
|
|
| |
(Noticed in ghostscript-gpl core dump)
Approved by: re@ (bmah)
Notes:
svn path=/head/; revision=171951
|
| |
|
|
|
|
|
|
| |
PR: gnu/115250
Approved by: re (blanket)
Notes:
svn path=/head/; revision=171864
|
| |
|
|
|
|
|
|
|
| |
and gcc_bcmp to be added to static libgcc.a.
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=171846
|
| |
|
|
|
|
|
|
|
| |
Reported by: jhb
Discussed with: deischen, des, doubg, harti
Approved by: re (kensmith)
Notes:
svn path=/head/; revision=170925
|
| |
|
|
|
|
|
| |
Submitted by: Pieter de Goeje (pieter at degoejes dot nl)
Notes:
svn path=/head/; revision=170156
|
| |
|
|
| |
Notes:
svn path=/head/; revision=169862
|
| |
|
|
|
|
|
| |
atomicity.h file for arm and powerpc.
Notes:
svn path=/head/; revision=169767
|
| |
|
|
| |
Notes:
svn path=/head/; revision=169736
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=169718
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165677
|
| |
|
|
| |
Notes:
svn path=/head/; revision=165676
|
| |
|
|
|
|
|
|
|
| |
unbreak the build.
We'll switch back to the libgcc functions and get rid of the libsoftfloat
later.
Notes:
svn path=/head/; revision=163279
|
| |
|
|
| |
Notes:
svn path=/head/; revision=163043
|
| |
|
|
| |
Notes:
svn path=/head/; revision=162851
|
| |
|
|
| |
Notes:
svn path=/head/; revision=162553
|
| |
|
|
|
|
|
|
|
|
| |
a long time ago, but libsupc++ was left out somehow,
PR: gnu/99702
Submitted by: George Mitchell
Notes:
svn path=/head/; revision=161457
|
| |
|
|
| |
Notes:
svn path=/head/; revision=159355
|
| |
|
|
| |
Notes:
svn path=/head/; revision=157190
|
| |
|
|
| |
Notes:
svn path=/head/; revision=156854
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=156813
|
| |
|
|
| |
Notes:
svn path=/head/; revision=156775
|
| |
|
|
|
|
|
| |
already available.
Notes:
svn path=/head/; revision=150234
|
| |
|
|
|
|
|
| |
they are not visible from wchar.h.
Notes:
svn path=/head/; revision=150233
|
| |
|
|
| |
Notes:
svn path=/head/; revision=149321
|
| |
|
|
|
|
|
| |
I think this is the last one which needs it.)
Notes:
svn path=/head/; revision=149195
|
| |
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=149172
|
| |
|
|
|
|
|
|
|
|
| |
been bumped since RELENG_5.
Reviewed by: ru
Approved by: re (not needed for commit check but in principle...)
Notes:
svn path=/head/; revision=148297
|
| |
|
|
|
|
|
| |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=146053
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146050
|
| |
|
|
| |
Notes:
svn path=/head/; revision=146044
|
| |
|
|
|
|
|
|
| |
modern versions of GNU regex already do things the way we want when
multibyte character support is enabled.
Notes:
svn path=/head/; revision=146043
|
| |\
| |
| |
| |
| |
| |
| | |
which included commits to RCS files with non-trunk default branches.
Notes:
svn path=/head/; revision=146041
|
| | |
| |
| |
| |
| | |
Notes:
svn path=/vendor/libregex/dist/; revision=146040
svn path=/vendor/libregex/fedora-glibc-2.3.4-21/; revision=146042; tag=vendor/libregex/fedora-glibc-2.3.4-21
|
| | |
| |
| |
| |
| |
| |
| | |
in 1996.
Notes:
svn path=/head/; revision=145739
|
| | |
| |
| |
| |
| |
| |
| | |
Glanced at by: ru (some time ago).
Notes:
svn path=/head/; revision=145413
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=144140
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=142189
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=141946
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=141846
|
| | |
| |
| |
| |
| |
| |
| | |
Prodded by: stefanf
Notes:
svn path=/head/; revision=140864
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=140861
|
| | |
| |
| |
| |
| |
| |
| |
| | |
to support __GLIBCXX_DEBUG. Add debug_list.cc to the list of files to
compile.
Notes:
svn path=/head/; revision=140860
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=140410
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
Notes:
svn path=/head/; revision=140372
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
Notes:
svn path=/head/; revision=139669
|
| | |
| |
| |
| | |
Notes:
svn path=/head/; revision=139119
|