diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-07-17 18:49:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-07-17 18:49:36 +0000 |
commit | 606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e (patch) | |
tree | 587dc0ec278b5430cd3a40ae217544579b83bea5 /gdb/defs.h | |
parent | 073fbac62c4e7eb6b2c259fd5a6c5059b7cb9813 (diff) | |
download | gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.zip gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.tar.gz gdb-606e3b82eb5bb1168ad55e8b2e94388ddd1baa0e.tar.bz2 |
2003-07-17 Andrew Cagney <cagney@redhat.com>
* defs.h (GDB_MULTI_ARCH): Delete conditional define. Handled by
configure.
* sparc-tdep.c (sparc_intreg_size): Make non-static.
* config/sparc/tm-sparc.h (GDB_MULTI_ARCH): Define to
GDB_MULTI_ARCH_PARTIAL.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -780,16 +780,6 @@ typedef struct ptid ptid_t; #include "tm.h" #endif -/* GDB_MULTI_ARCH is normally set by configure.in using information - from configure.tgt or the config/%/%.mt Makefile fragment. Since - some targets have defined it in their "tm.h" file, delay providing - a default definition until after "tm.h" has been included.. */ - -#ifndef GDB_MULTI_ARCH -#define GDB_MULTI_ARCH 0 -#endif - - /* If the xm.h file did not define the mode string used to open the files, assume that binary files are opened the same way as text files */ |