diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2014-04-29 02:35:06 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2014-04-29 02:41:43 -0400 |
commit | b86699bf4ff38ec815498d5c785a0e52473cc7f5 (patch) | |
tree | e2afb7dedbf49015cade1ec33a8e3ede23573b2b /ports/ChangeLog.hppa | |
parent | fff763a512d574881c51dd273824e8457f413fc7 (diff) | |
download | glibc-b86699bf4ff38ec815498d5c785a0e52473cc7f5.tar.gz glibc-b86699bf4ff38ec815498d5c785a0e52473cc7f5.tar.xz glibc-b86699bf4ff38ec815498d5c785a0e52473cc7f5.zip |
hppa: Use r25 as second input to __longjmp.
The generated assembly is simplified if we use r25, the expected second argument to the function given the calling convention.
Diffstat (limited to 'ports/ChangeLog.hppa')
-rw-r--r-- | ports/ChangeLog.hppa | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa index 3efd186109..105b04aef8 100644 --- a/ports/ChangeLog.hppa +++ b/ports/ChangeLog.hppa @@ -1,3 +1,8 @@ +2014-04-29 Carlos O'Donell <carlos@systemhalted.org> + + * sysdeps/hppa/__longjmp.c (__longjmp): Use r25 as second arg + to simplify generated assembly. + 2014-04-11 Torvald Riegel <triegel@redhat.com> [BZ #15215] |