Subject: CVS commit: src/gnu/dist/binutils
To: None <source-changes@NetBSD.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 01/09/2005 12:58:01
Module Name:	src
Committed By:	simonb
Date:		Sun Jan  9 12:58:01 UTC 2005

Modified Files:
	src/gnu/dist/binutils/bfd: config.bfd
	src/gnu/dist/binutils/gas: configure configure.in
	src/gnu/dist/binutils/ld: configure.tgt

Log Message:
Switch MIPS from using the "littlemips" and "bigmips" vectors to the
"tradlittlemips" and "tradbigmips" vectors.

The old vectors are meant for IRIX with it prelink shared library
support, and changes to better support this in binutils 2.15 broke
shared library support under NetBSD.  The "trad" vectors are what 32bit
Linux and OpenBSD also use.

These vectors are also compatible with older NetBSD-built shared
libraries and programs so no flag day is necessary (Yay!).

These changes from Nick Hudson.  Help also from Charles Hannum.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/gnu/dist/binutils/bfd/config.bfd
cvs rdiff -r1.3 -r1.4 src/gnu/dist/binutils/gas/configure \
    src/gnu/dist/binutils/gas/configure.in
cvs rdiff -r1.4 -r1.5 src/gnu/dist/binutils/ld/configure.tgt

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