diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-18 20:30:48 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-18 20:30:48 +0000 |
commit | c4312026adc723c599cd7d2f1401a7f769f0b289 (patch) | |
tree | 4fc4da1c5eba33438c4403c5d91f0d46e5028a8a /libffi/ChangeLog | |
parent | 81aa280b5e049be06c8bd72ddb4d33d9c692e79a (diff) | |
download | gcc-c4312026adc723c599cd7d2f1401a7f769f0b289.tar.gz |
Eliminate assembler warnings found by ia64-linux bootstrap.
* src/ia64/unix.S: Delete unnecessary increment and decrement of loc2
to eliminate RAW DV.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41411 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 e6d5cc1a95b..fa4707e63b7 100644 --- a/libffi/ChangeLog +++ b/libffi/ChangeLog @@ -1,3 +1,8 @@ +2001-04-18 Jim Wilson <wilson@redhat.com> + + * src/ia64/unix.S: Delete unnecessary increment and decrement of loc2 + to eliminate RAW DV. + 2001-04-12 Bryce McKinlay <bryce@albatross.co.nz> * Makefile.am: Make a libtool convenience library. |