aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-08-13 19:16:49 +0000
committerSteve Chamberlain <sac@cygnus>1992-08-13 19:16:49 +0000
commit6bf2e3a7623a1ac43ba9a26a03963519346ce1c8 (patch)
treea658d749663ac18e42fc2000fafa9dabbbbbd3cb /ld/ChangeLog
parent4e8ea7a6e805d6ae239f396d269d01e01bffc589 (diff)
downloadgdb-6bf2e3a7623a1ac43ba9a26a03963519346ce1c8.zip
gdb-6bf2e3a7623a1ac43ba9a26a03963519346ce1c8.tar.gz
gdb-6bf2e3a7623a1ac43ba9a26a03963519346ce1c8.tar.bz2
* ldlex.l: now parses comment correctly, added ~ to acceptable
chars in filenames * ldexp.c (exp_unop): pass down abs_output_section - now can have unary -ve constants. * ldlang.c (lang_finish): warn when an entry symbol supplied on the command line can't be found.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index e65f345..3774505 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,14 @@
+Thu Aug 13 11:49:34 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * ldlex.l: now parses comment correctly, added ~ to acceptable
+ chars in filenames
+
+ * ldexp.c (exp_unop): pass down abs_output_section - now can have
+ unary -ve constants.
+
+ * ldlang.c (lang_finish): warn when an entry symbol supplied on
+ the command line can't be found.
+
Fri Aug 7 12:31:10 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* ldlang.h: add new field "loadable" to output_section_statement.