aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-01-24 17:59:18 +0000
committerIan Lance Taylor <ian@airs.com>1994-01-24 17:59:18 +0000
commit755f42fe99bf0e0da7aa866f348f69aac49e2ac7 (patch)
treecd1875996c284ca40160ec3e7ef9889e32de31c7 /ld/ChangeLog
parentca1c6bec7377899f7ad4e0e90f38f046adaee0d5 (diff)
downloadgdb-755f42fe99bf0e0da7aa866f348f69aac49e2ac7.zip
gdb-755f42fe99bf0e0da7aa866f348f69aac49e2ac7.tar.gz
gdb-755f42fe99bf0e0da7aa866f348f69aac49e2ac7.tar.bz2
* ldlang.c (relaxing): Removed global variable.
(lang_size_sections): If the canonical symbols have not already been read in, read them in before relaxing. * ldlang.h (relaxing): Removed declaration.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index b71b3d2..c4f9fd9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jan 24 12:56:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+
+ * ldlang.c (relaxing): Removed global variable.
+ (lang_size_sections): If the canonical symbols have not already
+ been read in, read them in before relaxing.
+ * ldlang.h (relaxing): Removed declaration.
+
Fri Jan 21 00:44:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* ldlang.c (new_afile): Initialize loaded field to false.