aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-04-25 16:15:33 +0000
committerIan Lance Taylor <ian@airs.com>1997-04-25 16:15:33 +0000
commit8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4 (patch)
tree281068b2b2e84d2f30f0c83f119efd95022aa0db
parent49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90 (diff)
downloadbinutils-8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4.zip
binutils-8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4.tar.gz
binutils-8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4.tar.bz2
* doc/internals.texi (Porting GAS): Correct documentation for
current configure handling of targ-cpu.h, et. al. (CPU backend): Document listing macros.
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index a906474..bf8b3a2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
Fri Apr 25 12:03:15 1997 Ian Lance Taylor <ian@cygnus.com>
+ * doc/internals.texi (Porting GAS): Correct documentation for
+ current configure handling of targ-cpu.h, et. al.
+ (CPU backend): Document listing macros.
+
* listing.c (data_buffer): Set size based on other listing macros,
rather than always using 100.
(data_buffer_size): Remove static variable.