aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2003-06-29 05:57:36 +0000
committerAndreas Jaeger <aj@suse.de>2003-06-29 05:57:36 +0000
commit27482721cf39bccbc39c5f59bf737396e7b05837 (patch)
treea37fd7a563e7967ec2f2e656f4c5469bf2a820a9 /bfd/ChangeLog
parent43d5792ce14b9aadeb177755d94f8075c8d5ca1f (diff)
downloadgdb-27482721cf39bccbc39c5f59bf737396e7b05837.zip
gdb-27482721cf39bccbc39c5f59bf737396e7b05837.tar.gz
gdb-27482721cf39bccbc39c5f59bf737396e7b05837.tar.bz2
* elf64-x86-64.c: Convert to ISO C90 prototypes, remove
unnecessary prototypes. Replace PTR with void *.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 28b15f0..b4c120a 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-29 Andreas Jaeger <aj@suse.de>
+
+ * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
+ unnecessary prototypes. Replace PTR with void *.
+
2003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
* elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.