aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-07-14 15:39:31 +0000
committerSteve Chamberlain <sac@cygnus>1992-07-14 15:39:31 +0000
commit67cddd9fafe4a4148ffb677b9c21a27141ba2695 (patch)
tree1a12fc19494fcf17b1f17bea781a33932aa75ea4 /ld/ChangeLog
parent1acf6627e45ca6ec9b5714f7134e18a8108181d7 (diff)
downloadgdb-67cddd9fafe4a4148ffb677b9c21a27141ba2695.zip
gdb-67cddd9fafe4a4148ffb677b9c21a27141ba2695.tar.gz
gdb-67cddd9fafe4a4148ffb677b9c21a27141ba2695.tar.bz2
* ldlang.c (lang_map): print changes in sizes due to relaxing
(size_input_section): maintain the delta information. * ldlang.h: add new field to struct to contain delta info. * relax.c (relax_section): complain if input not relaxable. * ldlex.l : add '_', ',' and '$' to chars which can appear at the start of a filename
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8a574aa..36be007 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,12 @@
+Tue Jul 14 08:34:34 1992 Steve Chamberlain (sac@thepub.cygnus.com)
+
+ * ldlang.c (lang_map): print changes in sizes due to relaxing
+ (size_input_section): maintain the delta information.
+ * ldlang.h: add new field to struct to contain delta info.
+ * relax.c (relax_section): complain if input not relaxable.
+ * ldlex.l : add '_', ',' and '$' to chars which can appear at the
+ start of a filename
+
Mon Jul 13 17:33:00 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* ldmain.c(main): prevent -r and -relax from being on at the same