diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-28 18:01:53 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-28 18:01:53 +0000 |
commit | 6a6b50c241b8d28216f7e57e5162d5ee2f3584e0 (patch) | |
tree | b862dfd2ea9582bda93ffe5d369224bae0149a3b /gdk-pixbuf/pixops | |
parent | 6294736800c078a864e1f4ca07ceaaa529a1c893 (diff) | |
download | gtk+-6a6b50c241b8d28216f7e57e5162d5ee2f3584e0.tar.gz |
Add .note.GNU-stack sections to Mark these as not requiring an executable
2005-02-28 Matthias Clasen <mclasen@redhat.com>
* pixops/*.S: Add .note.GNU-stack sections to Mark these as not
requiring an executable stack.
Diffstat (limited to 'gdk-pixbuf/pixops')
-rw-r--r-- | gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S | 2 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/have_mmx.S | 3 | ||||
-rw-r--r-- | gdk-pixbuf/pixops/scale_line_22_33_mmx.S | 2 |
4 files changed, 9 insertions, 0 deletions
diff --git a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S index fa67e9a908..af12740ec8 100644 --- a/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_22_4a4_mmx.S @@ -1,5 +1,7 @@ .file "composite_line_22_4a4_mmx.S" .version "01.01" + .section .note.GNU-stack, "", @progbits + .previous gcc2_compiled.: .text .align 16 diff --git a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S index 8472f2f6fc..b6eb48e52f 100644 --- a/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S +++ b/gdk-pixbuf/pixops/composite_line_color_22_4a4_mmx.S @@ -1,5 +1,7 @@ .file "composite_line_color_22_4a4_mmx.S" .version "01.01" + .section .note.GNU-stack, "", @progbits + .previous gcc2_compiled.: .text .align 16 diff --git a/gdk-pixbuf/pixops/have_mmx.S b/gdk-pixbuf/pixops/have_mmx.S index dbb0bd5f55..cc93f10548 100644 --- a/gdk-pixbuf/pixops/have_mmx.S +++ b/gdk-pixbuf/pixops/have_mmx.S @@ -1,5 +1,8 @@ + .file "have_mmx.S" .version "01.01" + .section .note.GNU-stack, "", @progbits + .previous gcc2_compiled.: .text .align 16 diff --git a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S index abdff6e83b..8ca87be586 100644 --- a/gdk-pixbuf/pixops/scale_line_22_33_mmx.S +++ b/gdk-pixbuf/pixops/scale_line_22_33_mmx.S @@ -1,5 +1,7 @@ .file "scale_line_22_33_mmx.S" .version "01.01" + .section .note.GNU-stack, "", @progbits + .previous gcc2_compiled.: .text .align 16 |