This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r120265 - in /branches/libgcc-toplevel: ChangeL...


Author: drow
Date: Fri Dec 29 16:04:44 2006
New Revision: 120265

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120265
Log:
gcc/
	* Makefile.in (libgcc.mvars): Don't record ASM_HIDDEN_OP.
libgcc/
	* Makefile.in (check, installcheck): Remove dependencies.
	(vis_hide, ASM_HIDDEN_OP): Move to configure script.
	(libgcc-extra-parts): Rename from extra-parts.  Add .PHONY.
	(INSTALL_PARTS): Move higher.
	(all, install): Remove HOST_EXTRA and HOST_EXTRA_INSTALL
	dependencies.
	(LIB1ASMFUNCS, crtbegin.o, crtend.o, crtbeginS.o, crtendS.o)
	(crtbeginT.o): Use $(objext).
	(gcc-extra-parts): Add .PHONY.
	* config/t-slibgcc-darwin (ASM_HIDDEN_OP): Deleted.
	(HOST_EXTRA, HOST_EXTRA_INSTALL): Replace with dependencies.
	* config.host: Add asm_hidden_op.
	* configure.ac: Check for visibility.  Substitute asm_hidden_op.
	* configure: Regenerated.

Modified:
    branches/libgcc-toplevel/ChangeLog.libgcc
    branches/libgcc-toplevel/gcc/Makefile.in
    branches/libgcc-toplevel/libgcc/ChangeLog
    branches/libgcc-toplevel/libgcc/Makefile.in
    branches/libgcc-toplevel/libgcc/config.host
    branches/libgcc-toplevel/libgcc/config/t-slibgcc-darwin
    branches/libgcc-toplevel/libgcc/configure
    branches/libgcc-toplevel/libgcc/configure.ac


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]