summaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-10-16Return unique_xmalloc_ptr from target_read_strallocTom Tromey
2017-10-10Eliminate catch_errorsPedro Alves
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-04-28Class-ify lm_info_aixSimon Marchi
2017-04-28Make various lm_info implementations inherit from a base classSimon Marchi
2017-01-10Use class to manage BFD reference countsTom Tromey
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-10-21Delete target_so_ops->special_symbol_handling hookPhilipp Rudo
2016-10-14Fix set sysroot command on AIXUlrich Weigand
2016-05-07remove trivialy unused variablesTrevor Saunders
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-09-25Add some more casts (2/2)Simon Marchi
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-01-13replace XCALLOC with XCNEWVEC or XCNEWTom Tromey
2014-01-13replace XZALLOC with XCNEWTom Tromey
2014-01-07Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-15Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker
2013-09-24Code cleanup: Add objfile_name accessorJan Kratochvil
2013-07-17 * nto-tdep.c (nto_relocate_section_addresses): Update,Doug Evans
2013-05-30fix in solib-aix.cTom Tromey
2013-05-10Remove FIXME in solib-aix.c:solib_aix_relocate_section_addressesJoel Brobecker
2013-05-10AIX: wrong address for shared object's .bss sectionJoel Brobecker
2013-05-08Dummy implementation of solib_aix_free_library_list if libexpat missing.Joel Brobecker
2013-05-07AIX: Change XML to use library-list-aix instead of library-list.Joel Brobecker
2013-05-07Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIXJoel Brobecker
2013-05-06Reimplement shared library support on ppc-aix...Joel Brobecker