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
/
tlink.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-17
This patch rewrites the old VEC macro-based interface into a new one based on...
Diego Novillo
1
-6
/
+4
2012-05-31
output.h (__gcc_host_wide_int__): Move to hwint.h.
Steven Bosscher
1
-4
/
+4
2012-05-04
collect2.c (may_unlink_output_file): New global.
Olivier Hainque
1
-0
/
+6
2012-02-11
re PR c++/51910 (-frepo linking failure)
Jason Merrill
1
-22
/
+76
2011-05-19
collect2.c: Include diagnostic.h.
Joseph Myers
1
-3
/
+4
2011-03-25
Changelog c-family/
Kai Tietz
1
-4
/
+4
2010-11-29
system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.
Joseph Myers
1
-3
/
+2
2010-04-27
collect2.c (TARGET_64BIT): Redefine to target's default.
Kai Tietz
1
-0
/
+4
2009-11-25
Remove trailing white spaces.
H.J. Lu
1
-1
/
+1
2009-10-03
Merge lto branch into trunk.
Diego Novillo
1
-1
/
+1
2008-11-20
tlink.c: Include "libiberty.h".
Samuel Thibault
1
-2
/
+3
2008-06-20
collect2.c (main, [...]): Fix for -Wc++-compat.
Kaveh R. Ghazi
1
-8
/
+7
2008-03-31
tlink.c (scan_linker_output): Look for symbol name in single quotes.
Ian Lance Taylor
1
-1
/
+4
2007-07-26
Change copyright header to refer to version 3 of the GNU General Public Licen...
Nick Clifton
1
-5
/
+4
2007-07-25
cselib.c (entry_and_rtx_equal_p): Constify.
Kaveh R. Ghazi
1
-1
/
+1
2007-02-24
tlink.c (scan_linker_output): Parse linker messages from darwin9's linker bet...
Mike Stump
1
-9
/
+11
2007-02-24
Fix thinko in last fix.
Mike Stump
1
-1
/
+4
2007-02-24
tlink.c (scan_linker_output): Parse linker messages from darwin9's linker bet...
Mike Stump
1
-1
/
+20
2006-01-31
tree-vrp.c: Use XNEW/XCNEW allocation wrappers.
Marcin Dalecki
1
-3
/
+3
2005-06-25
Update FSF address.
Kelley Cook
1
-2
/
+2
2005-06-06
libiberty.h (XOBFINISH): New.
Gabriel Dos Reis
1
-2
/
+2
2005-03-31
collect2.c (lderrout): New variable.
Ian Lance Taylor
1
-9
/
+16
2005-03-30
backport: tlink.c (recompile_files): Do not assume that "rename" can overwrit...
Danny Smith
1
-1
/
+7
2005-03-29
re PR bootstrap/14316 (collect2 doesnt build on windows hosts)
Ian Lance Taylor
1
-3
/
+5
2004-11-09
builtins.c, [...]: Avoid "`" as left quote, using "'" or %q, %< and %> as app...
Joseph Myers
1
-2
/
+2
2004-10-15
bitmap.c, [...]: Update copyright.
Kazu Hirata
1
-1
/
+1
2004-08-25
tlink.c (initial_cwd): New variable.
Adam Nemet
1
-15
/
+57
2004-07-29
c-common.h (lang_post_pch_load): New variable.
Mark Mitchell
1
-0
/
+9
2003-07-19
alias.c [...]: Remove unnecessary casts.
Kaveh R. Ghazi
1
-2
/
+2
2003-07-06
sbitmap.c: Convert prototypes to ISO C90.
Andreas Jaeger
1
-77
/
+48
2003-06-16
decl.c, [...]: Don't use the PTR macro.
Kaveh R. Ghazi
1
-3
/
+3
2003-05-23
Fix typo.
Mike Stump
1
-1
/
+1
2003-05-23
tlink.c (scan_linker_output): Add support for darwin linker...
Mike Stump
1
-0
/
+6
2003-04-22
Fixed calls to putenv().
Kean Johnston
1
-2
/
+2
2003-02-26
* tlink.c (scan_linker_output): Drop leading '.' from symbol names.
Alan Modra
1
-3
/
+9
2002-12-24
regmove.c: Fix comment typos.
Kazu Hirata
1
-1
/
+1
2002-12-16
Merge basic-improvements-branch to trunk
Zack Weinberg
1
-0
/
+2
2002-11-16
* tlink.c: Fix formatting.
Kazu Hirata
1
-11
/
+11
2002-09-11
Makefile.in: Remove all references to s-under and underscore.c.
Zack Weinberg
1
-6
/
+7
2002-08-04
Index: ChangeLog
Geoffrey Keating
1
-1
/
+1
2002-07-23
defaults.h (obstack_chunk_alloc, [...]): Default definition.
Neil Booth
1
-4
/
+0
2002-06-04
Merge from pch-branch up to tag pch-commit-20020603.
Geoffrey Keating
1
-109
/
+82
2002-05-31
target.h: Fix formatting.
Kazu Hirata
1
-1
/
+1
2002-05-18
timevar.c: Fix formatting.
Kazu Hirata
1
-12
/
+12
2001-11-09
clipper.h (ASM_OUTPUT_REG_POP): Fix typo.
Kaveh R. Ghazi
1
-2
/
+2
2001-09-12
c-common.c (c_tree_code_name): Const-ification.
Kaveh R. Ghazi
1
-1
/
+1
2001-08-22
Makefile.in, [...]: replace "GNU CC" with "GCC".
Lars Brinkhoff
1
-12
/
+12
2001-08-14
tlink.c (scan_linker_output): Check string for unsatisfied in addition to und...
Steve Ellcey
1
-0
/
+1
2001-07-01
tlink.c (recompile_files): Remove COMPILER_PATH and LIBRARY_PATH from the env...
Nathan Sidwell
1
-0
/
+3
2001-05-04
i386.c (ix86_emit_restore_regs_using_mov, [...]): Change `bool' parameter to ...
Kaveh R. Ghazi
1
-4
/
+4
[next]