index
:
riscv-gnu-toolchain/gcc.git
devel/analyzer
devel/autopar_devel
devel/autopar_europar_2021
devel/bypass-asm
devel/c++-contracts
devel/c++-coroutines
devel/c++-modules
devel/c++-name-lookup
devel/coarray_native
devel/fortran_unsigned
devel/gccgo
devel/gfortran-caf
devel/gimple-linterchange
devel/gomp-5_0-branch
devel/icpp2021
devel/ira-select
devel/ix86/evex512
devel/jlaw/crc
devel/loop-unswitch-support-switches
devel/lto-offload
devel/m2link
devel/modula-2
devel/mold-lto-plugin
devel/mold-lto-plugin-v2
devel/nothrow-detection
devel/omp/gcc-10
devel/omp/gcc-11
devel/omp/gcc-12
devel/omp/gcc-13
devel/omp/gcc-14
devel/omp/gcc-9
devel/omp/ompd
devel/power-ieee128
devel/range-gen3
devel/ranger
devel/rust/master
devel/sh-lra
devel/sphinx
devel/ssa-range
devel/subreg-coalesce
devel/unified-autovect
master
releases/egcs-1.0
releases/egcs-1.1
releases/gcc-10
releases/gcc-11
releases/gcc-12
releases/gcc-13
releases/gcc-14
releases/gcc-2.95
releases/gcc-2.95.2.1-branch
releases/gcc-3.0
releases/gcc-3.1
releases/gcc-3.2
releases/gcc-3.3
releases/gcc-3.4
releases/gcc-4.0
releases/gcc-4.1
releases/gcc-4.2
releases/gcc-4.3
releases/gcc-4.4
releases/gcc-4.5
releases/gcc-4.6
releases/gcc-4.7
releases/gcc-4.8
releases/gcc-4.9
releases/gcc-5
releases/gcc-6
releases/gcc-7
releases/gcc-8
releases/gcc-9
releases/libgcj-2.95
trunk
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
dbxout.c
Age
Commit message (
Expand
)
Author
Files
Lines
1997-06-18
* dbxout.c (dbxout_type_fields): Skip field if DECL_IGNORED_P.
Per Bothner
1
-0
/
+2
1997-05-15
dbxout.c (dbxout_function_end): Don't subtract one from the end of function s...
Jeff Law
1
-1
/
+1
1997-05-06
reformat a little to match GNU coding standards.
Mike Stump
1
-7
/
+7
1997-04-30
(dbxout_function): Test NO_DBX_FUNCTION_END at run time
Jim Wilson
1
-2
/
+6
1997-03-15
Change all calls to eliminate_regs.
Richard Kenner
1
-4
/
+4
1996-09-23
(dbxout_symbol): Fix forgotten case in last change: check
Richard Kenner
1
-1
/
+4
1996-09-23
(dbxout_function): Don't check DECL_SECTION_NAME before
Jim Wilson
1
-2
/
+1
1996-07-03
formatting tweaks
Mike Stump
1
-7
/
+7
1996-06-28
(dbxout_function): Respect NO_DBX_FUNCTION_END.
Richard Kenner
1
-1
/
+1
1996-05-19
Add prototypes for all static functions.
Richard Kenner
1
-115
/
+20
1996-05-06
dbxout.c (dbxout_function): When deciding to call dbxout_function_end change ...
Doug Evans
1
-1
/
+2
1996-04-15
flags.h (flag_function_sections): Declare.
Jeff Law
1
-0
/
+25
1996-04-12
(dbxout_typedefs): Don't emit incomplete types yet.
Jason Merrill
1
-4
/
+2
1996-03-12
dbxout.c (dbxout_type): Better "variant" handling to ignore const/volatile bu...
Per Bothner
1
-3
/
+13
1996-02-29
(dbxout_type, case METHOD_TYPE): Add CHARS (1) call
Jim Wilson
1
-0
/
+1
1996-02-12
Changes to distinguish typedef from original type in debug output.
Per Bothner
1
-1
/
+9
1996-02-06
dbxout.c (dbxout_range_type): Emit non-range INTEGER_TYPE as a sub-range of i...
Per Bothner
1
-3
/
+6
1996-01-30
Don't include <string.h>. Don't compare strchr result to NULL.
Ian Lance Taylor
1
-2
/
+1
1996-01-29
Don't use #ifndef inside call to strchr, to avoid AIX problem
Ian Lance Taylor
1
-4
/
+5
1996-01-22
Include <string.h>
Ian Lance Taylor
1
-0
/
+1
1996-01-19
Avoid minimal C++ debugging in a couple of cases where it doesn't work
Ian Lance Taylor
1
-8
/
+31
1996-01-02
(gstab.h): Include if cross compiling.
Jim Wilson
1
-1
/
+1
1995-12-13
Output N_BINCL and N_EINCL stabs if DBX_USE_BINCL is defined.
Ian Lance Taylor
1
-40
/
+152
1995-06-15
Update FSF address.
Richard Kenner
1
-1
/
+2
1995-04-12
(dbxout_type_fields): Correct arguments to CHARS macro in flag_minimal_debug ...
Jim Wilson
1
-9
/
+3
1995-03-11
(dbxout_symbol): Properly handle decl whose DECL_NAME points to a
Richard Kenner
1
-1
/
+4
1995-02-24
(GDB_INV_REF_REGPARM_STABS_LETTER): New macro.
Jim Wilson
1
-3
/
+11
1995-02-24
(dbxout_parms): For parameters passed in memory...
Jim Wilson
1
-88
/
+6
1995-02-05
(dbxout_source_file): Clean up null tree pointer test. Update copyright.
Doug Evans
1
-2
/
+2
1995-02-04
(dbxout_source_file): Don't switch to text section if in function with sectio...
Doug Evans
1
-2
/
+6
1994-12-09
(dbxout_type_method_1): Don't try to look at the first
Jason Merrill
1
-1
/
+1
1994-11-16
Check target endianness at run time, not compile time
Ian Lance Taylor
1
-6
/
+5
1994-09-09
(dbxout_symbol_location): Handle error_mark_node in
Jim Wilson
1
-1
/
+7
1994-07-12
(dbxout_source_file): Increment source_label_number outside
Richard Earnshaw
1
-1
/
+2
1994-07-02
(dbxout_type_methods): Enable debugging info for
Jim Wilson
1
-0
/
+2
1994-06-18
(dbxout_symbol): Replace DECL_IGNORED_P with
Jim Wilson
1
-1
/
+1
1994-06-15
(dbxout_type): Fix call to bzero.
Doug Evans
1
-4
/
+5
1994-06-15
(dbxout_range_type): Handle an array range that is neither int nor subrange.
Per Bothner
1
-0
/
+2
1994-06-14
Cast pointer operands to bzero, bcopy, and bcmp to (char *).
Richard Kenner
1
-3
/
+5
1994-05-31
(dbxout_type): Always emit cross-references if
Jim Wilson
1
-4
/
+7
1994-05-16
(dbxout_type): Write non-default precision of of ENUMERAL_TYPEs.
Per Bothner
1
-0
/
+3
1994-04-29
(dbxout_type): check TYPE_DECL_SUPPRESS_DEBUG to generate cross reference
Doug Evans
1
-1
/
+1
1994-03-31
(dbxout_type): Re-enable debugging output for anonymous structures.
Jim Wilson
1
-13
/
+18
1994-03-25
(dbxout_symbol): Remove decls of unused variables.
Richard Kenner
1
-3
/
+1
1994-03-23
(dbxout_parms): For parameter living in psuedo-reg that
Jim Wilson
1
-3
/
+3
1994-03-21
(source_label_number): New variable.
Jim Wilson
1
-1
/
+9
1994-02-15
Use new flag TYPE_STRING_FLAG instead of STRING_TYPE.
Per Bothner
1
-0
/
+17
1994-02-11
Don't treat anonymous fields as belonging to the containing object.
Per Bothner
1
-10
/
+12
1994-01-12
dbxout.c (dbxout_range_type): If the range has a base type (TREE_TYPE)...
Per Bothner
1
-1
/
+1
1993-12-22
(dbxout_parms): For parameter passed by invisible
Jim Wilson
1
-2
/
+9
[next]