binutils-gdb/gdb/compile
Keith Seitz 946d3d10e7 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.
2018-08-10 11:14:25 -07:00
..
compile-c-support.c Change compile_instance/compile_c_instance into classes 2018-08-10 11:14:25 -07:00
compile-c-symbols.c Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-c-types.c Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-c.h Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-internal.h Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile-loc2c.c Move C-related declarations to compile-c.h 2018-08-10 11:14:25 -07:00
compile-object-load.c
compile-object-load.h
compile-object-run.c
compile-object-run.h
compile.c Move compile_instance to compile.c 2018-08-10 11:14:25 -07:00
compile.h
gcc-c-plugin.h Add a C++ wrapper for GCC C plug-in 2018-08-10 11:14:25 -07:00