Ian Lance Taylor
|
a445fddf82
|
Fully implement the SECTIONS clause.
|
19 years ago |
Ian Lance Taylor
|
65778909ad
|
From Cary Coutant: Ignore hidden symbols in a dynamic object.
|
19 years ago |
Ian Lance Taylor
|
9b07f471e3
|
Don't pass around the target in order to define symbols; get it from
the parameters instead.
|
19 years ago |
Ian Lance Taylor
|
55a934330a
|
Originally from Craig Silverstein, with changes: support using a
version script to force symbols to be local.
|
19 years ago |
Ian Lance Taylor
|
091244672e
|
From Andrew Chatham and Craig Silverstein: Add support for version
scripts.
|
19 years ago |
Ian Lance Taylor
|
e5756efb6d
|
Support assignments and expressions in linker scripts.
|
19 years ago |
Ian Lance Taylor
|
cb29561284
|
Reduce the number of system calls. Use readv instead of pread. Do
better handling of cached views.
|
19 years ago |
Ian Lance Taylor
|
99f8facac9
|
From Cary Coutant: Fix handling of versioned symbols, add some tests.
|
19 years ago |
Ian Lance Taylor
|
fe8718a463
|
Convert more instances of off_t to be 32-bit types.
|
19 years ago |
Ian Lance Taylor
|
c0873094f5
|
Use string length when available when calling Stringpool. Compare
pointers first when looking up Stringpool entries.
|
19 years ago |
Ian Lance Taylor
|
8383303e0a
|
Add section_size_type and section_offset_type, use them to replace a
lot of instances of off_t.
|
19 years ago |
Ian Lance Taylor
|
17a1d0a9b2
|
Rewrite workqueue. This version eliminates the master thread, and
reduces the amount of locking required to find a new thread to run.
|
19 years ago |
Ian Lance Taylor
|
6d01333390
|
From Craig Silverstein: size hash tables to avoid resizing.
|
19 years ago |
Ian Lance Taylor
|
e8c846c359
|
From Cary Coutant: Fix handling of RELATIVE RELA relocs.
|
19 years ago |
Ian Lance Taylor
|
7bf1f8020f
|
From Cary Coutant: More support for generating shared libraries.
|
19 years ago |
Ian Lance Taylor
|
ad8f37d1ba
|
Stringpool stats. Also make Symbol_table support functions inline.
|
19 years ago |
Ian Lance Taylor
|
abaa399568
|
Print symbol table statistics with --stats.
|
19 years ago |
Ian Lance Taylor
|
c79126688f
|
Add threading support.
|
19 years ago |
Ian Lance Taylor
|
dd8670e56c
|
From Craig Silverstein: Quote the symbol name in the ODR violation
message to avoid a gcc collect2 demangling bug.
|
19 years ago |
Ian Lance Taylor
|
ff541f308a
|
When looking for ODR violations, only check the file base name. Also,
never demangle if --no-demangle was used.
|
19 years ago |
Ian Lance Taylor
|
b01c0a4adb
|
Workaround bug in gcc 4.0.3 STL.
|
19 years ago |
Ian Lance Taylor
|
a2b1aa12f7
|
From Craig Silverstein: Add support for --demangle.
|
19 years ago |
Ian Lance Taylor
|
78f156961e
|
From Craig Silverstein: Report output file name with ODR violation
warning message.
|
19 years ago |
Ian Lance Taylor
|
9a2d698415
|
Add heuristics for undefined symbol warnings.
|
19 years ago |
Ian Lance Taylor
|
601e4987b8
|
Revert last patch.
|
19 years ago |
Ian Lance Taylor
|
3728821ffc
|
Support special always-defined symbols for targets.
|
19 years ago |
Ian Lance Taylor
|
e2827e5f52
|
Warn about undefined references in shared libraries if we have seen
all the DT_NEEDED entries for that library.
|
19 years ago |
Ian Lance Taylor
|
a55ce7febf
|
From Craig Silverstein: Rework debug info code a bit, add option for
ODR violations, add test case.
|
19 years ago |
Ian Lance Taylor
|
70e654ba48
|
From Craig Silverstein: First cut at detecting ODR violations.
|
19 years ago |
Ian Lance Taylor
|
d61c6bd41c
|
From Cary Coutant: More shared library support, some refactorization.
|
19 years ago |
Ian Lance Taylor
|
730cdc88f7
|
Generate a complete exception frame header. Discard duplicate
exception frame information.
|
19 years ago |
Ian Lance Taylor
|
35cdfc9a87
|
Add support for PT_GNU_STACK.
|
19 years ago |
Ian Lance Taylor
|
46fe162319
|
Fix versions of copied symbols.
|
19 years ago |
Ian Lance Taylor
|
436ca963fd
|
From Cary Coutant: preliminary shared library support.
|
19 years ago |
Ian Lance Taylor
|
aeddab66fe
|
Keep track of weak aliases, so that overriding environ works.
|
19 years ago |
Ian Lance Taylor
|
75f2446ec3
|
Run all error handling through an Errors object. Delete output file
on error.
|
19 years ago |
Ian Lance Taylor
|
cfd73a4e26
|
Add an option for Stringpools to not copy strings.
|
19 years ago |
Ian Lance Taylor
|
9e2dcb779c
|
Implement -s and -S options which strip symbols.
|
19 years ago |
Ian Lance Taylor
|
b3b74ddc6e
|
Use parameters to track whether we are doing a static link. Fix up
final_value_is_known for weak undefined symbols. Pointed out by Cary
Coutant.
|
19 years ago |
Ian Lance Taylor
|
9025d29d14
|
Put size and endianness in parameters.
|
19 years ago |
Ian Lance Taylor
|
9eb9fa57c2
|
Add cache parameter to get_view. Discard uncached views on unlock.
Fix bug this exposed in archive armap symbol name handling.
|
19 years ago |
Ian Lance Taylor
|
ab5c9e90a6
|
Use special value when we refer a function symbol in some way other
than calling it.
|
19 years ago |
Ian Lance Taylor
|
6cb15b7f89
|
Add licensing text to every source file.
|
19 years ago |
Ian Lance Taylor
|
d4f5281bde
|
It's OK to have a version if we have an existing symbol.
|
19 years ago |
Ian Lance Taylor
|
306d9ef048
|
Canonicalize name and version when working with special symbols.
|
19 years ago |
Ian Lance Taylor
|
86f2e68346
|
Let special symbols override existing symbols rather than
reinitializing them.
|
19 years ago |
Ian Lance Taylor
|
193a53d920
|
Add support for --enable-target to control which template
specializations we generate.
|
19 years ago |
Ian Lance Taylor
|
64707334c7
|
Ignore VER_NDX_LOCAL for an undefined symbol.
|
19 years ago |
Ian Lance Taylor
|
1ebd95fdf1
|
Copy in_reg and in_dyn when resolving NAME/VERSION with NAME/NULL.
|
19 years ago |
Ian Lance Taylor
|
f4151f8959
|
Initialize plt_offset_ and has_plt_offset_ in a Symbol.
|
19 years ago |