Age | Commit message (Expand) | Author | Files | Lines |
1994-02-02 | * gdbtypes.h, ch-typeprint.c, ch-valprint.c: | Jim Kingdon | 1 | -11/+0 |
1994-01-25 | * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h: | Jim Kingdon | 1 | -2/+3 |
1994-01-03 | * stabsread.c (read_type): Allow defining several type numbers | Jim Kingdon | 1 | -32/+40 |
1994-01-03 | * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int). | Jim Kingdon | 1 | -1/+1 |
1993-12-29 | * stabsread.c (define_symbol): If we choose not to combine | Jim Kingdon | 1 | -9/+8 |
1993-12-28 | Modified Files: | Kung Hsu | 1 | -2/+6 |
1993-12-25 | * stabsread.c (define_symbol): Only combine a p/r pair into a | Jim Kingdon | 1 | -7/+18 |
1993-12-24 | * stabsread.c (read_type): Don't fall through 'S' case (the case it | Jim Kingdon | 1 | -0/+3 |
1993-12-21 | * ch-exp.y (match_dollar_tokens): Fix off-by-one bug. | Per Bothner | 1 | -0/+9 |
1993-12-14 | Implement support for Chill POWERSETs. | Per Bothner | 1 | -0/+7 |
1993-12-11 | * stabsread.c (read_array_type): Allow negative array bounds, | Fred Fish | 1 | -2/+2 |
1993-11-29 | Modified Files: | Kung Hsu | 1 | -1/+1 |
1993-11-15 | * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB. | Jim Kingdon | 1 | -10/+33 |
1993-11-15 | * stabsread.c: Remove #if 0'd dbx_class_complaint. We now handle | Jim Kingdon | 1 | -10/+0 |
1993-11-14 | * stabsread.c (read_type): Skip the colon when reading a | Jim Kingdon | 1 | -3/+16 |
1993-11-12 | Modified Files: | Kung Hsu | 1 | -8/+24 |
1993-11-11 | * printcmd.c (address_info): Use fprintf_symbol_filtered | Jeff Law | 1 | -0/+11 |
1993-11-08 | * stabsread.c (read_one_struct_field): Don't give up on unknown | Jim Kingdon | 1 | -27/+33 |
1993-11-08 | * stabsread.c: Remove long_kludge_name code (it was already #if 0). | Jim Kingdon | 1 | -95/+16 |
1993-11-06 | Modified Files: | Kung Hsu | 1 | -4/+13 |
1993-11-05 | * stabsread.c (read_struct_fields): Accept either '$' or '.' as | Jim Kingdon | 1 | -5/+10 |
1993-10-31 | * values.c (unpack_long, unpack_double, value_from_double), | Jim Kingdon | 1 | -1/+1 |
1993-10-29 | * defs.h, findvar.c (extract_floating, store_floating): New functions. | Jim Kingdon | 1 | -8/+8 |
1993-10-23 | * stabsread.c (define_symbol): Skip the whole thing about "pcc | Jim Kingdon | 1 | -4/+8 |
1993-10-20 | * stabsread.c (define_symbol): When combining a LOC_ARG and a | Jim Kingdon | 1 | -0/+3 |
1993-10-12 | * stabsread.c (read_type): Treat a negative type number at the start | Jim Kingdon | 1 | -1/+2 |
1993-10-12 | * stabsread.h, stabsread.c, dbxread.c (common_block*, copy_pending): | Jim Kingdon | 1 | -0/+100 |
1993-10-12 | * stabsread.c: Fix comment about gcc 2.3.3 stab for long long int. | Jim Kingdon | 1 | -2/+2 |
1993-10-05 | * stabsread.c (read_range_type): Remove comment which recommends | Jim Kingdon | 1 | -3/+1 |
1993-10-05 | Changes to support alpha OSF/1 in native mode. | Peter Schauer | 1 | -3/+7 |
1993-09-15 | * stabsread.c (read_type): Process "s" (size) type attribute. | Jim Kingdon | 1 | -13/+50 |
1993-09-08 | some gcc lint | K. Richard Pixley | 1 | -2/+2 |
1993-09-02 | * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c, | Jim Kingdon | 1 | -7/+2 |
1993-09-01 | bcopy -> memcpy | K. Richard Pixley | 1 | -1/+3 |
1993-08-09 | Moved the function hashname from stabsread.c to buildsym.c, since | Stan Shebs | 1 | -32/+0 |
1993-07-26 | * stabsread.c (rs6000_builtin_type): Make logical types be | Jim Kingdon | 1 | -3/+3 |
1993-07-26 | * stabsread.c (rs6000_builtin_type): Make `logical' be TYPE_CODE_BOOL. | Jim Kingdon | 1 | -1/+1 |
1993-07-14 | Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com) | Jim Kingdon | 1 | -14/+16 |
1993-07-02 | * gdbtypes.h (struct type): Add field tag_name. | Jim Kingdon | 1 | -41/+10 |
1993-06-25 | * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN. | Jim Kingdon | 1 | -2/+1 |
1993-06-22 | * stabsread.c: Include <ctype.h>. | Jim Kingdon | 1 | -0/+2 |
1993-06-20 | * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_. | Jim Kingdon | 1 | -6/+9 |
1993-05-31 | * stabsread.c (read_type): Skip type attributes if present. | Jim Kingdon | 1 | -15/+24 |
1993-05-31 | * stabsread.c (read_huge_number): Don't accept '0' + radix as part | Jim Kingdon | 1 | -1/+1 |
1993-05-26 | * stabsread.c (define_symbol, case 't'): Only set the name if it | Jim Kingdon | 1 | -73/+116 |
1993-05-25 | * stabsread.c: Remove all uses of error(). Make error_type and | Jim Kingdon | 1 | -129/+227 |
1993-05-22 | * stabsread.c: Remove most uses of lookup_fundamental_type. | Jim Kingdon | 1 | -208/+350 |
1993-05-21 | * complaint.c: Make sure all complain() pass the address of the struct. | Jim Kingdon | 1 | -3/+3 |
1993-04-29 | * stabsread.c (define_symbol): If unrecognized constant type, | Jim Kingdon | 1 | -1/+12 |
1993-04-29 | * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG | Fred Fish | 1 | -2/+2 |