| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>. | law | 1998-02-07 | 1 | -0/+8 |
* | � | bothner | 1998-01-28 | 1 | -1/+3 |
* | * tree.c (build_range_type): Allow creation of ranges with no maximum. | law | 1997-12-18 | 1 | -1/+2 |
* | * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c, | rth | 1997-12-15 | 1 | -3/+3 |
* | * dbxout.c (dbxout_symbol_location): Don't assume that variables | law | 1997-11-14 | 1 | -1/+6 |
* | Update mainline egcs to gcc2 snapshot 971021. | law | 1997-11-02 | 1 | -2/+6 |
* | * dbxout.c (dbxout_start_new_source_file): Use output_quoted_string | amylaar | 1997-10-23 | 1 | -1/+3 |
* | * dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P. | bothner | 1997-06-19 | 1 | -0/+2 |
* | * dbxout.c (dbxout_function_end): Don't subtract one from | law | 1997-05-15 | 1 | -1/+1 |
* | reformat a little to match GNU coding standards. | mrs | 1997-05-06 | 1 | -7/+7 |
* | (dbxout_function): Test NO_DBX_FUNCTION_END at run time | wilson | 1997-04-30 | 1 | -2/+6 |
* | Change all calls to eliminate_regs. | kenner | 1997-03-15 | 1 | -4/+4 |
* | (dbxout_symbol): Fix forgotten case in last change: check | kenner | 1996-09-24 | 1 | -1/+4 |
* | (dbxout_function): Don't check DECL_SECTION_NAME before | wilson | 1996-09-23 | 1 | -2/+1 |
* | formatting tweaks | mrs | 1996-07-03 | 1 | -7/+7 |
* | (dbxout_function): Respect NO_DBX_FUNCTION_END. | kenner | 1996-06-28 | 1 | -1/+1 |
* | Add prototypes for all static functions. | kenner | 1996-05-19 | 1 | -115/+20 |
* | * dbxout.c (dbxout_function): When deciding to call dbxout_function_end | dje | 1996-05-06 | 1 | -1/+2 |
* | * flags.h (flag_function_sections): Declare. | law | 1996-04-15 | 1 | -0/+25 |
* | (dbxout_typedefs): Don't emit incomplete types yet. | merrill | 1996-04-12 | 1 | -4/+2 |
* | * dbxout.c (dbxout_type): Better "variant" handling to ignore | bothner | 1996-03-13 | 1 | -3/+13 |
* | (dbxout_type, case METHOD_TYPE): Add CHARS (1) call | wilson | 1996-03-01 | 1 | -0/+1 |
* | Changes to distinguish typedef from original type in debug output. | bothner | 1996-02-12 | 1 | -1/+9 |
* | * dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE | bothner | 1996-02-06 | 1 | -3/+6 |
* | Don't include <string.h>. Don't compare strchr result to NULL. | ian | 1996-01-30 | 1 | -2/+1 |
* | Don't use #ifndef inside call to strchr, to avoid AIX problem | ian | 1996-01-29 | 1 | -4/+5 |
* | Include <string.h> | ian | 1996-01-22 | 1 | -0/+1 |
* | Avoid minimal C++ debugging in a couple of cases where it doesn't work | ian | 1996-01-19 | 1 | -8/+31 |
* | (gstab.h): Include if cross compiling. | wilson | 1996-01-02 | 1 | -1/+1 |
* | Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined. | ian | 1995-12-13 | 1 | -40/+152 |
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
* | (dbxout_type_fields): Correct arguments to CHARS macro | wilson | 1995-04-12 | 1 | -9/+3 |
* | (dbxout_symbol): Properly handle decl whose DECL_NAME points to a | kenner | 1995-03-11 | 1 | -1/+4 |
* | (GDB_INV_REF_REGPARM_STABS_LETTER): New macro. | wilson | 1995-02-24 | 1 | -3/+11 |
* | (dbxout_parms): For parameters passed in memory, delete | wilson | 1995-02-24 | 1 | -88/+6 |
* | (dbxout_source_file): Clean up null tree pointer test. Update copyright. | dje | 1995-02-05 | 1 | -2/+2 |
* | (dbxout_source_file): Don't switch to text section if | dje | 1995-02-04 | 1 | -2/+6 |
* | (dbxout_type_method_1): Don't try to look at the first | merrill | 1994-12-09 | 1 | -1/+1 |
* | Check target endianness at run time, not compile time | ian | 1994-11-16 | 1 | -6/+5 |
* | (dbxout_symbol_location): Handle error_mark_node in | wilson | 1994-09-09 | 1 | -1/+7 |
* | (dbxout_source_file): Increment source_label_number outside | erich | 1994-07-12 | 1 | -1/+2 |
* | (dbxout_type_methods): Enable debugging info for | wilson | 1994-07-02 | 1 | -0/+2 |
* | (dbxout_symbol): Replace DECL_IGNORED_P with | wilson | 1994-06-18 | 1 | -1/+1 |
* | (dbxout_type): Fix call to bzero. | dje | 1994-06-15 | 1 | -4/+5 |
* | (dbxout_range_type): Handle an array range that is neither int nor subrange. | bothner | 1994-06-15 | 1 | -0/+2 |
* | Cast pointer operands to bzero, bcopy, and bcmp to (char *). | kenner | 1994-06-14 | 1 | -3/+5 |
* | (dbxout_type): Always emit cross-references if | wilson | 1994-06-01 | 1 | -4/+7 |
* | (dbxout_type): Write non-default precision of of ENUMERAL_TYPEs. | bothner | 1994-05-16 | 1 | -0/+3 |
* | (dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference | dje | 1994-04-29 | 1 | -1/+1 |
* | (dbxout_type): Re-enable debugging output for anonymous | wilson | 1994-04-01 | 1 | -13/+18 |