Mon Dec 21 12:40:10 1992 Ian Lance Taylor (ian@cygnus.com)
[binutils-gdb.git] / gdb / dwarfread.c
1992-12-18 Fred Fish * Makefile.in (VERSION): Bump to 4.7.4.
1992-12-15 Fred Fish * complaints.c: New file, code moved from utils.c.
1992-12-15 Fred Fish * gdbtypes.c (create_array_type): Complete rewrite...
1992-12-08 Fred Fish Changes for Amiga Unix from rhealey@ub.d.umn.edu.
1992-12-03 Fred Fish * c-exp.y (c_create_fundamental_type): New function...
1992-12-02 Fred Fish * dwarfread.c (CHILL_PRODUCER): Add producer string for
1992-11-16 Fred FishFirst cut at sanitizing away the chill stuff.
1992-11-15 Fred Fish * Makefile.in (SFILES_MAINDIR): Add ch-exp.y.
1992-10-22 Stu Grossman* Makefile.in (HFILES): Add nm-i386sco.h.
1992-10-15 John GilmoreLint around file_ptr's (bfd's off_t's) and bfd_seek.
1992-10-01 Fred Fish * dwarfread.c (dbsize): New variable to hold size...
1992-08-31 Fred Fish * dwarfread.c (cu_language): New local variable to...
1992-08-24 Fred Fish * coffread.c (decode_type): Call alloc_type to alloc new
1992-08-14 Fred Fish * cplus-dem.c (cplus_markers): Add table for gnu...
1992-08-12 Fred Fish * buildsym.c (end_symtab): Document that end_symtab...
1992-08-11 Fred Fish * Makefile.in (VERSION): Bump to 4.6.3.
1992-08-09 Fred Fish * dwarfread.c (struct dieinfo): Add has_at_byte_size.
1992-08-01 Fred Fish * dwarfread.c (struct dieinfo): Remove obsolete at_vi...
1992-07-28 Fred Fish * Makefile.in (VERSION): Bump to 4.6.2.
1992-07-17 Fred Fish * dwarfread.c (read_file_scope): Pass contents of...
1992-07-16 Fred FishChange LCC_PRODUCER string to match current NCR lcc...
1992-07-15 Fred Fish * dbxread.c, dwarfread.c: Re-enable experimental...
1992-07-14 Fred Fish * Makefile.in (DEMANGLING_STYLE): New define to set...
1992-07-09 Fred Fish * dwarfread.c (alloc_utype, decode_subscr_data): ...
1992-07-04 John GilmoreRelocate symbols using an array of section_offsets...
1992-07-04 Fred Fish * breakpoint.c, buildsym.c, c-exp.y, coffread.c, comma...
1992-06-25 Fred Fish * mipsread.c: Pass NULL name pointer to init_type...
1992-06-23 Fred Fish * command.c (add_abbrev_prefix_cmd): Fix misspelling...
1992-06-15 Fred Fish* dwarfread.c (decode_modified_type): Change type...
1992-05-17 Fred Fish * inflow.c (new_tty): Temporarily ignore SIGTTOU...
1992-05-03 Fred Fish * Makefile.in (VERSION): Bump to 4.5.2.
1992-04-17 Fred FishFix to dwarfread.c to target pointer and target long...
1992-04-14 Fred FishExtensive changes to replace swapin() function with...
1992-04-11 Fred FishAdd swapin() function, and SWAPIN macro that calls...
1992-03-29 John GilmoreCreate and use macros for iterating on symtabs, psymtab...
1992-03-21 Fred FishMany changes, most related to creating entry point...
1992-03-15 Fred FishGlobs of changes. See the ChangeLog for details. ...
1992-03-03 Michael TiemannTue Mar 3 15:11:52 1992 Michael Tiemann (tiemann...
1992-02-22 John GilmoreSaberlint.
1992-02-22 John Gilmore* Check in Fred Fish's changes in these modules. Fred
1992-02-17 Fred FishAdd code to handle TAG_pointer_type DIE's (DWARF Inform...
1992-02-17 Fred FishWhen creating user defined types for subroutine and...
1992-01-24 Fred FishThe list_in_scope pointer needs to be initialized to...
1992-01-15 Fred FishChanges to fix bug with static variables within functio...
1992-01-11 Fred FishMany changes to convert over to generic symbol table...
1991-12-28 Per BothnerMissed some stuff last time.
1991-12-27 Fred FishVarious changes to clean up ADD_PSYMBOL_TO_LIST and...
1991-12-23 Per BothnerOodles of changes. The most important is adding suppor...
1991-12-16 Fred FishNumerous small changes and a complete reorganization...
1991-12-06 Fred FishMore fixes for opaque and anonymous enumerations, struc...
1991-12-06 Fred FishFixes to improve opaque struct/union handling. Still...
1991-12-06 John Gilmore* symtab.c (decode_line_1): If SKIP_PROLOGUE leaves...
1991-12-06 Fred FishSeveral changes to fix misc problems with enums, struct...
1991-12-05 Fred FishArrange for enumeration members to be manipulated in...
1991-12-04 Fred FishHandle structures and unions which contain DIE's other...
1991-12-01 Steve Chamberlain Changes due to include file renaming:
1991-11-30 Fred FishAdd tm-i386v4.h and xm-i386v4.h to Sanitize, add i386...
1991-11-22 Fred FishInitialize the c++ specific portion of the type structu...
1991-11-21 John Gilmore* defs.h: Incorporate param.h. All users changed.
1991-11-20 Fred FishRecognize obsolete form of AT_element_list attribute...
1991-11-20 Fred FishIgnore names invented by helpful compilers for anonymou...
1991-11-18 Fred FishChanges to match new DWARF draft 5 version of include...
1991-11-18 Michael TiemannMake changes needed to handle code which uses ANSI...
1991-11-15 David Henkel-Wallaceansi name abuse changes
1991-11-15 Fred FishChanges to build misc function vector entries from...
1991-11-12 Fred FishRemove internal gdb definition of fixed arg count conca...
1991-11-09 Fred FishRemove leftover call to do_cleanups() which resulted...
1991-11-09 John GilmoreAdd tracking of object files (that contain symbols...
1991-11-06 Per BothnerAdd C++ as a separate language.
1991-10-26 John Gilmore* symfile.c (syms_from_bfd): New routine.
1991-10-25 Fred FishAdd casts to remove compiler warnings from native Sun cc.
1991-10-25 Fred FishRemove prototype for dwarfwarn(). Breaks with <varargs.h>.
1991-10-24 John GilmoreUse <varargs.h>, since <stdarg.h> is not portable.
1991-10-24 Fred FishNew files for DWARF debugging format support, ELF objec...