summaryrefslogtreecommitdiff
path: root/gdb/solib-aix.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Class-ify lm_info_aixSimon Marchi2017-04-281-41/+21
* Make various lm_info implementations inherit from a base classSimon Marchi2017-04-281-31/+31
* Use class to manage BFD reference countsTom Tromey2017-01-101-41/+24
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Delete target_so_ops->special_symbol_handling hookPhilipp Rudo2016-10-211-10/+0
* Fix set sysroot command on AIXUlrich Weigand2016-10-141-6/+15
* remove trivialy unused variablesTrevor Saunders2016-05-071-1/+0
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Add some more casts (2/2)Simon Marchi2015-09-251-6/+7
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-1/+1
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* replace XCALLOC with XCNEWVEC or XCNEWTom Tromey2014-01-131-1/+1
* replace XZALLOC with XCNEWTom Tromey2014-01-131-3/+3
* Remove gdb_bfd_stash_filename to fix crash with fix of binutils/11983Hui Zhu2014-01-071-6/+2
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Revert "Do not overwrite so_list's so_name in solib_map_sections"Joel Brobecker2013-12-151-0/+11
* Code cleanup: Add objfile_name accessorJan Kratochvil2013-09-241-1/+1
* * nto-tdep.c (nto_relocate_section_addresses): Update,Doug Evans2013-07-171-1/+1
* fix in solib-aix.cTom Tromey2013-05-301-2/+2
* Remove FIXME in solib-aix.c:solib_aix_relocate_section_addressesJoel Brobecker2013-05-101-10/+0
* AIX: wrong address for shared object's .bss sectionJoel Brobecker2013-05-101-1/+15
* Dummy implementation of solib_aix_free_library_list if libexpat missing.Joel Brobecker2013-05-081-0/+7
* AIX: Change XML to use library-list-aix instead of library-list.Joel Brobecker2013-05-071-3/+3
* Rename TARGET_OBJECT_AIX_LIBRARIES to TARGET_OBJECT_LIBRARIES_AIXJoel Brobecker2013-05-071-3/+3
* Reimplement shared library support on ppc-aix...Joel Brobecker2013-05-061-0/+830