diff options
author | Alan Modra <amodra@gmail.com> | 2013-03-12 00:42:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2013-03-12 00:42:14 +0000 |
commit | 57420c208463c85912f56abf49ce9f3546f9fbe7 (patch) | |
tree | 03852b75aad68db822ce272f2f8776bcc016f641 /gold/ChangeLog | |
parent | 79cbf65452a3062bbe3748854be242595ac2d7ea (diff) | |
download | gdb-57420c208463c85912f56abf49ce9f3546f9fbe7.zip gdb-57420c208463c85912f56abf49ce9f3546f9fbe7.tar.gz gdb-57420c208463c85912f56abf49ce9f3546f9fbe7.tar.bz2 |
* gc.h (gc_process_relocs): Look through function descriptors
to determine shndx, symvalue and addend used by ICF. Tidy
variable duplication.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index fcbfed4..e859a5e 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,9 @@ +2013-03-12 Alan Modra <amodra@gmail.com> + + * gc.h (gc_process_relocs): Look through function descriptors + to determine shndx, symvalue and addend used by ICF. Tidy + variable duplication. + 2013-03-11 Alan Modra <amodra@gmail.com> * gold.cc (queue_middle_tasks): Move detect_odr_violations.. |