diff options
Diffstat (limited to 'dbx.S')
| -rw-r--r-- | dbx.S | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -4,7 +4,7 @@ .align 1 .type vendor_dbx_size, @object .size vendor_dbx_size, 4 - .section .vendor_cert, "", @progbits + .section .vendor_cert, "a", @progbits vendor_dbx_size: .long .L0 - vendor_dbx .globl vendor_dbx @@ -12,7 +12,7 @@ vendor_dbx_size: .align 1 .type vendor_dbx, @object .size vendor_dbx, .L0-vendor_dbx - .section .vendor_cert, "", @progbits + .section .vendor_cert, "a", @progbits vendor_dbx: .incbin VENDOR_DBX_FILE .L0: @@ -21,7 +21,7 @@ vendor_dbx: .bss .type vendor_dbx, @object .size vendor_dbx, 1 - .section .vendor_cert, "", @progbits + .section .vendor_cert, "a", @progbits vendor_dbx: .zero 1 @@ -30,7 +30,7 @@ vendor_dbx: .align 4 .type vendor_dbx_size, @object .size vendor_dbx_size, 4 - .section .vendor_cert, "", @progbits + .section .vendor_cert, "a", @progbits vendor_dbx_size: .long 0 #endif |
