index
:
delta/binutils-redhat.git
add-fakeroots-dir
arc-20081103-branch
arc-insight_6_8-branch
baserock/bootstrap-pass1
baserock/bootstrap-pass2
baserock/build-essential
baserock/jonathan/no-system-zlib
baserock/morph
baserock/richardmaw/S10442/cross-toolchain
baserock/richardmaw/S8564/ro-staging-area
baserock/richardmaw/inspect-zlib
baserock/robkendrick/mips64
baserock/tiagogomes/update-toolchain
binutils-2_10-branch
binutils-2_11-branch
binutils-2_12-branch
binutils-2_13-branch
binutils-2_14-branch
binutils-2_15-branch
binutils-2_16-branch
binutils-2_17-branch
binutils-2_18-branch
binutils-2_19-branch
binutils-2_20-branch
binutils-2_21-branch
binutils-2_22-branch
binutils-arc-20080908-branch
binutils-arc-20081103-branch
binutils-csl-2_17-branch
binutils-csl-arm-2005q1-branch
binutils-csl-gxxpro-3_4-branch
cagney-unwind-20030108-branch
cagney_bfdfile-20040213-branch
cagney_bigcore-20040122-branch
cagney_convert-20030606-branch
cagney_fileio-20030521-branch
cagney_frameaddr-20030403-branch
cagney_framebase-20030326-branch
cagney_lazyid-20030317-branch
cagney_offbyone-20030303-branch
cagney_regbuf-20020515-branch
cagney_sysregs-20020825-branch
cagney_tramp-20040309-branch
cagney_writestrings-20030508-branch
cagney_x86i386-20030821-branch
carlton_dictionary-branch
cgen-1_1-branch
cr-0x5f1
csl-arm-20050325-branch
cygnus
dje-cgen-play1-branch
drow-cplus-branch
drow-reverse-20070409-branch
drow_intercu-20040221-branch
ezannoni_pie-20030916-branch
ezannoni_pie-20040323-branch
gdb-csl-20060226-branch
gdb-csl-arm-20051020-branch
gdb-csl-available-20060303-branch
gdb-csl-gxxpro-6_3-branch
gdb-csl-symbian-20060226-branch
gdb-premipsmulti-2000-06-06-branch
gdb_5_0-2000-04-10-branch
gdb_5_1-2001-07-29-branch
gdb_5_1_0_1-2002-01-03-branch
gdb_5_2-branch
gdb_5_3-branch
gdb_6_0-branch
gdb_6_1-branch
gdb_6_2-branch
gdb_6_3-branch
gdb_6_4-branch
gdb_6_5-branch
gdb_6_6-branch
gdb_6_7-branch
gdb_6_8-branch
gdb_7_0-branch
gdb_7_2-branch
gdb_7_3-branch
gdb_7_4-branch
gdb_s390-2001-09-26-branch
import-1.1.1
insight_6_8-branch
interps-20030202-branch
jimb-gdb_6_2-e500-branch
jimb-macro-020506-branch
jimb-ppc64-linux-20030509-branch
jimb-ppc64-linux-20030528-branch
jimb-ppc64-linux-20030613-branch
jimb-rda-nptl-branch
kettenis-i386newframe-20030308-branch
kettenis_i386newframe-20030406-branch
kettenis_i386newframe-20030419-branch
kettenis_sparc-20030918-branch
kseitz_interps-20020528-branch
master
master-UNNAMED-BRANCH
msnyder-checkpoint-072509-branch
msnyder-fork-checkpoint-branch
msnyder-reverse-20060331-branch
msnyder-reverse-20060502-branch
msnyder-reverse-20080609-branch
msnyder-tracepoint-checkpoint-branch
multiprocess-20081120-branch
newlib-1_17_0-arc
newlib-autotools-branch
newlib-csl-20060320-branch
nickrob-async-20060513-branch
offbyone-20030313-branch
readline_4_3-import-branch
readline_5_1-import-branch
reverse-20080717-branch
reverse-20080930-branch
reverse-20081226-branch
sid-20020905-branch
tcltk840-20020924-branch
sourceware.org: git/binutils.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gold
/
archive.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
From Craig Silverstein: rename option functions for future option
Ian Lance Taylor
2008-02-26
1
-2
/
+2
*
Reduce the number of system calls. Use readv instead of pread. Do
Ian Lance Taylor
2008-01-02
1
-7
/
+11
*
Add section_size_type and section_offset_type, use them to replace a
Ian Lance Taylor
2007-12-18
1
-5
/
+7
*
Rewrite workqueue. This version eliminates the master thread, and
Ian Lance Taylor
2007-12-14
1
-25
/
+13
*
Add threading support.
Ian Lance Taylor
2007-11-22
1
-0
/
+1
*
Ignore empty archives.
Ian Lance Taylor
2007-11-16
1
-0
/
+7
*
From Craig Silverstein: Don't crash if we see a file we don't recognize.
Ian Lance Taylor
2007-11-07
1
-5
/
+12
*
Remove extraneous newlines.
Ian Lance Taylor
2007-10-14
1
-1
/
+1
*
Run all error handling through an Errors object. Delete output file
Ian Lance Taylor
2007-10-14
1
-48
/
+28
*
From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.
Ian Lance Taylor
2007-10-02
1
-2
/
+2
*
Add cache parameter to get_view. Discard uncached views on unlock.
Ian Lance Taylor
2007-09-25
1
-11
/
+16
*
Rework File_read interface. Get file size. Use pread when
Ian Lance Taylor
2007-09-25
1
-13
/
+18
*
Remove get_view_and_size.
Ian Lance Taylor
2007-09-25
1
-8
/
+10
*
Break out default pbytes argument to read and get_view routines,
Ian Lance Taylor
2007-09-25
1
-5
/
+5
*
Add licensing text to every source file.
Ian Lance Taylor
2007-09-22
1
-0
/
+20
*
Add global parameters.
Ian Lance Taylor
2007-09-21
1
-13
/
+12
*
Fix comment.
Ian Lance Taylor
2007-09-20
1
-2
/
+2
*
Rework patch to check by both armap entry and archive offset. Also,
Ian Lance Taylor
2007-09-20
1
-21
/
+24
*
From Craig Silverstein: rework seen handling to be based on archive
Ian Lance Taylor
2007-09-20
1
-12
/
+25
*
Implement --whole-archive.
Ian Lance Taylor
2007-08-21
1
-22
/
+94
*
Split Object into Dynobj and Relobj, incorporate elfcpp swapping changes.
Ian Lance Taylor
2006-11-06
1
-9
/
+10
*
Can now do a full static link of hello, world in C or C++
Ian Lance Taylor
2006-11-03
1
-20
/
+23
*
Framework for relocation scanning. Implement simple static TLS
Ian Lance Taylor
2006-10-20
1
-1
/
+1
*
Lay out object file sections when we add the symbols to the symbol
Ian Lance Taylor
2006-10-06
1
-7
/
+11
*
Snapshot. Now able to produce a minimal executable which actually
Ian Lance Taylor
2006-09-29
1
-0
/
+360