summaryrefslogtreecommitdiff
path: root/libffi/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>2003-06-13 11:59:53 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-06-13 11:59:53 +0000
commit12e816bf16cabc88455ac694e25ac2792a7aaa31 (patch)
tree9d4b44f637db48fb2c3f376107979f751e7f6b57 /libffi/ChangeLog
parentaa7f1eb1441870f6371a352cbef05b943b06b42b (diff)
downloadgcc-12e816bf16cabc88455ac694e25ac2792a7aaa31.tar.gz
sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
* src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives. Use C style comments. From-SVN: r67891
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 cbdc18353c2..23f4556d9c2 100644
--- a/libffi/ChangeLog
+++ b/libffi/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-13 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * src/x86/sysv.S: Avoid gas-only .uleb128/.sleb128 directives.
+ Use C style comments.
+
2003-06-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
* Makefile.am: Add SHmedia support. Fix a typo of SH support.