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
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
1993-12-11
(dbxout_type): The "base type" of a SET_TYPE is its DOMAIN_TYPE, not
Richard Kenner
1
-1
/
+1
1993-11-13
(dbxout_type_field): Skip fields with variable
Richard Stallman
1
-3
/
+5
1993-11-11
(dbxout_parms): Fix previous change.
Richard Stallman
1
-1
/
+1
1993-11-11
(dbxout_symbol): If it's C++, don't check the
Richard Stallman
1
-1
/
+4
1993-11-10
(dbxout_parms): For parms passed via invisible
Jim Wilson
1
-2
/
+6
1993-11-04
(dbxout_symbol_location): Test DECL_IN_TEXT_SECTION.
Richard Stallman
1
-1
/
+1
1993-11-03
(dbxout_type): Print `-2' instead of `0037777777776' for an enumeration const...
Richard Stallman
1
-6
/
+6
1993-10-19
(print_int_cst_octal): Fix bug in last change.
Richard Kenner
1
-5
/
+4
1993-10-12
(dbxout_type, case INTEGER_TYPE): Output bounds in octal if type wider than H...
Richard Kenner
1
-2
/
+20
1993-10-08
(dbxout_type, case INTEGER_TYPE): Correctly check for type smaller
Richard Kenner
1
-1
/
+2
1993-10-08
(dbxout_parms): Don't confuse a parameter at an offset of zero from AP
Richard Kenner
1
-4
/
+4
1993-09-28
(FILE_NAME_JOINER): Default is "/".
Paul Eggert
1
-6
/
+20
1993-09-24
dbxout.c: (dbxout_symbol): FRAME_POINTER_REGNUM has been eliminated by now...
Doug Evans
1
-1
/
+1
1993-09-17
Better encoding of CHAR_TYPE and BOOLEAN_TYPE.
Per Bothner
1
-2
/
+10
1993-09-08
(dbxout_parms): For parameters in registers, if use
Jim Wilson
1
-4
/
+14
1993-09-07
(dbxout_type): Handle enum constants bigger than one word.
Richard Stallman
1
-3
/
+12
1993-07-18
(dbxout_symbol_location): Call in_text_section
Richard Stallman
1
-1
/
+1
1993-07-15
(dbxout_symbol_location): Subroutine broken out from dbxout_symbol.
Richard Stallman
1
-188
/
+215
1993-06-19
(dbxout_type): Reinstall #if 0 around code for
Richard Stallman
1
-0
/
+2
1993-05-28
(dbxout_type): Add missing `;' for array with no domain.
Richard Stallman
1
-3
/
+3
1993-05-26
(dbxout_block) [DBX_BLOCKS_FUNCTION_RELATIVE]:
Richard Stallman
1
-2
/
+2
1993-05-13
(dbxout_parms): Don't output a parm if it's a mem that has a constant address.
Richard Stallman
1
-1
/
+5
1993-04-13
(dbxout_symbol): Last arg to eliminate_regs is NULL_RTX.
Richard Kenner
1
-1
/
+1
1993-04-13
(dbxout_type): Make just cross refs for struct types
Richard Stallman
1
-3
/
+4
1993-04-13
Treat QUAL_UNION_TYPE like UNION_TYPE when seeing if aggregate.
Richard Kenner
1
-2
/
+7
1993-03-23
(dbxout_type): Use int_size_in_bytes instead of size_in_bytes for
Richard Kenner
1
-5
/
+4
1993-03-04
(dbxout_type): Handle complex integer types.
Richard Stallman
1
-2
/
+21
1993-03-02
Define and use new function dbxout_range_type.
Per Bothner
1
-16
/
+41
1993-02-26
(dbxout_type): Enable output of subrange types if use_gnu_debug_info_extensions.
Richard Stallman
1
-6
/
+2
1993-01-22
Cygnus<-->FSF merge
Brendan Kehoe
1
-1
/
+4
1993-01-12
dbxout.c (dbxout_type): Call with missing third arg as 0.
Brendan Kehoe
1
-2
/
+2
[next]