Revert "Add support for the readnever concept"
[external/binutils.git] / gdb / xcoffread.c
2017-12-01 Sergio Durigan JuniorRevert "Add support for the readnever concept"
2017-12-01 Sergio Durigan JuniorAdd support for the readnever concept
2017-11-08 Pedro AlvesPer-language symbol name hashing algorithm
2017-11-04 Tom TromeyReplace really_free_pendings with a scoped_ class
2017-10-14 Simon MarchiReplace psymbol_allocation_list with std::vector
2017-09-09 John BaldwinRemove unnecessary function prototypes.
2017-04-27 Ulrich WeigandRead corrrect auxiliary entry in AIX
2017-04-05 Pedro Alves-Wwrite-strings: The Rest
2017-02-20 Jan KratochvilDWARF-5 basic functionality
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-10-26 Pedro AlvesMake symfile_add_flags and objfile->flags strongly...
2016-10-21 Tom TromeyRecord minimal symbols directly in reader.
2016-10-21 Tom TromeyChange minimal_symbol_reader to store objfile
2016-10-21 Tom TromeyIntroduce minimal_symbol_reader
2016-10-21 Tom TromeyFix build failure in xcoffread.c
2016-10-21 Ulrich WeigandFix symbol table file name on AIX
2016-05-08 Trevor Saundersremove trivialy unused variables
2016-01-29 Simon MarchiFix two misleading indentation warnings
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-10-13 David EdelsohnRecognize a few more AIX XCOFF DWARF sections.
2015-09-25 Simon MarchiAdd casts to memory allocation related calls
2015-09-04 Andrew Burgessgdb: Remove casts of NULL during assignment.
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-16 Doug Evanspsymtab.c (add_psymbol_to_bcache): Remove "val" arg.
2015-08-15 Doug EvansAdd end_psymtab_common, have all debug info readers...
2015-06-19 Doug EvansRemove special support in gdb for Sun's version of...
2015-03-20 Pedro Alvesconstify xcoffread.c
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-11 Pedro Alvesxcoffread.c: delete 'within_function' definition
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug Evansinitialize_objfile_symbol: Renamed from initialize_symbol.
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-18 Doug Evansbuildsym API cleanup
2014-11-03 Doug Evansxcoffread.c (process_linenos): Delete unnecessary code.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-02-26 Tom Tromeychange minsyms not to be relocated at read-time
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Delete member "sym_flavour".
2013-09-25 Doug Evans * symfile.h (struct sym_fns): Add "objfile" argument to
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-09-18 Ulrich Weigand2013-09-18 Raunaq Bathija <raunaq12@in.ibm.com>
2013-08-26 Ulrich Weigand2013-08-26 Raunaq Bathija <raunaq12@in.ibm.com>
2013-07-01 Pedro AlvesNormalize on PATH_MAX instead of MAXPATHLEN throughout.
2013-05-06 Tom Tromey * somread.c (som_symfile_offsets): Add 'const' to...
2013-05-06 Joel BrobeckerReimplement shared library support on ppc-aix...
2013-04-19 Pedro Alves-Wpointer-sign: xcoffread.c.
2013-04-08 Tom Tromey * coffread.c (record_minimal_symbol): Update.
2013-04-08 Tom Tromey * coffread.c (cs_to_section): Use gdb_bfd_section_index.
2013-04-08 Tom Tromey * coffread.c (process_coff_symbol, coff_read_enum_type...
2013-03-20 Tom Tromey2013-03-20 Jan Kratochvil <jan.kratochvil@redhat...
2013-01-21 Tom Tromey * symfile.h (obsavestring): Don't declare.
2013-01-21 Tom Tromey * buildsym.c (patch_subfile_names): Use set_last_sourc...
2013-01-18 Yao Qigdb/
2013-01-14 Yao Qigdb/
2013-01-01 Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-12-18 Joel BrobeckerPort GDB to powerpc-lynx178.
2012-12-15 Joel BrobeckerFix NULL objfile's section_offsets dereference during...
2012-12-12 Tom Tromey * dbxread.c (read_dbx_symtab): Update.
2012-12-12 Tom Tromey * coffread.c (coff_objfile_data_key): New global.
2012-11-08 Tom Tromey PR gdb/14704:
2012-05-18 Sergio Durigan Junior2012-05-18 Sergio Durigan Junior <sergiodj@redhat...
2012-04-28 Doug Evans Initial support for Fission. gcc.gnu.org/wiki/DebugFi...
2012-04-27 Sergio Durigan Junior2012-04-27 Sergio Durigan Junior <sergiodj@redhat...
2012-04-18 Joel Brobeckerpspace != NULL failed assertion on ppc-aix
2012-04-18 Joel BrobeckerUnused local variables in xcoffread.c:read_xcoff_symtab
2012-02-07 Doug Evans * gdbtypes.h (struct main_type): Change type of name...
2012-01-04 Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-07-27 Tom Tromey * xcoffread.c (dwarf2_xcoff_names): Add 'macro' and...
2011-06-07 Tristan Gingold2011-06-07 Tristan Gingold <gingold@adacore.com>
2011-05-19 Hui Zhu2011-05-19 Hui Zhu <teawater@gmail.com>
2011-04-19 Andreas Schwab* xcoffread.c (process_xcoff_symbol): Remove useless...
2011-04-19 Pierre Muller * xcoffread.c (process_xcoff_symbol): ARI fix: Avoid...
2011-04-04 Tom Tromey * xcoffread.c (read_xcoff_symtab): Make `debugfmt...
2011-03-07 Tom Tromey * xcoffread.c (xcoff_sym_fns): Update.
2011-01-12 Michael Snyder2011-01-11 Michael Snyder <msnyder@vmware.com>
2011-01-05 Michael Snyder2011-01-05 Michael Snyder <msnyder@vmware.com>
2011-01-01 Joel Brobeckerrun copyright.sh for 2011.
2010-09-30 Tom Tromey * symfile.h (struct sym_fns) <next>: Remove.
2010-05-17 Michael Snyder2010-05-17 Michael Snyder <msnyder@vmware.com>
2010-03-10 Tom Tromey * xcoffread.c (xcoff_start_psymtab): Update.
2010-03-10 Tom Tromeygdb
2010-02-03 Tristan Gingold2010-02-03 Tristan Gingold <gingold@adacore.com>
2010-01-19 Joel BrobeckerDelete free_named_symtabs and associated cleanup.
2010-01-01 Joel BrobeckerUpdate copyright year in most headers.
2009-12-07 Tristan Gingold2009-12-07 Tristan Gingold <gingold@adacore.com>
2009-12-07 Tristan Gingold2009-12-07 Tristan Gingold <gingold@adacore.com>
2009-11-16 Tom Tromey * xcoffread.c (scan_xcoff_symtab): Update.
2009-06-29 Ulrich Weigand * gdbtypes.h (struct builtin_type): Remove builtin_cor...
2009-06-17 Ulrich Weigand * buildsym.c (record_line): Remove call to gdbarch_add...
2009-05-23 Jan Kratochvilgdb/
2009-03-12 Joel Brobecker * xcoffread.c (process_linenos): Check if the...
2009-02-22 Pedro Alves Silence a few -Wmissing-prototypes warnings.
2009-01-03 Joel Brobecker Updated copyright notices for most files.
2008-10-01 Tom Tromey * xcoffread.c (RECORD_MINIMAL_SYMBOL): Update.
2008-08-21 Daniel Jacobowitz * xcoffread.c (SYMNAME_ALLOC): Correct syntax.
2008-08-21 Daniel Jacobowitz * ax-gdb.c (gen_var_ref): Use SYMBOL_LINKAGE_NAME.
next