diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-04-25 16:15:33 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-04-25 16:15:33 +0000 |
commit | 8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4 (patch) | |
tree | 281068b2b2e84d2f30f0c83f119efd95022aa0db /gas | |
parent | 49f5a035dd43842d07cc0a5e98d81cfbc5c1ab90 (diff) | |
download | gdb-8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4.zip gdb-8f9b2cea7f6540142b6e640e603bac3b8b8a1bc4.tar.gz gdb-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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 4 |
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. |