aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-04-10 20:11:48 +0000
committerKen Raeburn <raeburn@cygnus>1995-04-10 20:11:48 +0000
commit7015284b09f5fd96fcbe66ef5d0a0d509c817037 (patch)
treed383df4f1761fa81a794ec391593f80c9ef81544
parentae6cd60f9e1dedfae16b6b52cac635ab816fcc6b (diff)
downloadgdb-7015284b09f5fd96fcbe66ef5d0a0d509c817037.zip
gdb-7015284b09f5fd96fcbe66ef5d0a0d509c817037.tar.gz
gdb-7015284b09f5fd96fcbe66ef5d0a0d509c817037.tar.bz2
doc changes
-rw-r--r--gas/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 777c0d5..3385bb8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,19 @@
+Mon Apr 10 15:57:42 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * doc/Makefile.in (Makefile): Fix rule for running config.status.
+ (internals.dvi, internals.ps, internals.ps4): New targets, not
+ built by default.
+
+ * doc/internals.texi: Add loud disclaimer. Refill to 79 columns,
+ specify fill-column in local-variables section. Change
+ subheadings to subsections so they can be cross-referenced.
+ Describe broken words, frags, frag chains, generic relaxation,
+ relax table, m68k relaxation, m68k addressing modes, test suite
+ code. Add a few words about various file formats.
+
+ * doc/as.texinfo (m68k): Recommend using `%' with registers as the
+ normal case, instead of the exceptional case.
+
start-sanitize-arc
Thu Apr 6 20:00:11 1995 Doug Evans <dje@chestnut.cygnus.com>