diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-05-23 16:02:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-05-23 16:02:30 +0000 |
commit | e8f3fcdde6305c944da30d31b01a2bbf6d988e61 (patch) | |
tree | f33dc4c78d15fc1bc36c9ec13e5c1793ee9bb097 /gdb/Makefile.in | |
parent | 39c1d492f8db83eea519036616cb4d7cdb738a16 (diff) | |
download | gdb-e8f3fcdde6305c944da30d31b01a2bbf6d988e61.zip gdb-e8f3fcdde6305c944da30d31b01a2bbf6d988e61.tar.gz gdb-e8f3fcdde6305c944da30d31b01a2bbf6d988e61.tar.bz2 |
2003-05-23 Andrew Cagney <cagney@redhat.com>
* objc-lang.c: Include "gdb_assert.h".
(objc_op_print_tab): Use OP_NULL and PREC_NULL instead of 0.
(CHECK, CHECK_FATAL, __CHECK_FUNCTION): Delete macros.
(gdb_check, gdb_check_fatal): Delete functions.
(read_objc_methlist_method): Replace CHECK and CHECK_FATAL with
gdb_assert.
(parse_selector, parse_method, find_methods, find_imps): Ditto.
* Makefile.in (objc-lang.o): Update dependencies.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 38be4f6..c4f1d38 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -2007,7 +2007,7 @@ objc-lang.o: objc-lang.c $(defs_h) $(symtab_h) $(gdbtypes_h) $(expression_h) \ $(parser_defs_h) $(language_h) $(c_lang_h) $(objc_lang_h) \ $(complaints_h) $(value_h) $(symfile_h) $(objfiles_h) $(gdb_string_h) \ $(target_h) $(gdbcore_h) $(gdbcmd_h) $(frame_h) $(gdb_regex_h) \ - $(regcache_h) $(block_h) $(infcall_h) $(valprint_h) + $(regcache_h) $(block_h) $(infcall_h) $(valprint_h) $(gdb_assert_h) objfiles.o: objfiles.c $(defs_h) $(bfd_h) $(symtab_h) $(symfile_h) \ $(objfiles_h) $(gdb_stabs_h) $(target_h) $(bcache_h) $(gdb_stat_h) \ $(gdb_obstack_h) $(gdb_string_h) $(breakpoint_h) $(mmalloc_h) \ |