diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 11:22:47 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2012-06-23 11:22:47 +0200 |
commit | af1bce34ef3ae8caa84214175e93d809c11a5ea4 (patch) | |
tree | b9fdd9c94ed89ca063d6b1e5b77372b391351eee /ChangeLog | |
parent | d230f50a0639b9bda8562fda3c905a964e371a38 (diff) | |
download | glibc-af1bce34ef3ae8caa84214175e93d809c11a5ea4.tar.gz glibc-af1bce34ef3ae8caa84214175e93d809c11a5ea4.tar.xz glibc-af1bce34ef3ae8caa84214175e93d809c11a5ea4.zip |
SH: makecontext: Improve understandability.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 455c3ccec8..3ebc2aba18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-23 Thomas Schwinge <thomas@codesourcery.com> + + * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more + meaningful names to some local labels. + 2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org> Kaz Kojima <kkojima@rr.iij4u.or.jp> |