aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-03-12 16:41:26 +0000
committerIan Lance Taylor <ian@airs.com>1997-03-12 16:41:26 +0000
commit80633e8e2a8be73fc3ce8ce5b2ae702d75e39b70 (patch)
tree79b47891b22763e5c5aa7a63587fe66db3f664e3 /gas
parent6d68593763aab1de17c688ad549d75573ff8168b (diff)
downloadgdb-80633e8e2a8be73fc3ce8ce5b2ae702d75e39b70.zip
gdb-80633e8e2a8be73fc3ce8ce5b2ae702d75e39b70.tar.gz
gdb-80633e8e2a8be73fc3ce8ce5b2ae702d75e39b70.tar.bz2
* doc/as.texinfo (bss): Improve description of .bss section. In
ELF or COFF, you are permitted to switch into the section. (Comm): Rewrite description of common symbols. (Lcomm): Mention that some targets permit a third argument.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 658dcc2..cef223f 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+Wed Mar 12 11:40:20 1997 Ian Lance Taylor <ian@cygnus.com>
+
+ * doc/as.texinfo (bss): Improve description of .bss section. In
+ ELF or COFF, you are permitted to switch into the section.
+ (Comm): Rewrite description of common symbols.
+ (Lcomm): Mention that some targets permit a third argument.
+
Tue Mar 11 01:13:31 1997 Ian Lance Taylor <ian@cygnus.com>
* config/tc-ppc.c (ppc_elf_lcomm): Don't call S_CLEAR_EXTERNAL.