Regenerate configure and pot files with updated binutils version number.
[external/binutils.git] / gdb / compile /
2018-06-21 Pedro AlvesUse thread_info and inferior pointers more throughout
2018-05-04 Tom TromeyUse counted_command_line everywhere
2018-04-27 Alexandre OlivaAdd libcc1 v1 compatibility to C compile feature
2018-02-28 Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-02-27 Phil MuldoonUpdate get_args documentation
2018-02-08 Tom TromeyReturn unique_xmalloc_ptr from macro scope functions
2018-01-17 Sergio Durigan JuniorFix warning on gdb/compile/compile.c (C++-ify "triplet_rx")
2018-01-05 Pedro AlvesFix regresssion(internal-error) printing subprogram...
2018-01-02 Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05 Simon MarchiRemove some unused variables
2017-11-07 Tom TromeyConstify add_setshow_*
2017-11-04 Tom TromeyRemove make_cleanup_free_objfile
2017-11-04 Tom TromeyUse std::vector in compile-loc2c.c
2017-11-04 Tom TromeyRemove cleanups from link_callbacks_einfo
2017-10-13 Tom TromeyChange objfile to use new/delete
2017-10-11 Tom TromeyConstify add_prefix_cmd
2017-09-27 Tom TromeyConstify some commands in compile.c
2017-09-15 Pedro AlvesSync libiberty/ & include/ with GCC
2017-09-11 Tom TromeyRename _const functions to use overloading instead
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-09-04 Pedro AlvesStop assuming no-debug-info variables have type int
2017-09-04 Pedro AlvesStop assuming no-debug-info functions return int
2017-09-03 Tom TromeyUse std::string and unique_xmalloc_ptr in compile/...
2017-08-23 Jan Kratochvilcompile: Add 'set compile-gcc'
2017-08-23 Jan Kratochvilcompile: set debug compile: Display GCC driver filename
2017-08-22 Tom TromeyChange gdb_abspath to return a unique_xmalloc_ptr
2017-08-05 Tom TromeyUse gdb::unique_xmalloc_ptr when calling tilde_expand
2017-08-03 Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-08-03 Tom TromeyRemove an unlink cleanup
2017-08-03 Tom TromeyIntroduce and use gdb_file_up
2017-07-09 Simon Marchicompile-loc2c: Fix uninitialized variable error
2017-06-22 Pedro AlvesAdd STRINGIFY to gdb/common/preprocessor.h
2017-04-12 Tom TromeyUse std::vector in compile-loc2c.c
2017-04-12 Tom TromeyIntroduce gdb_dlhandle_up
2017-04-12 Tom TromeyIntroduce command_line_up
2017-03-20 Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-02-23 Pedro AlvesUse gdb::function_view in iterate_over_symtabs & co
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-11 Tom TromeyUse class to manage BFD reference counts
2017-01-11 Tom TromeyRemove make_cleanup_htab_delete
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/compile/
2016-10-21 Tom TromeyUse RAII to save and restore scalars
2016-09-16 Pedro Alvesgdb: Use std::min and std::max throughout
2016-09-02 Tom TromeyHandle DW_OP_form_tls_address
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-05-28 Alan ModraReturn void from linker callbacks
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro AlvesType-safe wrapper for enum flags
2015-10-29 Pedro Alvescompile: Rename struct type_map_instance::gcc_type...
2015-10-26 Doug EvansPR symtab/17391 gdb internal error: assertion fails...
2015-09-25 Simon MarchiAdd some more casts (1/2)
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-08-27 Luis MachadoMention language in compile error message
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-06 Simon MarchiAdd casts for legitimate integer to enum conversions
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-07-08 Jan Kratochvilcompile: Warn for old GCC on cv-qualified self-reference
2015-07-02 Jan Kratochvildebug compile: Replace confusing debug message
2015-06-24 Gary BensonRemove redundant include directives.
2015-06-03 Jan Kratochvilcompile: Use also inferior munmap
2015-05-19 Jan Kratochvilcompile: gdb_stdout -> gdb_stdlog
2015-05-16 Jan Kratochvilcompile: Fix uninitialized variable compiler warnings
2015-05-16 Jan Kratochvilcompile: Fix detected inferior type
2015-05-16 Jan Kratochvilcompile: New 'compile print'
2015-05-16 Jan KratochvilCode cleanup: compile: func_addr -> func_sym
2015-05-16 Jan Kratochvilcompile: Use -Wall, not -w
2015-05-16 Jan Kratochvilcompile: Distribute scope, add scope_data
2015-05-16 Jan Kratochvilcompile: Add one debug message
2015-05-13 Jan KratochvilCall dummy_frame_dtor_ftype also from remove_dummy_frame
2015-05-06 Jan Kratochvilcompile: Support relocation to GNU-IFUNCs
2015-05-06 Jan KratochvilCode cleanup: compile: Constify some parameters
2015-03-31 Matthias KloseFix the triplet regexp to recognize triplets, not only...
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-07 Pedro AlvesNormalize TRY_CATCH exception handling block
2015-03-06 Gary BensonNew common function "startswith"
2015-02-26 Pedro AlvesAdd ATTRIBUTE_PRINTF attributes, and fix fallout
2015-02-26 Jan Kratochvilcompile: Fix GNU-IFUNC funcs called from injected code
2015-02-26 Jan KratochvilChange // comment in gdb/compile/
2015-02-03 Jan Kratochvilcompile: Filter out -fpreprocessed
2015-01-22 Jan Kratochvilcompile: Fix function pointers
2015-01-09 Chen Ganggdb/compile/compile.c: Check return value of 'system...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-17 Jan KratochvilFix MinGW compilation
2014-12-13 Joel BrobeckerFix ARI warnings in gdb/compile/compile-object-load.c.
2014-12-12 Tom Tromeythe "compile" command