diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-10 17:37:26 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2003-10-10 17:37:26 +0000 |
commit | af6625cb5ec6c9bf76443448e0b56f1df96d9de3 (patch) | |
tree | a4ac30a0e083a500b9b92be3db6673878222150e /gcc | |
parent | 6b61bca48f4d07a471176ab1285ae346d8a8dc6a (diff) | |
download | gcc-af6625cb5ec6c9bf76443448e0b56f1df96d9de3.zip gcc-af6625cb5ec6c9bf76443448e0b56f1df96d9de3.tar.gz gcc-af6625cb5ec6c9bf76443448e0b56f1df96d9de3.tar.bz2 |
config.gcc (mips*-*-netbsd*): Remove content-free line.
* config.gcc (mips*-*-netbsd*): Remove content-free line.
Also fixed old-style ChangeLog date to be new-style.
From-SVN: r72304
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config.gcc | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ffb97d3..ac872ee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,4 +1,8 @@ -Fri Oct 10 18:54:39 CEST 2003 Herman A.J. ten Brugge <hermantenbrugge@home.nl> +2003-10-10 Nathanael Nerode <neroden@gcc.gnu.org> + + * config.gcc (mips*-*-netbsd*): Remove content-free line. + +2003-10-10 Herman A.J. ten Brugge <hermantenbrugge@home.nl> * gcov-io.h: Check BITS_PER_UNIT when defining gcov_unsigned_t, gcov_position_t and gcov_type. diff --git a/gcc/config.gcc b/gcc/config.gcc index 7fa4fca..c3e54a4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1422,7 +1422,6 @@ mips-sgi-irix5*) # SGI System V.4., IRIX 5 mips*-*-netbsd*) # NetBSD/mips, either endian. target_cpu_default="MASK_GAS|MASK_ABICALLS" tm_file="elfos.h ${tm_file} mips/elf.h netbsd.h netbsd-elf.h mips/netbsd.h" - tmake_file="${tmake_file}" ;; mips64*-*-linux*) tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} mips/linux.h mips/linux64.h" |