diff options
author | Chris Demetriou <cgd@google.com> | 2008-09-12 05:42:29 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2008-09-12 05:42:29 +0000 |
commit | 7be8330a59e4c55791360237af8cf2b070d0f45c (patch) | |
tree | d0f813a29a7919f42c2e65c16e4ddcd3880a9449 /gold/ChangeLog | |
parent | d140ac6b030299f1c19722a6f5cebda6e5f688b8 (diff) | |
download | gdb-7be8330a59e4c55791360237af8cf2b070d0f45c.zip gdb-7be8330a59e4c55791360237af8cf2b070d0f45c.tar.gz gdb-7be8330a59e4c55791360237af8cf2b070d0f45c.tar.bz2 |
2008-09-11 Chris Demetriou <cgd@google.com>
* options.h (origin): New -z option.
* layout.cc (Layout:finish_dynamic_section): If "-z origin"
is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
in DT_FLAGS_1.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 1df7d74..8829e0a 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2008-09-11 Chris Demetriou <cgd@google.com> + + * options.h (origin): New -z option. + * layout.cc (Layout:finish_dynamic_section): If "-z origin" + is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN + in DT_FLAGS_1. + 2008-09-05 Cary Coutant <ccoutant@google.com> * fileread.cc (File_read::make_view): Add check for attempt to map |