diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-04-03 09:37:26 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-04-03 09:37:26 -0700 |
commit | 31031eddacda46a500b2390f52cd4474bcaf84ca (patch) | |
tree | 28111445709b1e369e559db59f8c46cf5b81a203 /gcc/mips-tdump.c | |
parent | 732dcb6f2a8254467d15cffc3cebf3467c4d010f (diff) | |
download | gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.zip gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.tar.gz gcc-31031eddacda46a500b2390f52cd4474bcaf84ca.tar.bz2 |
dummy commit before merge
From-SVN: r18980
Diffstat (limited to 'gcc/mips-tdump.c')
-rw-r--r-- | gcc/mips-tdump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mips-tdump.c b/gcc/mips-tdump.c index 3eb4ef8..edebf02 100644 --- a/gcc/mips-tdump.c +++ b/gcc/mips-tdump.c @@ -1,5 +1,5 @@ /* Read and manage MIPS symbol tables from object modules. - Copyright (C) 1991, 1994, 1995 Free Software Foundation, Inc. + Copyright (C) 1991, 1994, 1995, 1997 Free Software Foundation, Inc. Contributed by hartzell@boulder.colorado.edu, Rewritten by meissner@osf.org. @@ -20,13 +20,13 @@ along with GNU CC; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include "config.h" #include <stdio.h> #include <sys/types.h> #include <sys/file.h> #include <time.h> #include <fcntl.h> #include <errno.h> -#include "config.h" #ifdef index #undef index |