summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-16 17:12:14 +0000
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-16 17:12:14 +0000
commitac1f371e3eccd7d86849d12484bba2e52257d0c8 (patch)
tree2d7f223e497c4265edc61215d1d751dd6f048572 /libffi/ChangeLog
parente1e363909df13f0eb20bcbd6c22a37c36135be90 (diff)
downloadgcc-ac1f371e3eccd7d86849d12484bba2e52257d0c8.tar.gz
* src/x86/sysv.S: Avoid gas-only .balign directive.
Use C style comments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44046 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libffi/ChangeLog')
-rw-r--r--libffi/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libffi/ChangeLog b/libffi/ChangeLog
index 17dfbc2abf1..512b822455d 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,5 +1,10 @@
2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+ * src/x86/sysv.S: Avoid gas-only .balign directive.
+ Use C style comments.
+
+2001-07-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
* src/alpha/ffi.c (ffi_prep_closure): Avoid gas-only mnemonic.
Fixes PR bootstrap/3563.