* gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF.
[binutils-gdb.git] / gdb / gdbtypes.c
1995-11-30 Per Bothner * gdbtypes.h (enum type_code): Added TYPE_CODE_TYPEDEF.
1995-10-20 Per Bothner * gdbtypes.c (get_discrete_bounds): Fix typo.
1995-10-05 Per Bothner * gdbtypes.c (get_discrete_bounds): New function.
1995-09-19 Per Bothner * gdbtypes.c (create_set_type): Set TYPE_LENGTH in...
1995-08-19 Peter Schauer * gdbtypes.c (recursive_dump_type): Add dont_print_ty...
1995-08-02 Fred FishUpdate FSF address.
1995-08-01 J.T. Conklin* configure.in: Check for working mmap, ansi headers...
1995-03-29 Per Bothner * gdbtypes.c (create_range_type): If indextype has...
1995-02-12 Per Bothner * buildsym.c (finish_block): If finishing a function...
1995-02-02 Per Bothner * eval.c (evaluate_subexp): Clean up handling of
1995-02-01 Per Bothner * ch-exp.y (value_string_element, string_primitive_value,
1995-01-23 Per Bothner Add support for Chill bitstring literals (e.h. H'FF00').
1994-09-16 Per Bothner * stabsread.c (read_type): Handle stub types for...
1994-08-19 Stan Shebs Initial Fortran language support, adapted from work...
1994-05-17 Jim Kingdon * utils.c (vfprintf_maybe_filtered, vfprintf_unfiltere...
1994-03-23 Jim Kingdon * gdbtypes.h, gdbtypes.c: Add comments regarding wheth...
1994-01-27 Jim Kingdon Fix many sins which will come up in 32 bit x 64 bit...
1994-01-27 Jim Kingdon Fix many sins which will come up in 32 bit x 64 bit...
1993-12-29 Jim Kingdon * c-exp.y: Revert Kung's change. "..." is not a type...
1993-12-26 Jim Kingdon * gdbtypes.c (force_to_range_type): Use switch statement.
1993-12-21 Per Bothner * ch-exp.y (match_dollar_tokens): Fix off-by-one...
1993-12-14 Per Bothner Implement support for Chill POWERSETs.
1993-11-15 Jim Kingdon * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.
1993-11-12 Kung HsuModified Files:
1993-11-01 Thomas LordChange the stream argument to _filtered to GDB_FILE *.
1993-09-28 Jim KingdonTue Sep 28 09:45:38 1993 Peter Schauer (pes@regent...
1993-09-16 Peter Schauer * mipsread.c: Many changes for alpha ecoff format:
1993-09-08 K. Richard Pixleygcc lint
1993-09-02 Jim Kingdon * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y...
1993-08-26 Jim Kingdonadd comments re stub types
1993-08-02 Jim Kingdon * gdbtypes.c (fill_in_vptr_fieldno): Call check_stub_type.
1993-07-02 Jim Kingdon * gdbtypes.h (struct type): Add field tag_name.
1993-03-03 Fred Fish * c-exp.y (parse_number): Change high_bit to unsigned.
1993-02-01 Michael Tiemann * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore...
1993-01-31 Michael TiemannSun Jan 31 04:32:48 1993 Michael Tiemann (tiemann...
1993-01-19 Fred Fish * c-exp.y (exp): Add production to support direct...
1993-01-16 Fred Fish * c-exp.y (exp:STRING): Convert C strings into array...
1993-01-10 Stu Grossman * blockframe.c (frameless_look_for_prologue): Correct the
1992-12-23 Fred Fish * defs.h (STRCMP, STREQ, STREQN): New macros.
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-15 Stu Grossman* convex-xdep.c, hppab-nat.c, i860-tdep.c, infptrace...
1992-12-03 Fred Fish * c-exp.y (c_create_fundamental_type): New function...
1992-09-10 John GilmoreRemoved a large number of changes inserted by Per Bothner
1992-09-04 Per BothnerA ton of changes to improve C++ debugging. See ChangeLog.
1992-08-24 Fred Fish * coffread.c (decode_type): Call alloc_type to alloc new
1992-07-28 Fred Fish * Makefile.in (VERSION): Bump to 4.6.2.
1992-07-21 Fred Fish * buildsym.c (read_struct_type): Initialize structs...
1992-07-10 Per Bothner * gdbtypes.c, gdbtypes.h: New function lookup_signed_...
1992-07-10 Per BothnerVarious fixes to improve C++ debugging. See ChangeLog.
1992-07-09 Fred Fish * dwarfread.c (alloc_utype, decode_subscr_data): ...
1992-07-06 Fred Fish * maint.c: New file.
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-12 Fred Fish * expprint.c (print_subexp): Add missing ']'.
1992-05-05 Fred Fish * Makefile.in (DEMANGLER): Define and default to...
1992-05-01 John Gilmore* gdbtypes.c (make_{reference,pointer,function}_type...
1992-04-18 Fred FishBack out of TYPE_FLAG_FUND_TYPE change, solve the probl...
1992-04-15 Fred FishAdd TYPE_FLAG_FUND_TYPE bit to the flags member of...
1992-04-02 John GilmoreLint.
1992-03-27 John GilmoreMisc cleanups from code review.
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-03-03 Steve Chamberlain * gdbtypes.c (lookup_pointer_type): initialize the...
1992-02-22 John GilmoreSaberlint.
1992-02-22 John Gilmore* Check in Fred Fish's changes in these modules. Fred