cvs commit: src/lib/libc Makefile

2007-05-19 Thread Alexander Kabaev
kan 2007-05-19 16:38:40 UTC FreeBSD src repository Modified files: lib/libc Makefile Log: Use LDADD to add -lgcc to the end of linker command line. Using LDFLAGS puts it before library's object files, making the whole constuct useless. Revision Changes

Re: cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-19 Thread Alexander Kabaev
On Sun, 20 May 2007 10:27:48 +0400 Ruslan Ermilov <[EMAIL PROTECTED]> wrote: > On Sat, May 19, 2007 at 10:58:04AM -0400, Alexander Kabaev wrote: > > GCC build tools somehow were built against shared libc.so.7 with > > symbol versioning, instead of library on host. So then whe

cvs commit: src/sys/amd64/amd64 elf_machdep.c src/sys/arm/arm elf_machdep.c src/sys/compat/ia32 ia32_sysvec.c src/sys/i386/i386 elf_machdep.c src/sys/ia64/ia64 elf_machdep.c src/sys/powerpc/powerpc el

2007-05-21 Thread Alexander Kabaev
kan 2007-05-22 02:22:58 UTC FreeBSD src repository Modified files: sys/amd64/amd64 elf_machdep.c sys/arm/arm elf_machdep.c sys/compat/ia32 ia32_sysvec.c sys/i386/i386elf_machdep.c sys/ia64/ia64elf_machdep.c sys/powerpc/po

cvs commit: src/gnu/usr.bin/cc/cc_tools Makefile

2007-05-27 Thread Alexander Kabaev
kan 2007-05-28 00:25:07 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc/cc_tools Makefile Log: Fix compiles when user chooses to disable both ObjC and C++ support in GCC. Reported by: bz Revision ChangesPath 1.88 +2 -1 src/gnu/usr.bin/cc

cvs commit: src/contrib/gcc gcc.c

2007-05-28 Thread Alexander Kabaev
kan 2007-05-28 23:02:56 UTC FreeBSD src repository Modified files: contrib/gcc gcc.c Log: Disable shared libgcc use for profiled builds. GNU linker pulls symbols out of libgcc_s.so.1 somehow and fails to record DT_NEEED dependency when linking with profiled libra

cvs commit: src/sys/gnu/fs/xfs xfs_bit.c xfs_bmap.c xfs_bmap_btree.c xfs_dir.c xfs_ialloc.c xfs_inode.c xfs_log.c xfs_log_recover.c xfs_rtalloc.h xfs_vnodeops.c src/sys/gnu/fs/xfs/FreeBSD xfs_ioctl.c

2007-05-29 Thread Alexander Kabaev
kan 2007-05-30 03:03:06 UTC FreeBSD src repository Modified files: sys/gnu/fs/xfs xfs_bit.c xfs_bmap.c xfs_bmap_btree.c xfs_dir.c xfs_ialloc.c xfs_inode.c xfs_log.c xfs_log_recover.c xfs_rtalloc.h

cvs commit: src/gnu/lib/libgomp Makefile

2007-05-31 Thread Alexander Kabaev
kan 2007-05-31 13:21:30 UTC FreeBSD src repository Modified files: gnu/lib/libgomp Makefile Log: Install omp.h file. Submitted by: Pieter de Goeje (pieter at degoejes dot nl) Revision ChangesPath 1.2 +2 -0 src/gnu/lib/libgomp/Makefile __

cvs commit: ports/java/eclipse Makefile distinfo ports/java/eclipse/files eclipse.in manualpatch-plugins-swt-cairo-library manualpatch-plugins-swt-gtk-build.sh manualpatch-plugins-swt-gtk-make_freebsd

2006-11-03 Thread Alexander Kabaev
kan 2006-11-04 02:06:50 UTC FreeBSD ports repository Modified files: java/eclipse Makefile distinfo java/eclipse/files eclipse.in patch-build patch-build.xml patch-features-jdt-build.xml patch-features-jdt-source-b

Re: cvs commit: src/sys/amd64/include md_var.h

2007-01-17 Thread Alexander Kabaev
=1.79 Back this out please. I do not see how this change can possibly be correct. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: CVSROOT access

2007-03-10 Thread Alexander Kabaev
> review changes for security implications. > > Approved by:core > > Revision ChangesPath > 1.815 +1 -0 CVSROOT/access > > http://cvsweb.FreeBSD.org/CVSROOT/access.diff?r1=1.814&r2=1.815 No press is bad as long as they get your name right. :) You meant

cvs commit: src/gnu/usr.bin/cc Makefile.fe Makefile.inc src/gnu/usr.bin/cc/c++filt Makefile src/gnu/usr.bin/cc/cc_int Makefile src/gnu/usr.bin/cc/f77 Makefile

2007-03-11 Thread Alexander Kabaev
kan 2007-03-12 00:28:06 UTC FreeBSD src repository Modified files: gnu/usr.bin/cc Makefile.fe Makefile.inc gnu/usr.bin/cc/c++filt Makefile gnu/usr.bin/cc/cc_int Makefile gnu/usr.bin/cc/f77 Makefile Log: Minor Makefile cleanup. Do not use Makefile variab

Re: cvs commit: src/lib/msun Symbol.map

2007-12-13 Thread Alexander Kabaev
ce that exists in 7.0. Either we add these to 7.0 before it releases, or they should go into their own section which will start collecting all new libc symbols to appear in 8.0. Daniel, Yar - what is your take on this? -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/lib/msun Symbol.map

2007-12-14 Thread Alexander Kabaev
On Fri, 14 Dec 2007 01:22:32 -0500 David Schultz <[EMAIL PROTECTED]> wrote: > On Thu, Dec 13, 2007, Alexander Kabaev wrote: > > > http://cvsweb.FreeBSD.org/src/lib/msun/Symbol.map.diff?r1=1.5&r2=1.6 > > > > This is just wrong IMHO. New exported symbols should no

Re: cvs commit: src/lib/msun Symbol.map

2007-12-14 Thread Alexander Kabaev
On Fri, 14 Dec 2007 00:48:51 -0500 (EST) Daniel Eischen <[EMAIL PROTECTED]> wrote: > On Thu, 13 Dec 2007, Alexander Kabaev wrote: > > > On Fri, 14 Dec 2007 03:08:10 + (UTC) > > David Schultz <[EMAIL PROTECTED]> wrote: > > > >> das 20

Re: cvs commit: src/bin/mv mv.c

2007-12-16 Thread Alexander Kabaev
make buildworld on amd64 at least: /usr/src/bin/mv/mv.c: In function 'copy': /usr/src/bin/mv/mv.c:361: warning: variable 'rval' might be clobbered by 'longjmp' or 'vfork' /usr/src/bin/mv/mv.c:361: warning:variable 'i' might be clobbered by 'longjmp' or 'vfork' -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Alexander Kabaev
=1.21 > http://cvsweb.FreeBSD.org/src/lib/libthr/thread/thr_syscalls.c.diff?r1=1.16&r2=1.17 Technically, you just broke ABI backwards compatibility for libthr. Symbols can not be removed from exported sections on a whim. -- Alexander Kabaev signature.asc Description: PGP signature

Re: cvs commit: src/lib/libthr pthread.map src/lib/libthr/thread thr_syscalls.c

2007-12-20 Thread Alexander Kabaev
On Thu, 20 Dec 2007 17:10:03 -0800 Xin LI <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, Alexander, > > Alexander Kabaev wrote: > > On Thu, 20 Dec 2007 04:32:28 + (UTC) > > David Xu <[EMAIL PROTECTED]> wrote:

<    1   2   3