diff options
author | John Gilmore <gnu@cygnus> | 1992-04-09 09:30:45 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-04-09 09:30:45 +0000 |
commit | 9e53d9dce67fe97cbaf4f17227847d79c283decf (patch) | |
tree | 87493ef8656455f4b7a7d56d1043f059f127b62e /gdb/xm-sun4os5.h | |
parent | 095db7ce4528842c75f8e015a329eca2181db3f3 (diff) | |
download | gdb-9e53d9dce67fe97cbaf4f17227847d79c283decf.zip gdb-9e53d9dce67fe97cbaf4f17227847d79c283decf.tar.gz gdb-9e53d9dce67fe97cbaf4f17227847d79c283decf.tar.bz2 |
Minor changes for Solaris.
Diffstat (limited to 'gdb/xm-sun4os5.h')
-rw-r--r-- | gdb/xm-sun4os5.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/xm-sun4os5.h b/gdb/xm-sun4os5.h index 990c28a..5749319 100644 --- a/gdb/xm-sun4os5.h +++ b/gdb/xm-sun4os5.h @@ -55,3 +55,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define MMAP_BASE_ADDRESS 0xE0000000 /* First mapping here */ #define MMAP_INCREMENT 0x01000000 /* Increment to next mapping */ + +/* These are not currently used in SVR4 (but should be, FIXME!). */ +#undef DO_DEFERRED_STORES +#undef CLEAR_DEFERRED_STORES |