aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-06-20 05:30:46 +0000
committerAlan Modra <amodra@gmail.com>2003-06-20 05:30:46 +0000
commit4ce794b7291c434ba29f10538d51fbe891302061 (patch)
treeed154b65421fc59dbb55843cb8a2969edddf9f3a /bfd/ChangeLog
parent5861a190a8d850e42d29f2077b32f8501a8722f6 (diff)
downloadgdb-4ce794b7291c434ba29f10538d51fbe891302061.zip
gdb-4ce794b7291c434ba29f10538d51fbe891302061.tar.gz
gdb-4ce794b7291c434ba29f10538d51fbe891302061.tar.bz2
* elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
prototypes and casts. Replace PTR with void *. Format copyright. Mention ABI links. (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt, sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt. (ppc_type_of_stub): Make r_type an enum. (ppc64_elf_size_stubs): Likewise. * elf64-ppc.h: Remove PARAMS macro.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog15
1 files changed, 13 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 0da3e43..4f64c50 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+2003-06-20 Alan Modra <amodra@bigpond.net.au>
+
+ * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
+ prototypes and casts. Replace PTR with void *. Format copyright.
+ Mention ABI links.
+ (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
+ sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
+ (ppc_type_of_stub): Make r_type an enum.
+ (ppc64_elf_size_stubs): Likewise.
+ * elf64-ppc.h: Remove PARAMS macro.
+
2003-06-19 Alan Modra <amodra@bigpond.net.au>
* elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
@@ -83,8 +94,8 @@
2003-06-17 Nick Clifton <nickc@redhat.com>
* elflink.h (elf_gc_record_vtentry): Allocate an extra element
- in the vtable_entries_used array to allow for the accessing
- the largest element.
+ in the vtable_entries_used array to allow for the accessing
+ the largest element.
2003-06-17 Alan Modra <amodra@bigpond.net.au>