diff options
author | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-16 17:12:14 +0000 |
---|---|---|
committer | ro <ro@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-07-16 17:12:14 +0000 |
commit | ac1f371e3eccd7d86849d12484bba2e52257d0c8 (patch) | |
tree | 2d7f223e497c4265edc61215d1d751dd6f048572 /libffi/ChangeLog | |
parent | e1e363909df13f0eb20bcbd6c22a37c36135be90 (diff) | |
download | gcc-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/ChangeLog | 5 |
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. |