diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-10-09 11:16:27 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-10-09 11:16:27 +0100 |
commit | 9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0 (patch) | |
tree | 0d46500da5c5cf3b4a5f4830c119e0e21a411163 /gcc/config/i386/netbsd-elf.h | |
parent | f35e4d626b69e1821a9349ee0abcde04ee2c7abd (diff) | |
download | gcc-9f2f9eb62b23a7b0c2a5caa89c0e3ce0840ff7b0.tar.gz |
freebsd.h, [...]: Update FSF address.
* config/alpha/freebsd.h, config/alpha/lib1funcs.asm,
config/i386/i386elf.h, config/i386/netbsd-elf.h,
config/i386/netware.h, config/mcore/gfloat.h,
config/mcore/mcore.c, config/mcore/mcore.h, config/mcore/mcore.md,
config/netware.h, gccbug.in: Update FSF address.
ada:
* 4gintnam.ads, Make-lang.in, Makefile.in, config-lang.in: Update
FSF address.
testsuite:
* consistency.vlad/vlad.exp, g++.old-deja/g++.mike/p784.C,
g++.old-deja/old-deja.exp, g77.f-torture/compile/compile.exp,
g77.f-torture/execute/execute.exp,
g77.f-torture/noncompile/noncompile.exp,
gcc.c-torture/compile/compile.exp,
gcc.c-torture/execute/execute.exp,
gcc.c-torture/execute/ieee/ieee.exp,
gcc.c-torture/execute/memcheck/memcheck.exp,
gcc.c-torture/unsorted/unsorted.exp, gcc.misc-tests/linkage.exp,
objc/execute/execute.exp: Update FSF address.
From-SVN: r46118
Diffstat (limited to 'gcc/config/i386/netbsd-elf.h')
-rw-r--r-- | gcc/config/i386/netbsd-elf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/i386/netbsd-elf.h b/gcc/config/i386/netbsd-elf.h index 5188ef4ac2f..e37b1c11c02 100644 --- a/gcc/config/i386/netbsd-elf.h +++ b/gcc/config/i386/netbsd-elf.h @@ -17,7 +17,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU CC; see the file COPYING. If not, write to -the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ +the Free Software Foundation, 59 Temple Place - Suite 330, +Boston, MA 02111-1307, USA. */ /* Provide a LIB_SPEC appropriate for NetBSD. Just select the appropriate libc, depending on whether we're doing profiling; if `-posix' is specified, |