Ian Lance Taylor
|
fd247bfe68
|
Set load address for orphan sections.
|
2008-02-14 02:34:22 +00:00 |
|
Ian Lance Taylor
|
756ac4a80d
|
Implement -Tdata and -Tbss.
|
2008-02-13 22:47:28 +00:00 |
|
Ian Lance Taylor
|
3edc73f245
|
Implement remaining linker script functions.
|
2008-02-13 22:44:50 +00:00 |
|
Ian Lance Taylor
|
0daa6f62c8
|
Support selecting target by name.
|
2008-02-13 02:44:50 +00:00 |
|
Ian Lance Taylor
|
caa9d5d919
|
Assignments in linker scripts override definitions from object files.
|
2008-02-13 01:20:38 +00:00 |
|
Ian Lance Taylor
|
7508a0934e
|
Implement LOADADDR and SIZEOF.
|
2008-02-13 01:18:53 +00:00 |
|
Craig Silverstein
|
9d37b37d37
|
Up version to 1.1, as the 1.1 binary was pushed to users today.
|
2008-02-12 02:01:32 +00:00 |
|
Ian Lance Taylor
|
dceae3c154
|
Support dynamic relocations against local section symbols.
|
2008-02-12 00:28:48 +00:00 |
|
Ian Lance Taylor
|
4e8fe71f6c
|
Set TEXTREL correctly when using a SECTIONS clause.
|
2008-02-12 00:24:00 +00:00 |
|
Ian Lance Taylor
|
0e43bb4edd
|
Pass down alignment when adding input section to orphan section.
|
2008-02-12 00:17:35 +00:00 |
|
Ian Lance Taylor
|
33a3a15316
|
Force different sections to different pages for better results on
x86_64 Linux.
|
2008-02-12 00:15:40 +00:00 |
|
Ian Lance Taylor
|
03df6b3280
|
Fix precedence error, avoid signed/unsignd warning.
|
2008-02-12 00:13:39 +00:00 |
|
Ian Lance Taylor
|
77e655378d
|
Track sections for expressions.
|
2008-02-09 01:22:17 +00:00 |
|
Ian Lance Taylor
|
8fc19601e8
|
From Cary Coutant: fix handling of undefined symbols in shared
libraries.
|
2008-02-08 22:49:22 +00:00 |
|
Ian Lance Taylor
|
b0d8593d63
|
Don't read linker scripts in binary mode.
|
2008-02-08 07:31:09 +00:00 |
|
Ian Lance Taylor
|
bc644c6cfc
|
Add support for --format binary for input files.
|
2008-02-08 07:06:58 +00:00 |
|
Ian Lance Taylor
|
516cb3d01e
|
Support --oformat binary.
|
2008-02-07 07:33:46 +00:00 |
|
Ian Lance Taylor
|
1ef1f3d387
|
Ignore version scripts for relocatable links.
|
2008-02-07 05:45:07 +00:00 |
|
Ian Lance Taylor
|
5fe2a0f55b
|
Even when stripping all symbols, we need to write out the dynamic
symbol table.
|
2008-02-07 04:35:41 +00:00 |
|
Ian Lance Taylor
|
88dd47ac00
|
Implement --just-symbols, including -R FILE. Fix symbol values when
doing a relocatable link.
|
2008-02-07 01:51:25 +00:00 |
|
Ian Lance Taylor
|
fbfba50887
|
Support creating empty output when there are no input objects.
|
2008-02-06 20:32:10 +00:00 |
|
Ian Lance Taylor
|
755ab8af10
|
Fix group signature handling for relocatable link, add bootstrap
relocatable test.
|
2008-02-06 19:32:32 +00:00 |
|
Ian Lance Taylor
|
6a74a71947
|
Initial -r support.
|
2008-02-06 08:13:50 +00:00 |
|
Ian Lance Taylor
|
56fd6e75db
|
From Ollie Wild: add missing backquote to install-exec-local.
|
2008-02-05 22:22:09 +00:00 |
|
Ian Lance Taylor
|
7d26c6cc60
|
Print PHDRS clause for debugging.
|
2008-02-04 23:53:15 +00:00 |
|
Ian Lance Taylor
|
1c4f3631bd
|
Implement PHDRS.
|
2008-02-04 22:54:31 +00:00 |
|
Ian Lance Taylor
|
15893b88b0
|
Treat an empty directory argument as the current directory.
|
2008-02-04 22:44:35 +00:00 |
|
Ian Lance Taylor
|
fc955173bb
|
From Craig Silverstein: support @file expansion.
|
2008-02-04 17:26:12 +00:00 |
|
Ian Lance Taylor
|
3802b2dd6b
|
Implement SIZEOF_HEADERS, section constraints, other minor linker
script items.
|
2008-02-04 06:45:50 +00:00 |
|
Ian Lance Taylor
|
7cc77b5a09
|
Fully implement SECTIONS clause.
|
2008-02-04 05:46:12 +00:00 |
|
Ian Lance Taylor
|
a445fddf82
|
Fully implement the SECTIONS clause.
|
2008-02-04 05:43:05 +00:00 |
|
Ian Lance Taylor
|
1cac254c18
|
Don't record file offset for CIEs.
|
2008-02-02 06:50:45 +00:00 |
|
Ian Lance Taylor
|
65778909ad
|
From Cary Coutant: Ignore hidden symbols in a dynamic object.
|
2008-02-01 00:42:24 +00:00 |
|
Ian Lance Taylor
|
03e8f2b225
|
From Cary Coutant: Fix a case in which code takes the address of a
function and also calls it directly.
|
2008-02-01 00:39:10 +00:00 |
|
Ian Lance Taylor
|
8bc7a1c115
|
Permit ordinary object files in groups.
|
2008-01-26 01:35:10 +00:00 |
|
Ian Lance Taylor
|
9b07f471e3
|
Don't pass around the target in order to define symbols; get it from
the parameters instead.
|
2008-01-26 01:17:45 +00:00 |
|
Ian Lance Taylor
|
1dd940af63
|
From Craig Silverstein: Simplify Version_script_info::symbol_is_local
interface.
|
2008-01-24 22:35:39 +00:00 |
|
Ian Lance Taylor
|
5240d12aa0
|
From Cary Coutant: Fix last patch.
|
2008-01-24 00:51:57 +00:00 |
|
Ian Lance Taylor
|
55a934330a
|
Originally from Craig Silverstein, with changes: support using a
version script to force symbols to be local.
|
2008-01-24 00:15:00 +00:00 |
|
Ian Lance Taylor
|
e4967d85cb
|
Use string instead of STRING, so that we handled QUOTED_STRING.
|
2008-01-23 19:31:56 +00:00 |
|
Ian Lance Taylor
|
0700cf329e
|
From Cary Coutant: Fix mixing PIC and non-PIC relocs in the same
shared library.
|
2008-01-23 07:15:59 +00:00 |
|
Ian Lance Taylor
|
7d32031390
|
Add explicit dependencies on yyscript.h to make sure that it is
built.
|
2008-01-23 02:13:38 +00:00 |
|
Ian Lance Taylor
|
494e05f440
|
Parse a SECTIONS clause in a linker script.
|
2008-01-23 01:31:13 +00:00 |
|
Ian Lance Taylor
|
0c0a741125
|
Include <vector>.
|
2008-01-22 22:50:31 +00:00 |
|
Ian Lance Taylor
|
cbcc4140e2
|
From Craig Silverstein: Optionally print command line for easier
debugging.
|
2008-01-18 23:41:31 +00:00 |
|
Ian Lance Taylor
|
106002249a
|
From Craig Silverstein: Handle quoted strings differently in version
scripts, and handle extern "C++" in the middle of a block.
|
2008-01-18 23:35:09 +00:00 |
|
Ian Lance Taylor
|
14144f39e4
|
Don't include options.h in fileread.h. Remove General_options
reference from Output_file class.
|
2008-01-18 23:26:48 +00:00 |
|
Ian Lance Taylor
|
091244672e
|
From Andrew Chatham and Craig Silverstein: Add support for version
scripts.
|
2008-01-15 23:41:28 +00:00 |
|
Ian Lance Taylor
|
e5756efb6d
|
Support assignments and expressions in linker scripts.
|
2008-01-09 19:57:45 +00:00 |
|
Ian Lance Taylor
|
2dd3e587bd
|
Report linker script errors with line numbers. Ignore OUTPUT_FORMAT
with three arguments, and ignore OUTPUT_ARCH.
|
2008-01-07 05:19:02 +00:00 |
|