From: Ulf Möller Date: Wed, 6 Dec 2000 00:19:09 +0000 (+0000) Subject: move constants for debug functions to end of file X-Git-Tag: OpenSSL_0_9_6a-beta1~107^2~30 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=e4d56bab5bee1f18b9bf462794e49c47bc192321 move constants for debug functions to end of file --- diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl index 61b0311c92..a22994490d 100644 --- a/crypto/perlasm/x86unix.pl +++ b/crypto/perlasm/x86unix.pl @@ -343,11 +343,9 @@ sub main'function_end popl %ebx popl %ebp ret -$const .${func}_end: EOF push(@out,$tmp); - $const=""; if ($main'cpp) { push(@out,"\tSIZE($func,.${func}_end-$func)\n"); } @@ -458,6 +456,12 @@ sub main'set_label sub main'file_end { + if ($const ne "") + { + push(@out,".section .rodata\n"); + push(@out,$const); + $const=""; + } } sub main'data_word