From e4d56bab5bee1f18b9bf462794e49c47bc192321 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Wed, 6 Dec 2000 00:19:09 +0000 Subject: [PATCH] move constants for debug functions to end of file --- crypto/perlasm/x86unix.pl | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.25.1