diff options
author | Alan Modra <amodra@gmail.com> | 2012-11-30 04:50:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-11-30 04:50:00 +0000 |
commit | 40b469d719c0c1023b5a5d8e47db4d267693ed61 (patch) | |
tree | 0f7c0a252137a6e55b5ce80fe0e83c5efcddeef0 /gold/ChangeLog | |
parent | bb66a627d0b84ec3ec30849691d5ed16ffe91f5b (diff) | |
download | gdb-40b469d719c0c1023b5a5d8e47db4d267693ed61.zip gdb-40b469d719c0c1023b5a5d8e47db4d267693ed61.tar.gz gdb-40b469d719c0c1023b5a5d8e47db4d267693ed61.tar.bz2 |
* powerpc.cc (Target_powerpc::make_plt_section): Add symtab
param. Call got_section() to make .got. Update all callers
and their callers and so on.
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 8b44555..ae44916 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,5 +1,11 @@ 2012-11-30 Alan Modra <amodra@gmail.com> + * powerpc.cc (Target_powerpc::make_plt_section): Add symtab + param. Call got_section() to make .got. Update all callers + and their callers and so on. + +2012-11-30 Alan Modra <amodra@gmail.com> + * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK. (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_ |