aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-05-06 20:31:01 +0000
committerSteve Chamberlain <sac@cygnus>1992-05-06 20:31:01 +0000
commit32846f9c3e3714fcc88615c9f670850a5978354a (patch)
tree490dc4552d75e73f34dc5bf2971a9d777f431d48 /ld/ChangeLog
parent5a9b659196a4c5f00620b41cae80a9b9df2ccd4b (diff)
downloadgdb-32846f9c3e3714fcc88615c9f670850a5978354a.zip
gdb-32846f9c3e3714fcc88615c9f670850a5978354a.tar.gz
gdb-32846f9c3e3714fcc88615c9f670850a5978354a.tar.bz2
changed calling convention for Q_enter_global_ref
* ldexp.c, ldlang.c, ldmain.c: reflect this * ldver.c: bump version to 1.97.1 * ldindr.c (add_indirect): when an edict declaring an indirect symbol is found, make sure that any ideas about the symbol being common are changed if it now known to be defined. * ldmain.c (linear_library): complain once if archive isn't ranlibbed. * ldlang.h, ldlang.c: make room for and initialize the complain once field.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index dc721c8..b951cc3 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,16 @@
+Wed May 6 13:26:19 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ changed calling convention for Q_enter_global_ref
+ * ldexp.c, ldlang.c, ldmain.c: reflect this
+ * ldver.c: bump version to 1.97.1
+ * ldindr.c (add_indirect): when an edict declaring an indirect
+ symbol is found, make sure that any ideas about the symbol being
+ common are changed if it now known to be defined.
+ * ldmain.c (linear_library): complain once if archive isn't
+ ranlibbed.
+ * ldlang.h, ldlang.c: make room for and initialize the complain
+ once field.
+
Wed May 6 11:07:35 1992 K. Richard Pixley (rich@rtl.cygnus.com)
* Makefile.in: use flex & bison from ../ if they exist.