summaryrefslogtreecommitdiff
path: root/gdb/stabsread.c
Commit message (Expand)AuthorAgeFilesLines
* Update FSF address.Fred Fish1995-08-021-1/+1
* * configure.in: Check for working mmap, ansi headers, string.h,J.T. Conklin1995-08-011-1/+1
* * stabsread.c (read_range_type): Remove FIXME comment aboutJim Kingdon1995-03-311-2/+0
* * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUBPer Bothner1995-03-291-2/+13
* * buildsym.c (patch_subfile_name): Update last_source_filePeter Schauer1995-03-251-0/+6
* * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.Jim Kingdon1995-03-161-1/+15
* * symtab.c (add_param_to_type): Remove (commented-out) function,Per Bothner1995-02-121-21/+1
* * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.Jim Kingdon1995-02-091-0/+24
* * stabsread.c (read_enum_type): When pending enum symbols arePer Bothner1995-01-131-5/+4
* * dbxread.c (process_one_symbol): Handle N_FUN symbolsPeter Schauer1995-01-071-5/+57
* * stabsread.c (define_symbol): Handle `a' symbol type used forJeff Law1995-01-051-0/+14
* * top.c (line_completion_function): Renamed fromPeter Schauer1994-10-291-11/+2
* * defs.h: If TARGET_BYTE_ORDER_SELECTABLE is defined by tm.h,Ian Lance Taylor1994-10-061-6/+7
* * gdbtypes.h (TYPE_INDEX_TYPE): New macro.Per Bothner1994-09-171-5/+0
* * stabsread.c (read_type): Handle stub types for bitstrings.Per Bothner1994-09-161-5/+6
* * c-typeprint.c (c_print_type): Assume demangled argumentsPeter Schauer1994-08-191-0/+9
* Modified Files:Kung Hsu1994-08-011-1/+1
* Modified Files:Kung Hsu1994-07-141-1/+5
* Modified Files:Kung Hsu1994-06-091-0/+1
* Add partial support for g++ code compiled with -fvtable-thunks.Per Bothner1994-05-051-1/+7
* * dbxread.c (record_minimal_symbol): Record the sectionStu Grossman1994-04-261-0/+18
* * stabsread.c (read_type): Call read_type, not nonexistentJim Kingdon1994-04-221-1/+1
* Modified Files:Kung Hsu1994-04-221-3/+7
* * config/sparc/tm-sparc.h: Define USE_REGISTER_NOT_ARG.Jim Kingdon1994-03-261-4/+10
* * valops.c (value_at, value_at_lazy): Give error if we dereferenceJim Kingdon1994-03-241-7/+12
* * stabsread.c (patch_block_stabs): Add comment about what happensJim Kingdon1994-03-241-8/+7
* * stabsread.c (patch_block_stabs): Don't create LOC_OPTIMIZED_OUTJim Kingdon1994-03-241-0/+9
* * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argumentJeff Law1994-03-231-4/+7
* * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, alsoJim Kingdon1994-03-101-1/+9
* * stabsread.c (common_block_end, fix_common_block): Stash theJim Kingdon1994-03-101-2/+2
* Modified Files:Kung Hsu1994-03-101-0/+1
* * os9kread.c (os9k_process_one_symbol): RenameJim Kingdon1994-03-021-17/+96
* * README: Remove note about gcc warnings on alpha, these should bePeter Schauer1994-02-081-1/+2
* * stabsread.c (read_sun_builtin_type): Skip the semicolon at the endJim Kingdon1994-02-031-0/+8
* * gdbtypes.h, ch-typeprint.c, ch-valprint.c:Jim Kingdon1994-02-021-11/+0
* * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:Jim Kingdon1994-01-251-2/+3
* * stabsread.c (read_type): Allow defining several type numbersJim Kingdon1994-01-031-32/+40
* * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).Jim Kingdon1994-01-031-1/+1
* * stabsread.c (define_symbol): If we choose not to combineJim Kingdon1993-12-291-9/+8
* Modified Files:Kung Hsu1993-12-281-2/+6
* * stabsread.c (define_symbol): Only combine a p/r pair into aJim Kingdon1993-12-251-7/+18
* * stabsread.c (read_type): Don't fall through 'S' case (the case itJim Kingdon1993-12-241-0/+3
* * ch-exp.y (match_dollar_tokens): Fix off-by-one bug.Per Bothner1993-12-211-0/+9
* Implement support for Chill POWERSETs.Per Bothner1993-12-141-0/+7
* * stabsread.c (read_array_type): Allow negative array bounds,Fred Fish1993-12-111-2/+2
* Modified Files:Kung Hsu1993-11-291-1/+1
* * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.Jim Kingdon1993-11-151-10/+33
* * stabsread.c: Remove #if 0'd dbx_class_complaint. We now handleJim Kingdon1993-11-151-10/+0
* * stabsread.c (read_type): Skip the colon when reading aJim Kingdon1993-11-141-3/+16
* Modified Files:Kung Hsu1993-11-121-8/+24