aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-09-26 15:01:59 +0000
committerIan Lance Taylor <ian@airs.com>1994-09-26 15:01:59 +0000
commitd80ebaacea492c33ebc4818f5ed3b2534e44ba1e (patch)
tree8c9c6d66aa888ccbb98d208107e457a8436aa4b3 /bfd/ChangeLog
parent78751d4fbbbb40d339c17f4e043df143b7d93536 (diff)
downloadgdb-d80ebaacea492c33ebc4818f5ed3b2534e44ba1e.zip
gdb-d80ebaacea492c33ebc4818f5ed3b2534e44ba1e.tar.gz
gdb-d80ebaacea492c33ebc4818f5ed3b2534e44ba1e.tar.bz2
* bfd-in.h (bfd_seek): Change declaration to not mark fp const.
* bfd-in2.h: Rebuild. * libbfd.c (bfd_seek): Don't mark parameters const, to avoid conflicts with declaration.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5fa7daf..eb47893 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,8 +1,16 @@
+Mon Sep 26 11:00:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
+
+ * bfd-in.h (bfd_seek): Change declaration to not mark fp const.
+ * bfd-in2.h: Rebuild.
+ * libbfd.c (bfd_seek): Don't mark parameters const, to avoid
+ conflicts with declaration.
+
Fri Sep 23 15:15:31 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
* elfcode.h (map_program_segments): Don't abort if we allocated
too much space for the program header, only if we allocated too
little.
+ (assign_file_positions_except_relocs): Similar change.
Tue Sep 20 13:17:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)