aboutsummaryrefslogtreecommitdiff
path: root/ld/.Sanitize
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-04-17 15:59:37 +0000
committerSteve Chamberlain <sac@cygnus>1992-04-17 15:59:37 +0000
commit0d3e45eab084b2bca8b6e3dc94952264868b033b (patch)
tree9081e1bf004a738bffdebfbd8759e5095419db04 /ld/.Sanitize
parentb0c8c726888d90783a178afe4df237083ac70c8f (diff)
downloadgdb-0d3e45eab084b2bca8b6e3dc94952264868b033b.zip
gdb-0d3e45eab084b2bca8b6e3dc94952264868b033b.tar.gz
gdb-0d3e45eab084b2bca8b6e3dc94952264868b033b.tar.bz2
* relax.c: added handling for new "padding" seclet type, used to
fill out gaps between section. * ldgram.y, ldlex.l: now -defsym on the command line is done properly.
Diffstat (limited to 'ld/.Sanitize')
-rw-r--r--ld/.Sanitize12
1 files changed, 11 insertions, 1 deletions
diff --git a/ld/.Sanitize b/ld/.Sanitize
index c719031..409e2e2 100644
--- a/ld/.Sanitize
+++ b/ld/.Sanitize
@@ -46,10 +46,14 @@ genscripts.sh
gld.1
gld960.em
gld960.sh
+go32.sh
hp300bsd.sh
h8300hms.em
h8300hms.sc-sh
h8300hms.sh
+h8300xray.em
+h8300xray.sc-sh
+h8300xray.sh
i386aout.sh
i960.sc-sh
ld.h
@@ -107,7 +111,13 @@ echo Done in `pwd`.
#
#
# $Log$
-# Revision 1.34 1992/04/15 23:11:53 sac
+# Revision 1.35 1992/04/17 15:59:22 sac
+# * relax.c: added handling for new "padding" seclet type, used to
+# fill out gaps between section.
+# * ldgram.y, ldlex.l: now -defsym on the command line is done
+# properly.
+#
+# Revision 1.34 1992/04/15 23:11:53 sac
# added mri.c
#
# Revision 1.33 1992/04/05 01:46:05 sac