diff options
author | Ian Lance Taylor <ian@airs.com> | 2008-05-05 20:20:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2008-05-05 20:20:21 +0000 |
commit | 60b2b4e76593b78a2569d47309ee9587df324b65 (patch) | |
tree | f1ef6c4f768cebf5b9d531be0eb1cfe051403eaf /gold/ChangeLog | |
parent | 8825ac63ef01c08e4668e652d461f94e6761a312 (diff) | |
download | gdb-60b2b4e76593b78a2569d47309ee9587df324b65.zip gdb-60b2b4e76593b78a2569d47309ee9587df324b65.tar.gz gdb-60b2b4e76593b78a2569d47309ee9587df324b65.tar.bz2 |
* configure.ac: If targ_extra_obj is set, link it in.
* configure.tgt: Initialize all variables.
(x86_64*): Set targ_extra_obj and targ_extra_size.
* configure: Rebuild.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 47f824e..1d9f9d9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,10 @@ 2008-05-05 Ian Lance Taylor <iant@google.com> + * configure.ac: If targ_extra_obj is set, link it in. + * configure.tgt: Initialize all variables. + (x86_64*): Set targ_extra_obj and targ_extra_size. + * configure: Rebuild. + * object.cc (Sized_relobj::include_section_group): Adjust section indexes read from group data. Build vector to pass to layout_group. |