Ian Lance Taylor
|
cec9d2f362
|
From Craig Silverstein: don't get confused if the same file name
occurs in an archive.
|
2007-10-10 06:33:56 +00:00 |
Ian Lance Taylor
|
4e9d858638
|
From Craig Silverstein: delete the output file first if it exists and
is non-empty.
|
2007-10-10 06:29:10 +00:00 |
Ian Lance Taylor
|
4f211c8bff
|
Create a note section with the version of gold.
|
2007-10-09 21:37:55 +00:00 |
Ian Lance Taylor
|
e2aacd2c75
|
Fix soname for library found in search path.
|
2007-10-09 17:46:15 +00:00 |
Ian Lance Taylor
|
e982104129
|
Make TLS test fail more reliably.
|
2007-10-08 07:24:21 +00:00 |
Ian Lance Taylor
|
e727fa71af
|
Add support for local GOT offsets.
|
2007-10-08 07:22:21 +00:00 |
Ian Lance Taylor
|
af6359d59d
|
From Craig Silverstein: add tls.h, use it in i386.cc.
|
2007-10-08 05:12:59 +00:00 |
Ian Lance Taylor
|
8486ee48e8
|
Add --version option.
|
2007-10-07 18:06:27 +00:00 |
Ian Lance Taylor
|
f958d5fc53
|
Test merging of string constants.
|
2007-10-07 17:20:18 +00:00 |
Ian Lance Taylor
|
6eee141ff6
|
Add a TLS test case.
|
2007-10-07 17:10:10 +00:00 |
Ian Lance Taylor
|
46cf9fa27e
|
Add support for local dynamic relocations.
|
2007-10-07 17:05:07 +00:00 |
Ian Lance Taylor
|
063f12a825
|
Correct handling of addends in merged sections.
|
2007-10-06 05:40:44 +00:00 |
Ian Lance Taylor
|
2fb69fac7a
|
From Andrew Chatham: fix bug in 64-bit hash.
|
2007-10-05 17:36:31 +00:00 |
Ian Lance Taylor
|
d61c17ea24
|
From Craig Silverstein: x86_64 TLS support.
|
2007-10-04 22:28:36 +00:00 |
Ian Lance Taylor
|
ad2d6943a4
|
Full support for --sysroot.
|
2007-10-04 05:49:04 +00:00 |
Ian Lance Taylor
|
ff0065209a
|
From Craig Silverstein: get all x86_64 tests passing.
|
2007-10-03 20:50:53 +00:00 |
Ian Lance Taylor
|
4fb6c25d50
|
From Craig Silverstein: set symbol value for function pointer
equality across shared library boundaries.
|
2007-10-03 05:40:11 +00:00 |
Ian Lance Taylor
|
6340166c8b
|
Parameterize object_unittest to work for whatever target types are
supported.
|
2007-10-03 00:34:49 +00:00 |
Ian Lance Taylor
|
63402fe413
|
From Craig Silverstein: don't run function pointer non-PIC tests when
they won't work.
|
2007-10-02 22:45:07 +00:00 |
Ian Lance Taylor
|
e84992bbac
|
From Craig Silverstein: correct x86_64 dynamic tags.
|
2007-10-02 22:10:10 +00:00 |
Ian Lance Taylor
|
51dee2fec3
|
From Craig Silverstein: add support for searching for input files
named in linker scripts.
|
2007-10-02 21:24:41 +00:00 |
Ian Lance Taylor
|
f5c3f2256f
|
From Craig Silverstein: avoid some signed/unsigned warnings from gcc 4.2.
|
2007-10-02 20:52:18 +00:00 |
Ian Lance Taylor
|
7bb3655e07
|
Cleanups from Craig Silverstein.
|
2007-10-01 23:42:58 +00:00 |
Ian Lance Taylor
|
e822f2b19a
|
From Craig Silverstein: New version of x86_64.cc.
|
2007-10-01 22:21:58 +00:00 |
Ian Lance Taylor
|
2e30d253b7
|
From Craig Silverstein: x86_64 support.
|
2007-10-01 21:30:59 +00:00 |
Ian Lance Taylor
|
5b3463d9ee
|
Add Signed_valtype and use it for sign extension. Fix names of rela8.
|
2007-10-01 21:25:23 +00:00 |
Ian Lance Taylor
|
d830e0e0c9
|
Add RELA versions of the relocation routines. Original patch from
Craig Silverstein, with Symbol_value<> versions added.
|
2007-10-01 00:05:08 +00:00 |
Ian Lance Taylor
|
6df6da4a61
|
Clean up target handling--only build required files, warn about
unsupported targets.
|
2007-09-30 23:41:32 +00:00 |
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.
|
2007-09-28 06:36:25 +00:00 |
Ian Lance Taylor
|
dfbba8f432
|
From Andrew Chatham: add signedrel<>, rel32s and friends.
|
2007-09-28 06:00:26 +00:00 |
Ian Lance Taylor
|
9025d29d14
|
Put size and endianness in parameters.
|
2007-09-26 07:01:35 +00:00 |
Ian Lance Taylor
|
3151305a47
|
Add basic exception frame header, plus test.
|
2007-09-26 05:44:38 +00:00 |
Ian Lance Taylor
|
d1038c216f
|
Use mmap to read from input files.
|
2007-09-25 23:08:30 +00:00 |
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.
|
2007-09-25 17:50:26 +00:00 |
Ian Lance Taylor
|
82dcae9de0
|
Rework File_read interface. Get file size. Use pread when
available.
|
2007-09-25 06:43:17 +00:00 |
Ian Lance Taylor
|
bae3688d8f
|
Remove get_view_and_size.
|
2007-09-25 05:16:35 +00:00 |
Ian Lance Taylor
|
ba45d2478b
|
Break out default pbytes argument to read and get_view routines,
adding new routines.
|
2007-09-25 00:27:29 +00:00 |
Ian Lance Taylor
|
e5851e4e66
|
From Craig Silverstein: Fix bug when reading large script files.
|
2007-09-24 17:09:50 +00:00 |
Ian Lance Taylor
|
a0fa0c0798
|
Fix typo in comment.
|
2007-09-23 19:50:33 +00:00 |
Ian Lance Taylor
|
3bd52c2885
|
Add two file test.
|
2007-09-23 05:35:51 +00:00 |
Ian Lance Taylor
|
ab5c9e90a6
|
Use special value when we refer a function symbol in some way other
than calling it.
|
2007-09-23 05:31:48 +00:00 |
Ian Lance Taylor
|
cb615bc189
|
Add static version of constructor test.
|
2007-09-23 03:25:29 +00:00 |
Ian Lance Taylor
|
d50266522c
|
Add constructor test.
|
2007-09-23 03:18:42 +00:00 |
Ian Lance Taylor
|
9d7094e840
|
Check section index as well as object when looking for input section.
|
2007-09-23 03:17:38 +00:00 |
Ian Lance Taylor
|
c077629be8
|
Avoid dereferencing map->end().
|
2007-09-23 03:16:47 +00:00 |
Ian Lance Taylor
|
d98a37563c
|
Correct comment.
|
2007-09-22 23:37:35 +00:00 |
Ian Lance Taylor
|
56ba9a23db
|
Rename t1 to basic_test, add static tests.
|
2007-09-22 23:36:01 +00:00 |
Ian Lance Taylor
|
22dc1b094d
|
Add standalone test case.
|
2007-09-22 22:44:33 +00:00 |
Ian Lance Taylor
|
4991e922ef
|
Change YFLAGS to AM_YFLAGS.
|
2007-09-22 22:44:04 +00:00 |
Ian Lance Taylor
|
6cb15b7f89
|
Add licensing text to every source file.
|
2007-09-22 21:02:10 +00:00 |