diff options
author | John Gilmore <gnu@cygnus> | 1991-05-19 12:51:09 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-05-19 12:51:09 +0000 |
commit | de55ca0ee78e5fcb27ca7efd5a63e694850fd48c (patch) | |
tree | 02b69320008924c56bc46d386394436e7e4a7cba /gdb | |
parent | 69f29a86f06eaa85d889d84a2eb8c2ffa560f999 (diff) | |
download | gdb-de55ca0ee78e5fcb27ca7efd5a63e694850fd48c.zip gdb-de55ca0ee78e5fcb27ca7efd5a63e694850fd48c.tar.gz gdb-de55ca0ee78e5fcb27ca7efd5a63e694850fd48c.tar.bz2 |
Undo rich's "avoid compiling the module that doesn't compile, so I
can claim that it configures and builds" change.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/tm-sun4os4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/tm-sun4os4.h b/gdb/tm-sun4os4.h index f31a8c3..971bb4f 100644 --- a/gdb/tm-sun4os4.h +++ b/gdb/tm-sun4os4.h @@ -22,5 +22,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #undef STACK_END_ADDRESS #define STACK_END_ADDRESS 0xf8000000 - -#define NO_COFF |