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
1999-11-25
c-common.c (check_format_info): Don't call a variadic function with a non-lit...
Kaveh R. Ghazi
1
-1
/
+1
1999-11-11
Fix gdb testsuite failures caused by Kenner's bulk merge from gcc2.
Jim Wilson
1
-1
/
+9
1999-11-06
Makefile.in (dbxout.o): Depend on ggc.h.
Mark Mitchell
1
-0
/
+3
1999-10-31
[multiple changes]
Richard Kenner
1
-22
/
+66
1999-10-26
dbxout.c (lastfile, [...]): Constify a char*.
Kaveh R. Ghazi
1
-29
/
+28
1999-09-23
builtins.c, [...]: Include tm_p.h.
Richard Henderson
1
-0
/
+1
1999-09-03
dbxout.c (dbxout_init): Use xcalloc instead of xmalloc+bzero.
Richard Henderson
1
-2
/
+1
1999-08-31
Makefile.in (OBJS, PROTO_OBJS): Remove getpwd.o.
Kaveh R. Ghazi
1
-2
/
+0
1999-04-18
output.h (current_function_is_leaf, [...]): Declare.
John Wehle
1
-2
/
+2
1999-03-19
Warning fixes:
Kaveh R. Ghazi
1
-5
/
+5
1999-02-24
Fix cross compiler build failure in dbxout.c.
Jim Wilson
1
-2
/
+4
1998-12-08
* dbxout.c: If USG is defined use gstab.h, even if HAVE_STAB_H is set.
Kaveh R. Ghazi
1
-3
/
+3
1998-11-09
[multiple changes]
Jeff Law
1
-1
/
+1
1998-07-23
Fix stabs bug with C array ranges.
Jim Wilson
1
-2
/
+12
1998-06-30
decl2.c (lang_decode_option): Remove warn_template_debugging.
Benjamin Kosnik
1
-6
/
+0
1998-06-29
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
Jeff Law
1
-1
/
+1
1998-06-29
Warning fixes:
Kaveh R. Ghazi
1
-1
/
+1
1998-06-04
dbxout.c (dbxout_type): Output arrays of bits as if they were bitstrings for ...
Dave Brolley
1
-0
/
+14
1998-05-23
m68k.h: Declare more functions used in macros.
Andreas Schwab
1
-0
/
+4
1998-05-19
Warning Fixes:
Kaveh R. Ghazi
1
-0
/
+1
1998-05-18
Undid previous delta to dbxout.c
Nick Clifton
1
-1
/
+15
1998-05-18
Use TREE_ARG to compute the type of a function parameter passed in memory.
Nick Clifton
1
-1
/
+1
1998-05-18
dwarfout.h, [...]: New files.
Robert Lipe
1
-0
/
+1
1998-05-16
dbxout.c (dbxout_parms): If mode of type of parameter living in memory doesn'...
Doug Evans
1
-0
/
+9
1998-05-13
Warning fixes:
Kaveh R. Ghazi
1
-7
/
+7
1998-05-05
* Check in merge from gcc2. See ChangeLog.12 for details.
Jeff Law
1
-4
/
+6
1998-04-24
dbxout.c (dbxout_type): Fix typo.
Jeffrey A Law
1
-5
/
+12
1998-04-24
dbxout.c (dbxout_type_fields): Use HOST_WIDE_INT_PRINT_DEC appropriately.
Jeff Law
1
-25
/
+58
1998-03-25
Fix warnings from Kaveh R. Ghazi
Michael Meissner
1
-2
/
+6
1998-03-20
Major cutover to using system.h:
Kaveh R. Ghazi
1
-15
/
+1
1998-03-18
dbxout.c (dbxout_function_end): Fix last change.
Richard Henderson
1
-2
/
+2
1998-03-18
Fix more warnings...
Kaveh R. Ghazi
1
-3
/
+6
1998-03-11
dbxout.c (dbxout_type_methods): Only treat TYPE_METHODS as a TREE_VEC if that...
Mark Mitchell
1
-1
/
+1
1998-02-07
c-common.c: Include <stdlib.h> and <string.h>/<strings.h>.
Robert Lipe
1
-0
/
+8
1998-01-28
dbxout.c (dbxout_type): For a RECORD_TYPE...
Per Bothner
1
-1
/
+3
1997-12-18
tree.c (build_range_type): Allow creation of ranges with no maximum.
Richard Henderson
1
-1
/
+2
1997-12-15
reload.h, [...]: Revert March 15 change.
Richard Henderson
1
-3
/
+3
1997-11-13
dbxout.c (dbxout_symbol_location): Don't assume that variables whose address ...
Michael Meissner
1
-1
/
+6
1997-11-02
Update mainline egcs to gcc2 snapshot 971021.
Jeff Law
1
-2
/
+6
1997-10-23
dbxout.c (dbxout_start_new_source_file): Use output_quoted_string for FILENAME.
J"orn Rennecke
1
-1
/
+3
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
[next]