]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/solib-aix.c
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / solib-aix.c
2020-05-20  Alan ModraPR25993, read of freed memory
2020-05-19  Alan ModraUse bfd_get_filename throughout gdb
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-08  Tom TromeyChange section_offsets to a std::vector
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-09-19  Alan Modrabfd_section_* macros
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-11  Tom TromeyIntroduce bfd_set_filename
2019-09-06  Alan Modrabfd_get_filename
2019-07-10  Tom TromeyChange solib-aix.c to use type-safe registry
2019-07-09  Tom TromeyRename common to gdbsupport
2019-03-06  Tom TromeyRemove last cleanup solib-aix.c
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-06-18  Tom TromeyUse unique_xmalloc_ptr in solib-aix.c
2018-06-07  Pedro Alvestarget_stack -> current_top_target() throughout
2018-05-02  Pedro AlvesConvert struct target_ops to C++
2018-04-07  Simon MarchiMake target_read_alloc & al return vectors
2018-03-19  Tom TromeyConvert observers to C++
2018-02-14  Tom TromeyConstify target_so_ops::bfd_open
2018-02-14  Tom TromeyReturn unique_xmalloc_ptr from some solib.c functions
2018-01-07  Simon MarchiReplace VEC(gdb_xml_value_s) with std::vector
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-10-16  Tom TromeyReturn unique_xmalloc_ptr from target_read_stralloc
2017-10-10  Pedro AlvesEliminate catch_errors
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-04-28  Simon MarchiClass-ify lm_info_aix
2017-04-28  Simon MarchiMake various lm_info implementations inherit from a...
2017-01-11  Tom TromeyUse class to manage BFD reference counts
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-10-21  Philipp RudoDelete target_so_ops->special_symbol_handling hook
2016-10-14  Ulrich WeigandFix set sysroot command on AIX
2016-05-08  Trevor Saundersremove trivialy unused variables
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-09-25  Simon MarchiAdd some more casts (2/2)
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-01-13  Tom Tromeyreplace XCALLOC with XCNEWVEC or XCNEW
2014-01-13  Tom Tromeyreplace XZALLOC with XCNEW
2014-01-06  Hui ZhuRemove gdb_bfd_stash_filename to fix crash with fix...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-15  Joel BrobeckerRevert "Do not overwrite so_list's so_name in solib_map...
2013-09-24  Jan KratochvilCode cleanup: Add objfile_name accessor
2013-07-17  Doug Evans * nto-tdep.c (nto_relocate_section_addresses): Update,
2013-05-30  Tom Tromeyfix in solib-aix.c
2013-05-10  Joel BrobeckerRemove FIXME in solib-aix.c:solib_aix_relocate_section_...
2013-05-10  Joel BrobeckerAIX: wrong address for shared object's .bss section
2013-05-08  Joel BrobeckerDummy implementation of solib_aix_free_library_list...
2013-05-07  Joel BrobeckerAIX: Change XML to use library-list-aix instead of...
2013-05-07  Joel BrobeckerRename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIB...
2013-05-06  Joel BrobeckerReimplement shared library support on ppc-aix...