diff options
author | Jim Blandy <jimb@codesourcery.com> | 2001-05-09 05:23:24 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2001-05-09 05:23:24 +0000 |
commit | 52c1c327d05a4e039fb0b71e7289d56e531060f0 (patch) | |
tree | 0e7df58f1d1bd2e0872a371b2831c985e633f7b1 | |
parent | aad49b0a560544598d1cb3fbfdbc27dca2c0246c (diff) | |
download | gdb-52c1c327d05a4e039fb0b71e7289d56e531060f0.tar.gz |
* Makefile.in (obstack_h, target_h): Define; these are already
used elsewhere, but have been expanding to the empty string.
(memattr_h): Define; needed by target_h.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/Makefile.in | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c2a2340bce9..56052e40b55 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2001-05-08 Jim Blandy <jimb@redhat.com> + * Makefile.in (obstack_h, target_h): Define; these are already + used elsewhere, but have been expanding to the empty string. + (memattr_h): Define; needed by target_h. + * mn10300-tdep.c (mn10300_extract_return_value): Mark this as static. (This was accidentally omitted from the earlier patch.) diff --git a/gdb/Makefile.in b/gdb/Makefile.in index a2beabe334c..e6fa45e8d9b 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -555,6 +555,7 @@ bfd_h = $(BFD_DIR)/bfd.h dis-asm_h = $(INCLUDE_DIR)/dis-asm.h remote-sim_h = $(INCLUDE_DIR)/remote-sim.h demangle_h = $(INCLUDE_DIR)/demangle.h +obstack_h = $(INCLUDE_DIR)/obstack.h dcache_h = dcache.h remote_utils_h = $(dcache_h) serial.h target.h remote-utils.h $(remote-sim_h) @@ -597,6 +598,8 @@ defs_h = defs.h $(xm_h) $(tm_h) $(nm_h) config.status config.h gdbarch.h ui-file top_h = top.h inferior_h = inferior.h $(breakpoint_h) +target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h) +memattr_h = memattr.h tracepoint_h = tracepoint.h ax_h = ax.h event_loop_h = event-loop.h |