summaryrefslogtreecommitdiff
path: root/gcc/dbxout.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings from Kaveh R. Ghazimeissner1998-03-251-2/+6
* Major cutover to using system.h:ghazi1998-03-201-15/+1
* * dbxout.c (dbxout_function_end): Fix last change. The correctrth1998-03-181-2/+2
* Fix more warnings...ghazi1998-03-181-3/+6
* * dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as ammitchell1998-03-111-1/+1
* * c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.law1998-02-071-0/+8
* bothner1998-01-281-1/+3
* * tree.c (build_range_type): Allow creation of ranges with no maximum.law1997-12-181-1/+2
* * reload.h, reload1.c (eliminate_regs), caller-save.c, dbxout.c,rth1997-12-151-3/+3
* * dbxout.c (dbxout_symbol_location): Don't assume that variableslaw1997-11-141-1/+6
* Update mainline egcs to gcc2 snapshot 971021.law1997-11-021-2/+6
* * dbxout.c (dbxout_start_new_source_file): Use output_quoted_stringamylaar1997-10-231-1/+3
* * dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P.bothner1997-06-191-0/+2
* * dbxout.c (dbxout_function_end): Don't subtract one fromlaw1997-05-151-1/+1
* reformat a little to match GNU coding standards.mrs1997-05-061-7/+7
* (dbxout_function): Test NO_DBX_FUNCTION_END at run timewilson1997-04-301-2/+6
* Change all calls to eliminate_regs.kenner1997-03-151-4/+4
* (dbxout_symbol): Fix forgotten case in last change: checkkenner1996-09-241-1/+4
* (dbxout_function): Don't check DECL_SECTION_NAME beforewilson1996-09-231-2/+1
* formatting tweaksmrs1996-07-031-7/+7
* (dbxout_function): Respect NO_DBX_FUNCTION_END.kenner1996-06-281-1/+1
* Add prototypes for all static functions.kenner1996-05-191-115/+20
* * dbxout.c (dbxout_function): When deciding to call dbxout_function_enddje1996-05-061-1/+2
* * flags.h (flag_function_sections): Declare.law1996-04-151-0/+25
* (dbxout_typedefs): Don't emit incomplete types yet.merrill1996-04-121-4/+2
* * dbxout.c (dbxout_type): Better "variant" handling to ignorebothner1996-03-131-3/+13
* (dbxout_type, case METHOD_TYPE): Add CHARS (1) callwilson1996-03-011-0/+1
* Changes to distinguish typedef from original type in debug output.bothner1996-02-121-1/+9
* * dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPEbothner1996-02-061-3/+6
* Don't include <string.h>. Don't compare strchr result to NULL.ian1996-01-301-2/+1
* Don't use #ifndef inside call to strchr, to avoid AIX problemian1996-01-291-4/+5
* Include <string.h>ian1996-01-221-0/+1
* Avoid minimal C++ debugging in a couple of cases where it doesn't workian1996-01-191-8/+31
* (gstab.h): Include if cross compiling.wilson1996-01-021-1/+1
* Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined.ian1995-12-131-40/+152
* Update FSF address.kenner1995-06-151-1/+2
* (dbxout_type_fields): Correct arguments to CHARS macrowilson1995-04-121-9/+3
* (dbxout_symbol): Properly handle decl whose DECL_NAME points to akenner1995-03-111-1/+4
* (GDB_INV_REF_REGPARM_STABS_LETTER): New macro.wilson1995-02-241-3/+11
* (dbxout_parms): For parameters passed in memory, deletewilson1995-02-241-88/+6
* (dbxout_source_file): Clean up null tree pointer test. Update copyright.dje1995-02-051-2/+2
* (dbxout_source_file): Don't switch to text section ifdje1995-02-041-2/+6
* (dbxout_type_method_1): Don't try to look at the firstmerrill1994-12-091-1/+1
* Check target endianness at run time, not compile timeian1994-11-161-6/+5
* (dbxout_symbol_location): Handle error_mark_node inwilson1994-09-091-1/+7
* (dbxout_source_file): Increment source_label_number outsideerich1994-07-121-1/+2
* (dbxout_type_methods): Enable debugging info forwilson1994-07-021-0/+2
* (dbxout_symbol): Replace DECL_IGNORED_P withwilson1994-06-181-1/+1
* (dbxout_type): Fix call to bzero.dje1994-06-151-4/+5
* (dbxout_range_type): Handle an array range that is neither int nor subrange.bothner1994-06-151-0/+2