Move compile_instance to compile.c
authorKeith Seitz <keiths@redhat.com>
Fri, 10 Aug 2018 17:52:13 +0000 (10:52 -0700)
committerKeith Seitz <keiths@redhat.com>
Fri, 10 Aug 2018 18:14:25 +0000 (11:14 -0700)
commit946d3d10e7609e074be30db8662cb9c4a3d8961d
tree659dad392e54f9f8bb87b8a3c0a4a9434e1109da
parent9cdfd9a26ef63ef2fee58c0e7475b5373b61e5d1
Move compile_instance to compile.c

This simple patch moves any code related to compile_instance into
compile.c, reserving compile-c-* files strictly for C language support.

gdb/ChangeLog:
        * compile/compile-c-symbols.c (struct symbol_error)
        (hash_symbol_error, eq_symbol_error, del_symbol_error)
        (compile_instance::insert_symbol_error)
        (compile_instance::error_symbol_once): Move to ...
        * compile/compile.c: ... here.
gdb/ChangeLog
gdb/compile/compile-c-symbols.c
gdb/compile/compile-c-types.c
gdb/compile/compile-c.h
gdb/compile/compile-internal.h
gdb/compile/compile.c
This page took 0.025581 seconds and 4 git commands to generate.