Subject: CVS commit: [netbsd-2-0] src/gnu/lib/libgcc3/arch
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/16/2004 21:07:26
Module Name:	src
Committed By:	he
Date:		Fri Jul 16 21:07:26 UTC 2004

Modified Files:
	src/gnu/lib/libgcc3/arch [netbsd-2-0]: alpha.mk arm.mk i386.mk
	    m68000.mk m68k.mk mipseb.mk mipsel.mk ns32k.mk powerpc.mk sh3el.mk
	    sh5el.mk sparc.mk sparc64.mk x86_64.mk

Log Message:
Pull up revision 1.4 (requested by skrll in ticket #668):
  Do the same thing as stock gcc, by using the symbol
  versioning script to remove certain symbols from the
  dynamic symbol table, and pull in libgcc_pic in the
  -shared-libgcc case for the millicode platforms.
  Fixes PR#22452.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.3.2.1 src/gnu/lib/libgcc3/arch/alpha.mk \
    src/gnu/lib/libgcc3/arch/arm.mk src/gnu/lib/libgcc3/arch/i386.mk \
    src/gnu/lib/libgcc3/arch/m68000.mk src/gnu/lib/libgcc3/arch/m68k.mk \
    src/gnu/lib/libgcc3/arch/mipseb.mk src/gnu/lib/libgcc3/arch/mipsel.mk \
    src/gnu/lib/libgcc3/arch/ns32k.mk src/gnu/lib/libgcc3/arch/powerpc.mk \
    src/gnu/lib/libgcc3/arch/sh3el.mk src/gnu/lib/libgcc3/arch/sh5el.mk \
    src/gnu/lib/libgcc3/arch/sparc.mk src/gnu/lib/libgcc3/arch/sparc64.mk \
    src/gnu/lib/libgcc3/arch/x86_64.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.