mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 05:00:01 +00:00
Really check-in:
* Makefile.in (varobj.o): Delete special .c.o rule supressing -Werror flag.
This commit is contained in:
parent
a12ee2c5a4
commit
b045c3f9e7
@ -1,3 +1,8 @@
|
||||
Sun Dec 3 01:01:02 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* Makefile.in (varobj.o): Delete special .c.o rule supressing
|
||||
-Werror flag.
|
||||
|
||||
Sun Dec 3 00:29:31 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* m32r-rom.c (m32r_load_section): Update to match
|
||||
@ -145,8 +150,6 @@ Thu Nov 30 13:19:16 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
Thu Nov 30 01:14:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
|
||||
|
||||
* Makefile.in (varobj.o): Delete special compile rule
|
||||
suppressing -Werror flag.
|
||||
* varobj.c (varobj_create): Initialize ``old_fi''.
|
||||
(varobj_update): Initialize ``templist''.
|
||||
|
||||
|
@ -2029,9 +2029,10 @@ gdb-events.o: gdb-events.c gdb-events.h $(defs_h) $(gdbcmd_h)
|
||||
|
||||
ui-out.o: ui-out.c $(defs_h) $(ui_out_h) expression.h language.h
|
||||
cli-out.o: cli-out.c $(defs_h) $(ui_out_h) $(cli_out_h)
|
||||
|
||||
varobj.o: varobj.c $(defs_h) $(frame_h) $(value_h) \
|
||||
$(language_h) valprint.h varobj.h wrapper.h
|
||||
$(CC) -c $(INTERNAL_WARN_CFLAGS) $(NO_WERROR_CFLAGS) $<
|
||||
|
||||
wrapper.o: wrapper.c $(defs_h) $(frame_h) $(value_h) wrapper.h
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user