diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-09-03 07:30:17 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-09-03 07:30:17 +0000 |
commit | b5e935ae855757d6f0b51b28b0bbc48a4c996f69 (patch) | |
tree | 6a418160cb3c4081c7088a6ee8e092e7a410d7ac /sim/v850/config.in | |
parent | fdd64f952debd1000ed87f077f0fea0ea1fb63dd (diff) | |
download | gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.zip gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.gz gdb-b5e935ae855757d6f0b51b28b0bbc48a4c996f69.tar.bz2 |
Pacify gcc-current -Wall.
Diffstat (limited to 'sim/v850/config.in')
-rw-r--r-- | sim/v850/config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/v850/config.in b/sim/v850/config.in index e455298..21ee17e 100644 --- a/sim/v850/config.in +++ b/sim/v850/config.in @@ -3,6 +3,10 @@ /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE +/* Define if your processor stores words with the most significant + byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + /* Define if you have the getrusage function. */ #undef HAVE_GETRUSAGE @@ -29,3 +33,6 @@ /* Define if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H + +/* Define if you have the <utime.h> header file. */ +#undef HAVE_UTIME_H |