diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-09 18:33:44 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-09 18:33:44 +0000 |
commit | f46ffb9ebd962cac950b40604900ede5e174afd8 (patch) | |
tree | e30a70cfcc83e29974e5d9423a7962a3a2f53b7f /gdb/config/m68k/tm-st2000.h | |
parent | 5c303f64ca252af6e7481942e26c643dad4c6620 (diff) | |
download | gdb-f46ffb9ebd962cac950b40604900ede5e174afd8.zip gdb-f46ffb9ebd962cac950b40604900ede5e174afd8.tar.gz gdb-f46ffb9ebd962cac950b40604900ede5e174afd8.tar.bz2 |
More gcc lint:
* exec.c (ignore): Return 0.
* stack.c (return_command): Fetch lazy value directly, not via
VALUE_CONTENTS, to avoid "value computed is not used".
* inflow.c (new_tty): Move osigttou inside #if.
* remote.c (remote_fetch_registers): If remote reply is short, just
note that fact and keep going (reading extra registers as all bits 0).
(remote_store_registers): Send number of registers that were found
by remote_fetch_registers.
* m68k-tdep.c, config/m68k/tm-m68k.h, config/m68k/tm-*.h: Remove
HAVE_68881. Define CANNOT_STORE_REGISTER if ptrace() can't write
floating registers.
* config/m68k/{tm-m68k-nofp.h,m68k-nofp.mt,tm-m68k-fp.h,m68k-fp.mt}:
Remove, replaced by {tm-m68k-em.h,m68k-em.mt}.
* Makefile.in, configure.in: Change accordingly.
Diffstat (limited to 'gdb/config/m68k/tm-st2000.h')
-rw-r--r-- | gdb/config/m68k/tm-st2000.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/m68k/tm-st2000.h b/gdb/config/m68k/tm-st2000.h index 6a23830..7c24a11 100644 --- a/gdb/config/m68k/tm-st2000.h +++ b/gdb/config/m68k/tm-st2000.h @@ -17,6 +17,4 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -#define HAVE_68881 /* GDB won't compile without this */ - #include "m68k/tm-m68k.h" |