diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-13 20:03:52 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2001-07-13 20:03:52 +0000 |
commit | 4902674b93af18328247cd14d2fb57b82a0ab2ed (patch) | |
tree | c04fff476558e92ada989b4c63dd81df254e87b4 /gdb/Makefile.in | |
parent | b724791951f3af34758ac7ea521f5967b3f5e0d8 (diff) | |
download | gdb-4902674b93af18328247cd14d2fb57b82a0ab2ed.zip gdb-4902674b93af18328247cd14d2fb57b82a0ab2ed.tar.gz gdb-4902674b93af18328247cd14d2fb57b82a0ab2ed.tar.bz2 |
2001-07-13 Elena Zannoni <ezannoni@redhat.com>
* remote-e7000.c (fetch_regs_from_dump): If register set is null,
generate an internal error.
(e7000_fetch_registers): Initialize variable 'wanted'.
(e7000_wait): Initialize variable 'wanted_nopc'.
(e7000_store_register): Fix sprintf compiler warnings.
(sub2_from_pc): Ditto.
(e7000_open): Close the descriptor, not the name.
(e7000_load): Fix compiler warnings.
(sub2_from_pc): Ditto.
* Makefile.in (remote-e7000.o): Can now compile with -Werror.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 77a2cdc..236368d 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -1837,13 +1837,8 @@ remote-bug.o: remote-bug.c $(defs_h) $(gdbcore_h) serial.h \ $(inferior_h) target.h terminal.h $(remote_utils_h) $(gdb_string_h) \ $(regcache_h) -# FIXME: For the SH target, remote-e7000 contains numerous -Wformat -# warnings. Since the fixes involve modifications to the code that -# handles the SH remote protocol the changes need to be tested against -# an SH board before they can be committed. cagney 1999-09-01. remote-e7000.o: remote-e7000.c $(defs_h) $(gdbcore_h) target.h \ serial.h $(gdb_string_h) $(regcache_h) - $(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $< remote-eb.o: remote-eb.c $(srcdir)/config/a29k/tm-a29k.h \ $(defs_h) $(gdbcore_h) $(inferior_h) symfile.h target.h terminal.h \ |